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 dee89d9 commit 2626e27Copy full SHA for 2626e27
examples/tutorials/date_time_charts.py
@@ -3,15 +3,6 @@
3
========================
4
5
Plotting datetime charts is handled by :meth:`pygmt.Figure.basemap`.
6
-
7
-.. note::
8
9
- This tutorial assumes the use of a Python notebook, such as IPython or Jupyter Notebook.
10
- 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.
12
13
- To save the figure, use ``fig.savefig("figname.pdf")`` where ``"figname.pdf"``
14
- is the desired name and file extension for the saved figure.
15
"""
16
# sphinx_gallery_thumbnail_number = 0
17
0 commit comments