<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>Hi Tim, </div><div><br></div><div>Sorry for the time to respond and not having been clear.</div><br><div><div>Le 17 avr. 2014 à 00:22, Shead, Timothy a écrit :</div><blockquote type="cite"><div>Matthias:<br><br>I’m not sure whether I grok <a href="http://plot.ly">plot.ly</a>, but it seems to require sending my data to someone else’s server, which is a complete nonstarter for me.<br></div></blockquote><div><br></div><div>Actually, mpld3 and <a href="http://plot.ly">plot.ly</a> both share an common framework which is open-source and don't require sending data to <a href="http://plot.ly">plot.ly</a> server :</div><div><br></div><div><a href="https://github.com/mpld3/mplexporter">https://github.com/mpld3/mplexporter</a></div><div><br></div><div>I was suggesting getting in contact with jake and the plotly team to merge your effort on this project. </div><div>-- </div><div>M</div><div><br></div><br><blockquote type="cite"><div><br>Cheers,<br>Tim<br><br>On Apr 16, 2014, at 3:41 PM, Paul Ivanov <<a href="mailto:pi@berkeley.edu">pi@berkeley.edu</a>> wrote:<br><br><blockquote type="cite">Shead, Timothy, on 2014-04-16 20:58,  wrote:<br></blockquote><blockquote type="cite"><blockquote type="cite">I will definitely check these out.  I’m also going to ping the<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">matplotlib folks to see if they’ve considered an SVG backend.<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">If they did, I probably wouldn’t fight it :)<br></blockquote></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">matplotlib has an SVG backend, here's how you use it in the<br></blockquote><blockquote type="cite">notebook:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">   %matplotlib inline <br></blockquote><blockquote type="cite">   import matplotlib.pyplot as plt<br></blockquote><blockquote type="cite">   import numpy as np<br></blockquote><blockquote type="cite">   from IPython.display import set_matplotlib_formats<br></blockquote><blockquote type="cite">   set_matplotlib_formats('svg')<br></blockquote><blockquote type="cite">   x,y,z,c = np.random.randn(4, 20)<br></blockquote><blockquote type="cite">   plt.scatter(x,y, s=np.abs(z)*100, c=c)<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><a href="http://nbviewer.ipython.org/gist/ivanov/10935754">http://nbviewer.ipython.org/gist/ivanov/10935754</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">best,<br></blockquote><blockquote type="cite">-- <br></blockquote><blockquote type="cite">                  _<br></blockquote><blockquote type="cite">                 / \<br></blockquote><blockquote type="cite">               A*   \^   -<br></blockquote><blockquote type="cite">            ,./   _.`\\ / \<br></blockquote><blockquote type="cite">           / ,--.S    \/   \<br></blockquote><blockquote type="cite">          /  `"~,_     \    \<br></blockquote><blockquote type="cite">    __o           ?<br></blockquote><blockquote type="cite">  _ \<,_         /:\<br></blockquote><blockquote type="cite">--(_)/-(_)----.../ | \<br></blockquote><blockquote type="cite">--------------.......J<br></blockquote><blockquote type="cite">Paul Ivanov<br></blockquote><blockquote type="cite"><a href="http://pirsquared.org">http://pirsquared.org</a><br></blockquote><blockquote type="cite">_______________________________________________<br></blockquote><blockquote type="cite">IPython-dev mailing list<br></blockquote><blockquote type="cite"><a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br></blockquote><blockquote type="cite"><a href="http://mail.scipy.org/mailman/listinfo/ipython-dev">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br></blockquote><br>Timothy M. Shead<br>Sandia National Laboratories<br>1461, Scalable Analysis and Visualization<br><br>_______________________________________________<br>IPython-dev mailing list<br><a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>http://mail.scipy.org/mailman/listinfo/ipython-dev<br></div></blockquote></div><br></body></html>