question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make parcoords control line layers' color and width configurable

See original GitHub issue

Currently there is no way for declaring colors other than magenta for parcoords selection bars. However users may be interest to be able set this value to other colors and per trace. A similar arrayOk option for width and opacity could help this trace type look really cool while reducing the need of displaying and reading long title names for the operators. https://github.com/plotly/plotly.js/blob/57c1fbdbf3a82855fef533e44eb82c35c93f0575/src/traces/parcoords/constants.js#L23-L26

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
alexcjohnsoncommented, Jun 11, 2019

hmm, we have a bit of an inconsistency already between constraintrange and multiselect - so we could use either constraintline or selectionline -> {color, width} - making it a container is nice because if later we want to add a mode: 'box' or something, with additional attrs, we can always do that inside the container. That kind of possibility makes *line seem a bit funny… selectionstyle? Screen Shot 2019-06-11 at 3 28 52 PM

1reaction
alexcjohnsoncommented, Jun 11, 2019

Or nested in dimensions, with trace-wide options as the default for all dimensions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

plotly.graph_objects.Parcoords — 5.11.0 documentation
Parallel coordinates for multidimensional exploratory data analysis. The samples are specified in dimensions . The colors are set in line.color . Parameters.
Read more >
plotly.graph_objects.Layout — 5.11.0 documentation
Sets the width (in px) of annotation arrow line. ... To control the bounds of the colorscale in color space, use cmin and...
Read more >
Chapter 4 Ranking | R Gallery Book - Bookdown
The width argument of the geom_bar() function allows to control the bar width. ... colors()[as.numeric(iris$Species)*11] # Make the graph ! parcoord(iris[ ...
Read more >
plotly.js-finance-dist | Yarn - Package Manager
Fast, reliable, and secure dependency management. ... Configuration · Advanced · API. plotly.js-finance-dist. owner plotly10.6kMIT2.16.3 vulns ...
Read more >
17 Server-side linking with shiny
The most common plotly+shiny pattern uses a shiny input to control a plotly ... the UI is completely customizable, and packages such as...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found