Skip to content

Commit

Permalink
move pfss cbar a bit for stonyhurst coords
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler committed Nov 24, 2023
1 parent 6128bf0 commit 4e02ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solarmach/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ def legend_arrow(width, height, **_):
ha='right', va='bottom', transform=fig.transFigure)

# Create the colorbar displaying values of the last fieldline plotted
cb = fig.colorbar(fieldline, ax=ax, location="left", anchor=(1.4, 1.2), shrink=0.6)
cb = fig.colorbar(fieldline, ax=ax, location="left", anchor=(1.4, 1.2), pad=0.12, shrink=0.6)

# Colorbar is the last object created -> it is the final index in the list of axes
cb_ax = fig.axes[-1]
Expand Down

0 comments on commit 4e02ec7

Please sign in to comment.