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 d03fa01 commit 9de9260Copy full SHA for 9de9260
1 file changed
tutorials/introductory/customizing.py
@@ -51,7 +51,7 @@
51
# good in a presentation, you can just add::
52
#
53
# >>> import matplotlib.pyplot as plt
54
-# >>> plt.style.use('../images/presentation.mplstyle')
+# >>> plt.style.use('./images/presentation.mplstyle')
55
56
# Alternatively, you can load your custom style sheet with a call to
57
# ``style.use(<style-name>)`` by placing your ``<style-name>.mplstyle`` file
0 commit comments