Skip to content

Commit

Permalink
Remove hard-coded axis labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Pechnikov committed Jun 28, 2024
1 parent f8deea1 commit 56c99a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmtsar/pygmtsar/Stack_sbas.py
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ def plot_displacements(self, data, caption='Cumulative LOS Displacement, [rad]',
col_wrap=cols, size=size, aspect=aspect,
vmin=vmin, vmax=vmax, cmap='turbo'
)
fg.set_axis_labels('Range', 'Azimuth')
#fg.set_axis_labels('Range', 'Azimuth')
fg.set_ticks(max_xticks=nbins, max_yticks=nbins)
fg.fig.suptitle(caption, y=y)

Expand Down

0 comments on commit 56c99a4

Please sign in to comment.