I've found bokeh[1] to be a pretty nice replacement for matplotlib. They plot things to JavaScript so it all runs within web browsers (and ipython notebooks) and you get interactivity as well. They're adding features pretty fast and I think they have pretty grand aims.
[1] http://bokeh.pydata.org/en/latest/ On 7 Nov 2015 9:20 pm, "Wakan Tanka" <[email protected]> wrote: > On 11/07/2015 09:08 PM, Matthew Taylor wrote: > >> I just hate the API. I would rather have a web based charting tool. >> > > Yes, this is true, but it is designed for backward matlab compatibility, > so blame matlab creators ;) It is possible to use various APIs or layers of > control if you want,, check: https://www.youtube.com/watch?v=DNRJwENqEUY > > For online plotting check this: https://plot.ly/ > > > >
