Skip to content

Commit

Permalink
moving the pre-processed pgf plot example files
Browse files Browse the repository at this point in the history
  • Loading branch information
pwuertz committed Aug 20, 2012
1 parent 07e5464 commit 738a481
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
6 changes: 3 additions & 3 deletions doc/users/pgf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fonts "CMU Serif", "CMU Sans Serif" are recommended.
.. literalinclude:: plotting/examples/pgf_fonts.py
:end-before: plt.savefig

.. image:: plotting/examples/pgf_fonts.*
.. image:: /_static/pgf_fonts.*


.. _pgf-preamble:
Expand All @@ -77,7 +77,7 @@ to disable ``pgf.rcfonts``.
.. literalinclude:: plotting/examples/pgf_preamble.py
:end-before: import matplotlib.pyplot as plt

.. image:: plotting/examples/pgf_preamble.*
.. image:: /_static/pgf_preamble.*


.. _pgf-texsystem:
Expand All @@ -93,7 +93,7 @@ unicode handling must be configured in the preamble.
.. literalinclude:: plotting/examples/pgf_texsystem.py
:end-before: plt.savefig

.. image:: plotting/examples/pgf_texsystem.*
.. image:: /_static/pgf_texsystem.*

.. _pgf-hangups:

Expand Down
2 changes: 1 addition & 1 deletion doc/users/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ drawing commands for LaTeX that can be processed by PdfLaTeX, XeLaTeX or
LuaLaTeX using the PGF/TikZ package. Usage examples and documentation are
found in :ref:`pgf-tutorial`.

.. image:: plotting/examples/pgf_preamble.*
.. image:: /_static/pgf_preamble.*

Locator interface
-----------------
Expand Down

0 comments on commit 738a481

Please sign in to comment.