Analysis of information sources in references of the Wikipedia article "Matplotlib" in Japanese language version.
Last modified:
Matplotlib works with a number of user interface toolkits ... it is helpful to the developers to have an API for interacting with the figure ... that is "GUI neutral" so we don't have to repeat a lot of code across the different user interfaces.(Matplotlib 2025b) “Event handling and picking”. Matplotlib 3.10.3 documentation. 2025年7月14日閲覧。
To receive events, you need to write a callback function and then connect your function to the event manager(Matplotlib 2025b) “Event handling and picking”. Matplotlib 3.10.3 documentation. 2025年7月14日閲覧。
Here are the events that you can connect to, the class instances that are sent back to you when the event occurs, and the event descriptions:(Matplotlib 2025b) “Event handling and picking”. Matplotlib 3.10.3 documentation. 2025年7月14日閲覧。
The events that are triggered are also a bit richer vis-a-vis Matplotlib than standard GUI events, including information like which Axes the event occurred in. The events also understand the Matplotlib coordinate system(Matplotlib 2025b) “Event handling and picking”. Matplotlib 3.10.3 documentation. 2025年7月14日閲覧。
in order to support features like interactive panning and zooming of figures, ... have an API for interacting with the figure(Matplotlib 2025b) “Event handling and picking”. Matplotlib 3.10.3 documentation. 2025年7月14日閲覧。
Backends are used for displaying Matplotlib figures ... Matplotlib can target different outputs, and each of these capabilities is called a backend(Matplotlib 2025a) “Backends”. Matplotlib 3.10.3 documentation. 2025年7月12日閲覧。
Pythonでグラフ作成に用いる定番のライブラリが「Matplotlib」です。立山, 秀利 (2024-11-25). “データを可視化する「Matplotlib」、Pythonで棒グラフも円グラフも自由自在”. 日経クロステック.