You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get a ylabel, we need to be able to set_visible(True) on totals.yaxis, but then it will also have ticks and tick labels, which we can't hide without affecting the matrix plot's ticks, because of sharey.
Similarly, we can't do matrix.xaxis.set_label.
The text was updated successfully, but these errors were encountered:
To get a ylabel, we need to be able to
set_visible(True)
ontotals.yaxis
, but then it will also have ticks and tick labels, which we can't hide without affecting the matrix plot's ticks, because ofsharey
.Similarly, we can't do
matrix.xaxis.set_label
.The text was updated successfully, but these errors were encountered: