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

Suggestion: plotFunctions #38

Open
nkarast opened this issue Jul 27, 2018 · 1 comment
Open

Suggestion: plotFunctions #38

nkarast opened this issue Jul 27, 2018 · 1 comment

Comments

@nkarast
Copy link

nkarast commented Jul 27, 2018

Maybe the plot* functions can return the axis or get an already generated axis as argument (as the pd.plot(ax=ax1)) to allow for further customisation.

@sterbini
Copy link
Owner

sterbini commented Jul 28, 2018

I added

return plt.gca()

to the plot* functions.
Tell me if it is ok now.
For the second part, can you give me a simple example of the use case for an optimal implementation?

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

No branches or pull requests

2 participants