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.

Graph color and scale has changed since release of v0.12

See original GitHub issue

Describe the bug Since the release of v0.12, I’m experiencing problems in the way graph of plots appear:

  1. The color of grid which used to be kinda greyish-blue with white grid lines, is now plane white with grey grid lines.
  2. 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:

  1. bqplot v0.11.8 image

  2. bqplot v0.12.0 Plot for exact same code image

Also, in v0.12.0, some of the grid lines go unexpectedly missing for line charts like this: image

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

github_iconTop GitHub Comments

3reactions
martinRenoucommented, Nov 7, 2019

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

1reaction
aboullecommented, Nov 6, 2019

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)

Screenshot_2019-11-06 Axis Properties

Read more comments on GitHub >

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

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