Skip to content

Commit d96a905

Browse files
rcomertimhoffm
andauthored
Apply suggestion from @timhoffm
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 9792ba3 commit d96a905

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

galleries/tutorials/artists.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
helper methods to create the primitives. In the example below, we create a
3939
``Figure`` instance using :func:`matplotlib.pyplot.figure`, which is a
4040
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::
41+
with a GUI framework so that they can be shown in a window on the screen::
4442
4543
import matplotlib.pyplot as plt
4644
fig = plt.figure()

0 commit comments

Comments
 (0)