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

Change background color #49

Open
FeAx7 opened this issue Nov 14, 2022 · 1 comment
Open

Change background color #49

FeAx7 opened this issue Nov 14, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@FeAx7
Copy link

FeAx7 commented Nov 14, 2022

3 features that I wish you could implement so that I could stop forking your project:

  • For people like me using Jupyterlab in Dark mode the background color of the pics should be changed ideally automatically: -> 2 lines below to modify
div.ipyplot-content-div-%(0)s { (...) background: rgb(17, 17, 17); (...)}
#ipyplot-html-viewer-toggle-%(1)s:checked + #ipyplot-html-viewer-label-%(1)s:after {(...) background: rgb(17, 17, 17); (...)}
  • Option to not show the "Show HTML" link -> I just delete this line
    <label id="ipyplot-html-viewer-label-%(1)s" for="ipyplot-html-viewer-toggle-%(1)s">show html</label>

  • Option not to show Numbers on top of each pic -> I just delete this line
    <h4 style="font-size: 12px; word-wrap: break-word;">%(2)s</h4>

@karolzak karolzak added the enhancement New feature or request label Nov 15, 2022
@marksibrahim
Copy link

+1

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

No branches or pull requests

3 participants