We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9792ba3 commit d96a905Copy full SHA for d96a905
1 file changed
galleries/tutorials/artists.py
@@ -38,9 +38,7 @@
38
helper methods to create the primitives. In the example below, we create a
39
``Figure`` instance using :func:`matplotlib.pyplot.figure`, which is a
40
convenience method for instantiating ``Figure`` instances and connecting them
41
-with your user interface. This is not always necessary -- you can instantiate
42
-the ``Figure`` instance directly if you do not require the
43
-`matplotlib.pyplot.show` functionality::
+with a GUI framework so that they can be shown in a window on the screen::
44
45
import matplotlib.pyplot as plt
46
fig = plt.figure()
0 commit comments