We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f441764 commit 592a03aCopy full SHA for 592a03a
truelearn/utils/visualisations/_bubble_plotter.py
@@ -85,7 +85,7 @@ def plot(
85
plt.xlim(-lim, lim)
86
plt.ylim(-lim, lim)
87
88
- cmap = colormaps.get_cmap("Greens_r")
+ cmap = colormaps["Greens_r"]
89
90
# Normalize data range to colormap range
91
norm = colors.Normalize(vmin=min(variances) - 0.05, vmax=max(variances) + 0.05)
0 commit comments