parcoords documentation mentions non-existent property
See original GitHub issueIn the documentation for the parcoords
chart, under the dimensions
section, in tickvals
and ticktext
it says:
Only has an effect if
tickmode
is set to “array”.
However, I’ve read the entire documentation for parcoords and there is no tickmode
property (except in the colorbar
section which is unrelated).
So, if I’m understanding correctly, then the documentation is wrong. Probably a copy+paste bug where someone forgot to remove the reference to tickmode?
p.s. is this the right place to report documentation issues? or only code issues? p.p.s. it’s also possible that this is a code issue, meaning that the tickmode was supposed to exist in the code but doesn’t.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
plotly.graph_objects.Parcoords — 5.11.0 documentation
dimensiondefaults – When used in a template (as layout.template.data.parcoords.dimensiondefaults), sets the default property values to use for elements of ...
Read more >b'Python API User Guide | notebook_demo - Plotly
Though they do inherit properties from dictionaries (traces, and layout) and lists (figure), they provide a bit more functionality as we'll soon see....
Read more >plotlywidget | Yarn - Package Manager
Install with jupyter labextension install plotlywidget in JupyterLab, otherwise just install Plotly.py and it will automatically work in Classic Notebooks.
Read more >MASS.pdf
Average brain and body weights for 28 species of land animals. ... The fragments were originally classed into seven types, one of which...
Read more >STAT 6560 Graphical Methods Spring Semester 2011
(and not even mentioning these incomes) is quite misleading. ... The related R package RColorBrewer is documented at ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @JamesPHoughton,
These properties are coming in plotly.py 4.1.0. They were just released in Plotly.js 1.49.0 a couple weeks ago. I guess the docs got ahead of us!
You can install version 4.1.0rc1 (released yesterday) if you’d like to try them out now.
We’re working on a way of locking the Py docs and Py versions more tightly together so this kind of thing doesn’t happen any more… sorry for the confusion!