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
Hello, pyselogo is very suitable for my drawing needs. I am very happy to be able to quote pygenome. What is the function to change the y-axis scale range? I want to set up a dynamic y-axis for applicable data. I hope to get your help. Thank you very much!
Hello, pyselogo is very suitable for my drawing needs. I am very happy to be able to quote pygenome. What is the function to change the y-axis scale range? I want to set up a dynamic y-axis for applicable data. I hope to get your help. Thank you very much!
#########
plt.rcParams['figure.dpi'] = 300
fig, axarr = draw_logo(ALL_SCORES1, coordinate_type='data')
fig.tight_layout()
The text was updated successfully, but these errors were encountered: