This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Register entry point for pandas backend #46
Comments
My plan on this is to deprecate pdvega and create a new |
Good to know. Do you have a rough timeline on that transition? The pandas 1.0 release will be sometime in October. It'd be nice if pandas' document had some rich examples using the various plotting backends. That doesn't have to be tied to the 1.0 release, but we may get a bit of extra attention since it's 1.0. |
Good to know. I'd like to tackle it soon, but I don't have as much time for these things as I used to 😄 |
Understood only too well :)
…On Thu, Aug 22, 2019 at 11:38 AM Jake Vanderplas ***@***.***> wrote:
Good to know. I'd like to tackle it soon, but I don't have as much time
for these things as I used to 😄
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#46?email_source=notifications&email_token=AAKAOISNZ56LEGRBNRRRPYDQF26IFA5CNFSM4IOWGC7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD45VNBY#issuecomment-523982471>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKAOITTK6BINYRETGPJ5ALQF26IFANCNFSM4IOWGC7A>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
pdvega could add an entrypoint to register itself with pandas: https://dev.pandas.io/development/extending.html#plotting-backends
Something like
where
<module>
is whatever module has theplot
top-level method with the right signature.The text was updated successfully, but these errors were encountered: