Skip to content

Commit 5bb33bc

Browse files
committed
Fix styling
1 parent b942514 commit 5bb33bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/gallery/3d_plots/3d_bar.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
creating such a 3-D bar plot based on a grid. This can be done in two steps:
88
99
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.
10+
and "z" for longitude, latitude, and the quantity displayed by the grid,
11+
respectively.
1112
2. Plotting this table as bars in 3-D using :meth:`pygmt.Figure.plot3d`.
1213
1314
The bars can be outlined, and the fill can be one color or based on a quantity using a

0 commit comments

Comments
 (0)