pdvega icon indicating copy to clipboard operation
pdvega copied to clipboard

DOC: write docs for the ``ax`` keyword

Open jakevdp opened this issue 7 years ago • 1 comments

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 avatar Jan 30 '18 22:01 jakevdp

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

jakevdp avatar Feb 02 '18 05:02 jakevdp