What are the best libaries for creating interactive (zoom, pan, create online annotations) charts in python?
I've checked Pretty graphs and charts in Python but this does not address zoom, pan, and annotation capabilities.
What are the best libaries for creating interactive (zoom, pan, create online annotations) charts in python?
I've checked Pretty graphs and charts in Python but this does not address zoom, pan, and annotation capabilities.
I'm not sure what you mean by "annotation" in this context, but matplotlib
graphs are well-suited for interactive work, and include very good zooming and panning capabilities built-in.