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
The default axis labels are useful, but they just say "s1" and "s2" which is not usually helpful. You can fix this by calling set_xlabel()/etc. directly, but then you have to manually add back the length info and the arrow indicating direction.
It would be nice to be able to specify just sequence name(s) to the visualization functions, which replace the s1 / s2 things without replacing the length info / arrow.
The text was updated successfully, but these errors were encountered:
The default axis labels are useful, but they just say "s1" and "s2" which is not usually helpful. You can fix this by calling
set_xlabel()
/etc. directly, but then you have to manually add back the length info and the arrow indicating direction.It would be nice to be able to specify just sequence name(s) to the visualization functions, which replace the s1 / s2 things without replacing the length info / arrow.
The text was updated successfully, but these errors were encountered: