Re: [Numpy-discussion] Announcing Bokeh 0.2: interactive web plotting for Python

2013-11-06 Thread Peter Wang
Hi Sebastian, On Wed, Nov 6, 2013 at 4:55 AM, Sebastian Haase wrote: > Hi, > you projects looks really great! > I was wondering if you are making use of any pre-existing javascript > plotting library like flot or flotr2 ? > And if not, what are your reasons ? We did not use any pre-existing JS

[Numpy-discussion] Plotly: Python Sandbox (NumPy supported) and Plotting Library

2013-11-06 Thread Matt Sundquist
Hey NumPy users, My name is Matt, and I'm part of Plot.ly, a graphing and analytics startup. We just launched a beta, and wanted to reach out to this group about our Python and Numpy features. *Background.* Plotly's graphing libraries let you make interactive, publication-quality plots in your br

Re: [Numpy-discussion] numpy.savetxt to string?

2013-11-06 Thread Warren Weckesser
Which version of numpy are you using? I just tried it with 1.7.1, and it accepted a StringIO instance. The docstring says the first argument may be a filename or file handle ( http://docs.scipy.org/doc/numpy/reference/generated/numpy.savetxt.html#numpy.savetxt ). Warren On Wed, Nov 6, 2013 a

[Numpy-discussion] numpy.savetxt to string?

2013-11-06 Thread Neal Becker
According to doc, savetxt only allows a file name. I'm surprised it doesn't allow a file-like object. How can I format text into a string? I would like savetxt to accept StringIO for this. ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org

Re: [Numpy-discussion] Announcing Bokeh 0.2: interactive web plotting for Python

2013-11-06 Thread Sebastian Haase
Hi, you projects looks really great! I was wondering if you are making use of any pre-existing javascript plotting library like flot or flotr2 ? And if not, what are your reasons ? Thanks, Sebastian Haase On Thu, Oct 24, 2013 at 9:55 PM, Jason Grout wrote: > On 10/24/13 1:42 PM, Peter Wang wrot