diff --git a/tutorials/introductory/usage.py b/tutorials/introductory/usage.py index 7045b757f82d..b9b88130e86b 100644 --- a/tutorials/introductory/usage.py +++ b/tutorials/introductory/usage.py @@ -402,9 +402,6 @@ def my_plotter(ax, data1, data2, param_dict): # To save plots using the non-interactive backends, use the # ``matplotlib.pyplot.savefig('filename')`` method. # -# To save plots using the non-interactive backends, use the -# ``matplotlib.pyplot.savefig('filename')`` method. -# # And here are the user interfaces and renderer combinations supported; # these are *interactive backends*, capable of displaying to the screen # and of using appropriate renderers from the table above to write to