Added ability to specify figsize for matplotlib#578
Open
jzking wants to merge 1 commit intoscikit-learn-contrib:masterfrom
Open
Added ability to specify figsize for matplotlib#578jzking wants to merge 1 commit intoscikit-learn-contrib:masterfrom
jzking wants to merge 1 commit intoscikit-learn-contrib:masterfrom
Conversation
Collaborator
|
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. |
Author
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plot size variable added to
CondensedTree.plotto pass tomatplotlib.figsizefor convenience.