Skip to content
New issue

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

Added ability to specify figsize for matplotlib #578

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jzking
Copy link

@jzking jzking commented Dec 9, 2022

Plot size variable added to CondensedTree.plot to pass to matplotlib.figsize for convenience.

@lmcinnes
Copy link
Collaborator

lmcinnes commented Dec 9, 2022

I think in practice if you specify a particular plot size then you probably want to create a new figure and specify the figsize explicitly for the figure on creation.

@jzking
Copy link
Author

jzking commented Dec 9, 2022

My apologies but I am not very well versed in matplotlib nuances. However, I thought specifying plot size in the call to plot made intuitive sense. Perhaps the way I'm implementing it here is not appropriate for general users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants