Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Prototype for mpl-gui module

License

NotificationsYou must be signed in to change notification settings

matplotlib/mpl-gui

Repository files navigation

Prototype project for splitting pyplot in half

Motivation

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:

  1. provide a state-full implicit API that rhymes / was inspired by MATLAB
  2. 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

Stars

Watchers

Forks

Packages

No packages published

Contributors7

Languages


[8]ページ先頭

©2009-2025 Movatter.jp