zeroline doesn't display when showline=true
See original GitHub issueUsing rangemode: 'tozero'
and zeroline: true
to always display zero line doesn’t display zero line when showline=true
is added to the axis.
Example: https://codepen.io/plotly/pen/WvPgPP?editors=1010
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Display plot with x axis initially using plotly.js
Hi, i am trying to display a time series using plotly.js. there are ... e.g. xaxis.zeroline=true doesn't cause the zero line to be...
Read more >node.js - Display Datetime in X axis - Plotly - Stack Overflow
I am trying to display some values on Y axis and datetime in X axis with ... zeroline: false }, xaxis: { showgrid:...
Read more >Styling and Coloring Axes and the Zero-Line with Potly.js
URL Extension Required. When linking another Pen as a resource, make sure you use a URL Extension of the type of code you...
Read more >gtda.plotting.point_clouds — giotto-tda 0.2.1 documentation
This function will not work on 1D arrays. ... Figure(layout=layout) fig.update_xaxes(zeroline=True, linewidth=1, linecolor='black', mirror=False) ...
Read more >Plotly.NET
Initializing a chart; Styling a chart; Displaying a chart ... If the interactive extension does not work, please file an issue and we...
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
I suspect that was intended to be the opposite axis
showline
- so we don’t show two lines nearly on top of each other. Notice that that’s the effect it has - if you move zero just a little away from the end of the axis, the zero line will show up again.Nice catch @cldougl
@cldougl thanks, what would be the usual ETA for such case?