Skip to content

Commit 0b7adbe

Browse files
authored
Add placeholder
1 parent a4eec49 commit 0b7adbe

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

examples/tutorials/datetime.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
"""
2+
Plotting Datetime Data
3+
================
4+
5+
THIS IS A PLACEHOLDER WORK IN PROGRESS
6+
Plotting vectors is handled by :meth:`pygmt.Figure.plot`.
7+
8+
.. note::
9+
10+
This tutorial assumes the use of a Python notebook, such as IPython or Jupyter Notebook.
11+
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.
13+
14+
To save the figure, use ``fig.savefig("figname.pdf")`` where ``"figname.pdf"``
15+
is the desired name and file extension for the saved figure.
16+
"""
17+
# sphinx_gallery_thumbnail_number = 0

0 commit comments

Comments
 (0)