Skip to content

issues Search Results · repo:matplotlib/mpl-gui language:Python

Filter by

6 results
 (87 ms)

6 results

inmatplotlib/mpl-gui (press backspace or delete to remove)

The name is a good one, but mpl_gui.show (which requires a list of Figures to be passed) has a very different API than FigureRegistry.show (and mpl_gui.registry.show) and matplotlib.pyplot.show (to which ...
  • tacaswell
  • 2
  • Opened 
    on Nov 1, 2023
  • #16

We do not yet have a notion of current figure , but using a pattern like we do with Artist.remove is probably the right thing to do for Figure.close Originally posted by @tacaswell in https://github.com/matplotlib/mpl-gui/pull/3#discussion_r885055541 ...
  • tacaswell
  • Opened 
    on May 30, 2022
  • #8

Everything seems to work well with macosx from a standard Python terminal, but I decided to switch over to ipython and noticed that there is a mismatch in the alias names for the event loops (ipython seems ...
  • greglucas
  • Opened 
    on Feb 1, 2022
  • #5

At creation time each manager is assigned a number (which is either 1 or 1 higher than the currently existing number) and there is some API in pyplot to get the list of current numbers etc. Currently in ...
  • tacaswell
  • 1
  • Opened 
    on Feb 1, 2022
  • #4

Currently we instantiate figure registry instances, which maybe is OK: import mpl_gui as mg fr = mg.FigureRegistry() fig, ax = fr.subplots() but is it possible to provide a default registry with an import? ...
  • jklymak
  • Opened 
    on Jan 30, 2022
  • #2

I was just testing out the examples from the docs and figured I would put some quick findings here while running on a Mac. - Documentation: Change subplot_module to subplot_mosaic in a couple of places ...
  • greglucas
  • 4
  • Opened 
    on Dec 3, 2021
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub