Skip to content

Commit c308bf2

Browse files
author
Christian Jorgensen
committed
Linting again
1 parent d0e1adc commit c308bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pcovc/PCovC_multioutput.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
handles, _ = scat_pca.legend_elements()
7878
labels = labels_list[i]
7979
axs[0, i].legend(handles, labels)
80-
80+
8181
axs[0, 0].set_title("Even/Odd")
8282
axs[0, 1].set_title("Greater/Less than 5")
8383
axs[0, 2].set_title("Digit")
@@ -126,4 +126,4 @@
126126
axs[0, 0].set_ylabel("PCA")
127127
axs[1, 0].set_ylabel("PCovC")
128128
fig.colorbar(scat_pca, ax=axs, orientation="horizontal")
129-
fig.suptitle("Multiclass-Multilabel PCovC")
129+
fig.suptitle("Multiclass-Multilabel PCovC")

0 commit comments

Comments
 (0)