matplotlib / matplotlib/ipympl
Feature request: add an option to hide header/title bar in NbAgg/WebAgg
Personne n'a encore pris cette issue.
- Langage dominant
- Jupyter Notebook
- Étoiles
- 1.7k
- Forks
- 234
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
This is a cross-post of https://github.com/matplotlib/matplotlib/issues/11986 as requested in that issue - this issue also applies if I use jupyter-matplotlib
I am making use of the NbAgg backend to implement data viewers for the Glue application in Jupyter notebook. However, one thing that I've found is that the title/header bar is unnecessary in a lot of (my use) cases and there is also a lot of wasted space between the title/header bar and the plot itself:
This is even more the case when opening multiple plots in a single notebook.
Would it be possible have a way to turn off the header/title bar and get a tighter layout? (or is there already a way to do this?). In my mind it would look nicer to simply have:
And for my use case I'm fine with losing access to the 'power' button to freeze the plot.
Guide de contribution
Ouvrir le guide de contribution
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Piste de recherche
Commencez par retracer les points d’entrée NbAgg/WebAgg utilisés par jupyter-matplotlib et comparez la barre d’en-tête/de titre actuelle avec la mise en page compacte demandée. C’est terminé lorsqu’une option permet de désactiver cette barre tout en conservant le comportement actuel du graphique, et que la mise en page obtenue a été vérifiée dans un notebook.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- jupyter, jupyter-notebook
- Domaine
- frontend, web-dev
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 42/100