jupyterplot icon indicating copy to clipboard operation
jupyterplot copied to clipboard

graph size and colour

Open zaidic opened this issue 3 years ago • 1 comments

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:

  1. Y axis label

  2. 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?

  3. 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.

image

Again great code, please let me know if there's anyway to fix these issues.

Z

zaidic avatar May 11 '21 13:05 zaidic

Hi @zaidic

  1. 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).
  2. 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.
  3. height and width argument can be used to control the size.

lvwerra avatar Jul 18 '21 17:07 lvwerra