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.

Axis matching limitation

See original GitHub issue

This is a pretty problematic case for Plotly.py: https://codepen.io/nicolaskruchten/pen/ExaOMRr?editable=true

In this case, all axes have matches set to the first axis (x or y) but those axes have no traces, so no information is being shared among the axes that do have traces.

I’d be tempted to call this a bug… thoughts @alexcjohnson @archmoj ?

This is a problem for Plotly.py because make_subplots creates subplots and sets matches before knowing which subplots have traces.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:20 (20 by maintainers)

github_iconTop GitHub Comments

1reaction
archmojcommented, Jan 29, 2020
1reaction
nicolaskruchtencommented, Jan 21, 2020

Yes, the new minimal bug demo captures my intent here, thanks @archmoj 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

MATLAB linkaxes - Synchronize limits of multiple axes
Synchronizing limits allows you to zoom or pan in one plot or figure and display the same range of data in another plot...
Read more >
Consistent Axis Scales Across Multiple Charts - Peltier Tech
This tutorial shows a simple, reliable, non-programmatic method for synchronizing axis scales in multiple charts.
Read more >
y-axis values on graph don't align with values in Plot Area
If you limit the y-axis to 80, some parts of the second and third line whose values are above 80 will not show...
Read more >
Dual axes time series plots may be ok sometimes after all
Dual axis time series charts are often deprecated, but the standard alternatives have weaknesses too. In some circumstances, if done carefully, ...
Read more >
Setting the same axis limits for all subplots in matplotlib
You could use shared axes which will share the x- and/or y-limits, but allow to customise the axes in any other way.
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