We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The default size does not suit when there are 20+ pathways. Ability to control size as input would be appreciated.
The text was updated successfully, but these errors were encountered:
See #41
Sorry, something went wrong.
Hey, I know I am late but you can control size like,
sankey(df2["Drug"],df2["Status"], aspect=20, fontsize=10) fig = plt.gcf() # Set size in inches fig.set_size_inches(12, 6) fig.show()
No branches or pull requests
The default size does not suit when there are 20+ pathways. Ability to control size as input would be appreciated.
The text was updated successfully, but these errors were encountered: