Skip to content

Commit 328b998

Browse files
author
Meghan Jones
authored
Fix typo in tutorials (#953)
1 parent ba879ea commit 328b998

12 files changed

+12
-12
lines changed

examples/tutorials/3d-perspective-image.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
This tutorial assumes the use of a Python notebook, such as IPython or Jupyter Notebook.
1111
To see the figures while using a Python script instead, use
12-
``fig.show(method="external)`` to display the figure in the default PDF viewer.
12+
``fig.show(method="external")`` to display the figure in the default PDF viewer.
1313
1414
To save the figure, use ``fig.savefig("figname.pdf")`` where ``"figname.pdf"``
1515
is the desired name and file extension for the saved figure.

examples/tutorials/coastlines.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
This tutorial assumes the use of a Python notebook, such as IPython or Jupyter Notebook.
1010
To see the figures while using a Python script instead, use
11-
``fig.show(method="external)`` to display the figure in the default PDF viewer.
11+
``fig.show(method="external")`` to display the figure in the default PDF viewer.
1212
1313
To save the figure, use ``fig.savefig("figname.pdf")`` where ``"figname.pdf"``
1414
is the desired name and file extension for the saved figure.

examples/tutorials/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
This tutorial assumes the use of a Python notebook, such as IPython or Jupyter Notebook.
1010
To see the figures while using a Python script instead, use
11-
``fig.show(method="external)`` to display the figure in the default PDF viewer.
11+
``fig.show(method="external")`` to display the figure in the default PDF viewer.
1212
1313
To save the figure, use ``fig.savefig("figname.pdf")`` where ``"figname.pdf"``
1414
is the desired name and file extension for the saved figure.

examples/tutorials/contour-map.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
This tutorial assumes the use of a Python notebook, such as IPython or Jupyter Notebook.
1010
To see the figures while using a Python script instead, use
11-
``fig.show(method="external)`` to display the figure in the default PDF viewer.
11+
``fig.show(method="external")`` to display the figure in the default PDF viewer.
1212
1313
To save the figure, use ``fig.savefig("figname.pdf")`` where ``"figname.pdf"``
1414
is the desired name and file extension for the saved figure.

examples/tutorials/earth-relief.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
This tutorial assumes the use of a Python notebook, such as IPython or Jupyter Notebook.
1212
To see the figures while using a Python script instead, use
13-
``fig.show(method="external)`` to display the figure in the default PDF viewer.
13+
``fig.show(method="external")`` to display the figure in the default PDF viewer.
1414
1515
To save the figure, use ``fig.savefig("figname.pdf")`` where ``"figname.pdf"``
1616
is the desired name and file extension for the saved figure.

examples/tutorials/first-figure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
This tutorial assumes the use of a Python notebook, such as IPython or Jupyter Notebook.
1111
To see the figures while using a Python script instead, use
12-
``fig.show(method="external)`` to display the figure in the default PDF viewer.
12+
``fig.show(method="external")`` to display the figure in the default PDF viewer.
1313
1414
To save the figure, use ``fig.savefig("figname.pdf")`` where ``"figname.pdf"``
1515
is the desired name and file extension for the saved figure.

examples/tutorials/frames.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
This tutorial assumes the use of a Python notebook, such as IPython or Jupyter Notebook.
1111
To see the figures while using a Python script instead, use
12-
``fig.show(method="external)`` to display the figure in the default PDF viewer.
12+
``fig.show(method="external")`` to display the figure in the default PDF viewer.
1313
1414
To save the figure, use ``fig.savefig("figname.pdf")`` where ``"figname.pdf"``
1515
is the desired name and file extension for the saved figure.

examples/tutorials/inset.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
This tutorial assumes the use of a Python notebook, such as IPython or Jupyter Notebook.
1313
To see the figures while using a Python script instead, use
14-
``fig.show(method="external)`` to display the figure in the default PDF viewer.
14+
``fig.show(method="external")`` to display the figure in the default PDF viewer.
1515
1616
To save the figure, use ``fig.savefig("figname.pdf")`` where ``"figname.pdf"``
1717
is the desired name and file extension for the saved figure.

examples/tutorials/lines.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
This tutorial assumes the use of a Python notebook, such as IPython or Jupyter Notebook.
1010
To see the figures while using a Python script instead, use
11-
``fig.show(method="external)`` to display the figure in the default PDF viewer.
11+
``fig.show(method="external")`` to display the figure in the default PDF viewer.
1212
1313
To save the figure, use ``fig.savefig("figname.pdf")`` where ``"figname.pdf"``
1414
is the desired name and file extension for the saved figure.

examples/tutorials/plot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
This tutorial assumes the use of a Python notebook, such as IPython or Jupyter Notebook.
1414
To see the figures while using a Python script instead, use
15-
``fig.show(method="external)`` to display the figure in the default PDF viewer.
15+
``fig.show(method="external")`` to display the figure in the default PDF viewer.
1616
1717
To save the figure, use ``fig.savefig("figname.pdf")`` where ``"figname.pdf"``
1818
is the desired name and file extension for the saved figure.

examples/tutorials/regions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
This tutorial assumes the use of a Python notebook, such as IPython or Jupyter Notebook.
1212
To see the figures while using a Python script instead, use
13-
``fig.show(method="external)`` to display the figure in the default PDF viewer.
13+
``fig.show(method="external")`` to display the figure in the default PDF viewer.
1414
1515
To save the figure, use ``fig.savefig("figname.pdf")`` where ``"figname.pdf"``
1616
is the desired name and file extension for the saved figure.

examples/tutorials/text.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
This tutorial assumes the use of a Python notebook, such as IPython or Jupyter Notebook.
1111
To see the figures while using a Python script instead, use
12-
``fig.show(method="external)`` to display the figure in the default PDF viewer.
12+
``fig.show(method="external")`` to display the figure in the default PDF viewer.
1313
1414
To save the figure, use ``fig.savefig("figname.pdf")`` where ``"figname.pdf"``
1515
is the desired name and file extension for the saved figure.

0 commit comments

Comments
 (0)