Re: [Matplotlib-users] mpl command-line utilities

2012-10-18 Thread Phil Elson
I can certainly see the benefit. As Mike said, I don't think I would use it myself, but I could see non-python users finding it useful. Personally, I think this would be a nice extension that doesn't have to live in the core matplotlib code base. That way release cycles and testing can be done

Re: [Matplotlib-users] mpl command-line utilities

2012-10-18 Thread Jakob Gager
I totally agree with to general opinion that a command line tool would be beneficial. I've written a simple mpl commandline plotter quite some time ago and use it frequently for quick previews but also to create simple plots for presentations. It features some options to modify the appearance

Re: [Matplotlib-users] mpl command-line utilities

2012-10-18 Thread Alexander Eberspaecher
Hello, On Wed, 17 Oct 2012 11:38:27 +0100 Damon McDougall damon.mcdoug...@gmail.com wrote: How do people feel about perhaps adding a matplotlib version, mocking the same calling signature as graph? I think the most important question is: would it be useful? Yes, this would certainly be

Re: [Matplotlib-users] mpl command-line utilities

2012-10-18 Thread Damon McDougall
On Thu, Oct 18, 2012 at 10:10 AM, Alexander Eberspaecher alexander.eberspaec...@ovgu.de wrote: Hello, On Wed, 17 Oct 2012 11:38:27 +0100 Damon McDougall damon.mcdoug...@gmail.com wrote: How do people feel about perhaps adding a matplotlib version, mocking the same calling signature as

Re: [Matplotlib-users] mpl command-line utilities

2012-10-18 Thread Alexander Eberspaecher
On Thu, 18 Oct 2012 10:45:24 +0100 Damon McDougall damon.mcdoug...@gmail.com wrote: Ok wow, awesome feedback! I started on this yesterday morning to see how it would go, and I've already got something working that mimics the command-line syntax of GNU's `graph` (except it currently only

Re: [Matplotlib-users] mpl command-line utilities

2012-10-18 Thread Paul Tremblay
On 10/18/12 5:45 AM, Damon McDougall wrote: On Thu, Oct 18, 2012 at 10:10 AM, Alexander Eberspaecher alexander.eberspaec...@ovgu.de wrote: Hello, On Wed, 17 Oct 2012 11:38:27 +0100 Damon McDougall damon.mcdoug...@gmail.com wrote: How do people feel about perhaps adding a matplotlib

[Matplotlib-users] mpl command-line utilities

2012-10-17 Thread Damon McDougall
All, I was brain-storming yesterday and I wanted to test the waters to see if people would find it useful. Currently, GNU plotutils comes with command-line utilities such as `graph` to create quick and dirty line plots like this:

Re: [Matplotlib-users] mpl command-line utilities

2012-10-17 Thread Michael Droettboom
I think this could be very useful -- and might help increase the user base beyond the Python community. As I, and most of us on this list, are quite comfortable with Python, I don't think I'd use it myself, but I certainly see the utility of it. Mike On 10/17/2012 06:38 AM, Damon McDougall

Re: [Matplotlib-users] mpl command-line utilities

2012-10-17 Thread Daπid
I also think that would be useful. It would, for example, allow to generate preview plots from other languages, without interfacing them to Python. It must be said that MPL is actually quite nice looking in the default settings for basic plotting, and this is an nice feature that can exploit. I