Skip to content

Commit

Permalink
change cax config
Browse files Browse the repository at this point in the history
  • Loading branch information
coxipi committed Jun 19, 2024
1 parent 20834e3 commit f1812b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/figanos/matplotlib/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ def draw_heatmap(*args, **kwargs):
)

g = sns.FacetGrid(df, **plot_kw_fg)
cax = g.fig.add_axes([0.92, 0.12, 0.02, 0.8])
cax = g.fig.add_axes([0.95, 0.05, 0.02, 0.9])
g.map_dataframe(
draw_heatmap, *heatmap_dims, da_name, **plot_kw_hm, cbar=True, cbar_ax=cax
)
Expand Down

0 comments on commit f1812b8

Please sign in to comment.