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 d0e1adc commit c308bf2Copy full SHA for c308bf2
examples/pcovc/PCovC_multioutput.py
@@ -77,7 +77,7 @@
77
handles, _ = scat_pca.legend_elements()
78
labels = labels_list[i]
79
axs[0, i].legend(handles, labels)
80
-
+
81
axs[0, 0].set_title("Even/Odd")
82
axs[0, 1].set_title("Greater/Less than 5")
83
axs[0, 2].set_title("Digit")
@@ -126,4 +126,4 @@
126
axs[0, 0].set_ylabel("PCA")
127
axs[1, 0].set_ylabel("PCovC")
128
fig.colorbar(scat_pca, ax=axs, orientation="horizontal")
129
-fig.suptitle("Multiclass-Multilabel PCovC")
+fig.suptitle("Multiclass-Multilabel PCovC")
0 commit comments