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.

zeroline doesn't display when showline=true

See original GitHub issue

Using 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:closed
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
alexcjohnsoncommented, Aug 7, 2018

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

0reactions
yifan-yangcommented, Aug 13, 2018

@cldougl thanks, what would be the usual ETA for such case?

Read more comments on GitHub >

github_iconTop 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 >

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