Graph color and scale has changed since release of v0.12
See original GitHub issueDescribe the bug Since the release of v0.12, I’m experiencing problems in the way graph of plots appear:
- The color of grid which used to be kinda greyish-blue with white grid lines, is now plane white with grey grid lines.
- The x-axis scale has also increased making graphs look horizontally stretched.
To Reproduce By just plotting the basic line chart using pyplot API with default configurations, it can be observed on the 2 versions:
-
bqplot v0.11.8
-
bqplot v0.12.0
Plot for exact same code
Also, in v0.12.0, some of the grid lines go unexpectedly missing for line charts like this:
Environment
- Operating System and Version: Ubuntu 16.04
- I am using a conda environment - in which everything is same just upgraded bqplot from v0.11.8 to v0.12.0
Additional context I am not aware if this has been explicitly changed in this new version on bqplot (v0.12.0) since I couldn’t find any changelog.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
v0.12.0 (September 2022) — seaborn 0.12.1 documentation
This release debuts the seaborn.objects interface, an entirely new approach to making plots with seaborn. It is the product of several years of...
Read more >Lovelace Mini Graph Card - GitHub
Useful for not making small changes look large because of scale. smoothing, boolean, true, v0.8.0, Whether to make graph line smooth. state_map, state...
Read more >2022.12: It does matter! - Home Assistant
2022 has been a fantastic year for the Home Assistant project. ... There are tons of things in this release that will keep...
Read more >Tuva Tools Change Log
Context Menu Accessibility: The context menu icon was getting lost in busy graphs; thus, we updated the design to increase its size and...
Read more >PartNet
PartNet: A Large-scale Benchmark for Fine-grained and Hierarchical Part-level ... [March 12, 2019] We release PartNet v0 (pre-release version) as a part of ......
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
So, after a quick debug session with @maartenbreddels, we found that the axes and grid sizes are not properly linked to the figure size…
This should be fixed in #964. The binder seems to work now: https://mybinder.org/v2/gh/martinRenou/bqplot/test_binder
Thanks for the effort (and thanks to all the team for this terrific library). Here is another example of the weird axis/data behavior (taken from your binder. The file is examples/Advanced Plotting/Axis Properties.ipynb)