Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

DOC: write docs for the ax keyword #5

Open
jakevdp opened this issue Jan 30, 2018 · 1 comment
Open

DOC: write docs for the ax keyword #5

jakevdp opened this issue Jan 30, 2018 · 1 comment

Comments

@jakevdp
Copy link
Member

jakevdp commented Jan 30, 2018

This is a common pattern with pandas plots:

ax = df.plot.line()
df.plot.area(ax=ax)

We could do a similar thing by adding an ax argument to methods and using vega-lite layering internally... but corner cases may get a bit complicated.

@jakevdp
Copy link
Member Author

jakevdp commented Feb 2, 2018

done in 0936277; leaving this issue open to remind me to add it to the docs.

@jakevdp jakevdp changed the title ENH: allow layering with ax keyword DOC: write docs for the ax keyword Feb 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant