You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all great code, love it! I can run lab equipment and watch live data come in!
I started using your plot extension as someone recommended it to me on stack overflow, sadly I have three issues:
Y axis label
I use dark mode themes on Jupyter so the dark and grey text is really hard to read, how do I go about changing the colour scheme?
the resulting graph looks quite squished, anyway to have it be produced as a larger image?
Here's a pic to show what I mean. The bottom graph is matplot of the same data in dark mode plotting.
Again great code, please let me know if there's anyway to fix these issues.
Z
The text was updated successfully, but these errors were encountered:
You kind of have a y-label on the right side. there is no easy way to do it right now without adapting/extending the underlying library (python-lrcurve).
jupyterplot wraps python-lrcurve and uses the its defaults. you could check how the colours are set there and propose a PR to extend the library.
height and width argument can be used to control the size.
First of all great code, love it! I can run lab equipment and watch live data come in!
I started using your plot extension as someone recommended it to me on stack overflow, sadly I have three issues:
Y axis label
I use dark mode themes on Jupyter so the dark and grey text is really hard to read, how do I go about changing the colour scheme?
the resulting graph looks quite squished, anyway to have it be produced as a larger image?
Here's a pic to show what I mean. The bottom graph is matplot of the same data in dark mode plotting.
Again great code, please let me know if there's anyway to fix these issues.
Z
The text was updated successfully, but these errors were encountered: