We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b942514 commit 5bb33bcCopy full SHA for 5bb33bc
1 file changed
examples/gallery/3d_plots/3d_bar.py
@@ -7,7 +7,8 @@
7
creating such a 3-D bar plot based on a grid. This can be done in two steps:
8
9
1. Converting the grid into a table via :func:`pygmt.grd2xyz`, with columns "x", "y",
10
- and "z" for longitude, latitude, and the quantity displayed by the grid, respectively.
+ and "z" for longitude, latitude, and the quantity displayed by the grid,
11
+ respectively.
12
2. Plotting this table as bars in 3-D using :meth:`pygmt.Figure.plot3d`.
13
14
The bars can be outlined, and the fill can be one color or based on a quantity using a
0 commit comments