File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/gallery/seismology Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55The :meth:`pygmt.Figure.wiggle` method can plot z = f(x,y) anomalies along
66tracks. ``x``, ``y``, ``z`` can be specified as 1d arrays or within a specified
7- file. The ``scale`` parameter can be used to set anomaly scale in
7+ file. The ``scale`` parameter can be used to set the anomaly scale in
88data-units/distance-unit. The positive and/or negative areas can be filled with
99color by setting the ``color`` parameter.
1010"""
2929 color = ["red+p" , "gray+n" ],
3030 # Set the outline width to "1.0p"
3131 pen = "1.0p" ,
32- # Draw a blue track of width 0.5 points
32+ # Draw a blue track with a width of 0.5 points
3333 track = "0.5p,blue" ,
3434 # Plot a vertical scale bar at the right middle. The bar length is 100 in
35- # data (z) units. Set the z unit lable to "nT".
35+ # data (z) units. Set the z unit label to "nT".
3636 position = "jRM+w100+lnT" ,
3737)
3838fig .show ()
You can’t perform that action at this time.
0 commit comments