Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graph size and colour #8

Open
zaidic opened this issue May 11, 2021 · 1 comment
Open

graph size and colour #8

zaidic opened this issue May 11, 2021 · 1 comment

Comments

@zaidic
Copy link

zaidic commented May 11, 2021

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

@lvwerra
Copy link
Owner

lvwerra commented Jul 18, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants