Skip to content

Commit

Permalink
Fix little bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed May 20, 2024
1 parent 98a17fc commit a4c88e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appletree/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def plot_irreg_histogram_2d(bins_x, bins_y, hist, **kwargs):
bins_y = np.asarray(bins_y)

density = kwargs.get("density", False)
cmap = mpl.cm.get_cmap("RdBu_r")
cmap = mpl.cm.RdBu_r

loc = []
width = []
Expand Down

0 comments on commit a4c88e3

Please sign in to comment.