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 a4eec49 commit 0b7adbeCopy full SHA for 0b7adbe
examples/tutorials/datetime.py
@@ -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