Skip to content

Commit

Permalink
further debugging of plots
Browse files Browse the repository at this point in the history
* should now be functional
  • Loading branch information
CraigYanitski committed Jul 3, 2024
1 parent 5e58303 commit 9082e99
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions kosmatau3d/comparison/model_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -5684,9 +5684,14 @@ def plot_comparison(
cb = fig_overall.colorbar(
cm, ax=axes_overall[sub_indeces], fraction=fraction, aspect=cb_aspect
)
cb.ax.ticklabel_format(
axis="y", useOffset=False, style="plain", useMathText=True
)
#
# put this back soon
#
# cb.ax.ticklabel_format(
# axis="y", useOffset=False, style="plain", useMathText=True
# )
#
#
# cb.ax.yaxis.offsetText.set_text('')
# offsetx, offsety = cb.ax.yaxis.offsetText.get_position()
# cb.ax.text(-1.5, 1.0, f'{cb.ax.yaxis.major.formatter.offset:1.3e}', fontsize=labelsize, ha='center', va='bottom')
Expand Down

0 comments on commit 9082e99

Please sign in to comment.