@chriddyp @Kully @cldougl
I haven't had many cycles to play around with the python api library lately, but recently got in a little deep for #640, where we've now got fully-unified api modules.
I think enough shifted (mostly additions, but the error handling is definitely not backwards compat) that we should open up a discussion on non-minor changes that we've been looking to add to the plotly module. Here's a list of topics:
**In fact, if we do do this, we can just add some meta programming to auto-create a module full of all the objects from graph-reference. This way we don't have those dump "Scatter is not defined" errors, etc.
Anything else?
@chriddyp @Kully @cldougl
I haven't had many cycles to play around with the python api library lately, but recently got in a little deep for #640, where we've now got fully-unified api modules.
I think enough shifted (mostly additions, but the error handling is definitely not backwards compat) that we should open up a discussion on non-minor changes that we've been looking to add to the plotly module. Here's a list of topics:
numpyas an official dep. and use it to speed up the library. (FF requires numpy #667)Add transforms to graph objects (Add support for transform graph objects #587)holding off on this until the transforms spec settles in plotly.js.framesintoFigure#604)Fix up streaming? (this might be more work than it's worth at this point Revamp streaming #253)No time for this atm.tools.pymodule is enormous and is a constant point of pain for circular imports ([2.0.0] Relocate figure factory #652).**In fact, if we do do this, we can just add some meta programming to auto-create a module full of all the objects from graph-reference. This way we don't have those dump "Scatter is not defined" errors, etc.
Anything else?