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

Skip to content

Commit 4ee9ed8

Browse files
NelleVtacaswell
authored andcommitted
Merge pull request #8101 from goldstarwebs/master
Named Matplotlib module in windows instructions
1 parent 1cce7d3 commit 4ee9ed8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)