Thanks to visit codestin.com Credit goes to github.com
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 2d2cf6c commit 84c4d05Copy full SHA for 84c4d05
1 file changed
doc/users/shell.rst
@@ -76,7 +76,7 @@ are going to need to understand what a matplotlib backend is
76
With the TkAgg backend, that uses the Tkinter user interface toolkit,
77
you can use matplotlib from an arbitrary python shell. Just set your
78
``backend : TkAgg`` and ``interactive : True`` in your
79
-:file:matplotlibrc file (see :ref:`customizing-matplotlib`) and fire
+:file:`matplotlibrc` file (see :ref:`customizing-matplotlib`) and fire
80
up python. Then::
81
82
>>> from pylab import *
0 commit comments