Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0497a1d

Browse files
authored
Merge pull request #8101 from goldstarwebs/master
Named Matplotlib module in windows instructions
2 parents 747792b + 3986e84 commit 0497a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/faq/troubleshooting_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ On windows, both the config directory and the cache directory are
6161
the same and are in your :file:`Documents and Settings` or :file:`Users`
6262
directory by default::
6363

64-
>>> import matplotlib
64+
>>> import matplotlib as mpl
6565
>>> mpl.get_configdir()
6666
'C:\\Documents and Settings\\jdhunter\\.matplotlib'
6767
>>> mpl.get_cachedir()

0 commit comments

Comments
 (0)