Skip to content

Commit

Permalink
feat: add cbar_labels kwarg to plot_3d
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Jun 14, 2024
1 parent 3f59d10 commit 9d26d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/polartoolkit/maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2071,6 +2071,7 @@ def plot_3d(

fig.shift_origin(yshift=f"{yshift}c", xshift=f"{xshift}c")
fig.colorbar(
frame=f"xaf+l{cbar_labels[i]}",
perspective=cbar_perspective,
box="+gwhite+c3p",
)
Expand Down

0 comments on commit 9d26d06

Please sign in to comment.