File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 33Close Event
44===========
55
6+ Example to show connecting events that occur when the figure closes.
67"""
78from __future__ import print_function
89import matplotlib .pyplot as plt
Original file line number Diff line number Diff line change 33Data Browser
44============
55
6+ Connecting data between multiple canvases.
7+
8+ This example covers how to interact data with multiple canvases. This
9+ let's you select and highlight a point on one axis, and generating the
10+ data of that point on the other axis.
611"""
712import numpy as np
813
Original file line number Diff line number Diff line change 33Looking Glass
44=============
55
6+ Example using mouse events to simulate a looking glass for inspecting data.
67"""
78import numpy as np
89import matplotlib .pyplot as plt
Original file line number Diff line number Diff line change 33Path Editor
44===========
55
6+ Sharing events across GUIs.
7+
8+ This example demonstrates a cross-GUI application using Matplotlib event
9+ handling to interact with and modify objects on the canvas.
610"""
711import numpy as np
812import matplotlib .path as mpath
You can’t perform that action at this time.
0 commit comments