File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 288
288
# it sets the main annotation and major tick spacing interval
289
289
# to one month (**a1O**) (capital letter o, not zero). Additionally,
290
290
# it sets the minor tick spacing interval to 1 day (**f1D**).
291
- # The labeling of this axis is also modified using
292
- # ``pygmt.config( FORMAT_DATE_MAP="o")`` to use the month's
291
+ # The labeling of this axis can be modified by setting
292
+ # :gmt-term:` FORMAT_DATE_MAP` to 'o' to use the month's
293
293
# name instead of its number.
294
294
295
295
x = pd .date_range ("2013-05-02" , periods = 10 , freq = "2D" )
319
319
# the day of the week.
320
320
#
321
321
# Another notable mention in this example is
322
- # ``pygmt.config( FORMAT_CLOCK_MAP= "-hhAM")``
323
- # which specifies the used format for time.
322
+ # setting :gmt-term:` FORMAT_CLOCK_MAP` to "-hhAM"
323
+ # which specifies the format used for time.
324
324
# In this case, leading zeros are removed
325
325
# using **(-)**, and only hours are displayed.
326
326
# Additionally, an AM/PM system is being used
You can’t perform that action at this time.
0 commit comments