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

Skip to content

Commit 738a481

Browse files
author
pwuertz
committed
moving the pre-processed pgf plot example files
1 parent 07e5464 commit 738a481

8 files changed

Lines changed: 4 additions & 4 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

doc/users/pgf.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fonts "CMU Serif", "CMU Sans Serif" are recommended.
5353
.. literalinclude:: plotting/examples/pgf_fonts.py
5454
:end-before: plt.savefig
5555

56-
.. image:: plotting/examples/pgf_fonts.*
56+
.. image:: /_static/pgf_fonts.*
5757

5858

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

80-
.. image:: plotting/examples/pgf_preamble.*
80+
.. image:: /_static/pgf_preamble.*
8181

8282

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

96-
.. image:: plotting/examples/pgf_texsystem.*
96+
.. image:: /_static/pgf_texsystem.*
9797

9898
.. _pgf-hangups:
9999

doc/users/whats_new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ drawing commands for LaTeX that can be processed by PdfLaTeX, XeLaTeX or
2424
LuaLaTeX using the PGF/TikZ package. Usage examples and documentation are
2525
found in :ref:`pgf-tutorial`.
2626

27-
.. image:: plotting/examples/pgf_preamble.*
27+
.. image:: /_static/pgf_preamble.*
2828

2929
Locator interface
3030
-----------------

0 commit comments

Comments
 (0)