Skip to content

Commit 1b3957a

Browse files
committed
add fontsize arguments
1 parent 3091551 commit 1b3957a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bayesflow/diagnostics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,6 @@ def plot_confusion_matrix(
12091209

12101210
im = ax.imshow(cm, interpolation="nearest", cmap=cmap, vmin=0.0, vmax=1.0)
12111211
cbar = ax.figure.colorbar(im, ax=ax, shrink=0.75)
1212-
12131212
cbar.ax.tick_params(labelsize=value_fontsize)
12141213

12151214
ax.set(xticks=np.arange(cm.shape[1]), yticks=np.arange(cm.shape[0]))

0 commit comments

Comments
 (0)