- Notifications
You must be signed in to change notification settings - Fork5
Prototype for mpl-gui module
License
matplotlib/mpl-gui
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Prototype project for splitting pyplot in half
- Free software: 3-clause BSD license
- Documentation:https://matplotlib.github.io/mpl-gui.
This project is a prototype space for overhauling the GUI event loop managementtools that Matplotlib provides in pyplot.
The pyplot module current serves two critical, but unrelated functions:
- provide a state-full implicit API that rhymes / was inspired by MATLAB
- provide the management of interaction between Matplotlib and the GUI eventloop
While it can be very convenient when working at the prompt, the state-full APIcan lead to brittle code that depends on the global state in confusing ways,particularly when used in library code. On the other hand,matplotlib.pyplot does a very good job of hiding from the user the factthat they are developing a GUI application and handling, along with IPython,many of the details involved in running a GUI application in parallel withPython.
About
Prototype for mpl-gui module
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.