Re: [Matplotlib-users] problem with a umlaut

2013-05-15 Thread Alexander Eberspaecher
On Wed, 15 May 2013 10:40:47 + Ojala Janne wrote: ['รค' Umlaut] > >pythonw -u "bugtest.py" > >Exit code: -1073740777 My installation (Python 2.6.6, MPL 1.2.1) is a bit more helpful with error messages: UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 269: ordinal

Re: [Matplotlib-users] Plotting from datafile

2013-03-27 Thread Alexander Eberspaecher
On Wed, 27 Mar 2013 14:02:58 +0530 Sayan Chatterjee wrote: > I'm new to Matplotlib. It might be a silly question, how does one plot > data(not functions) in Matplotlib. Besides the solution given in the first reply, you may also check https://github.com/dmcdougall/mpl_binutils Regards Alex --

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

2012-10-18 Thread Alexander Eberspaecher
On Thu, 18 Oct 2012 10:45:24 +0100 Damon McDougall 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 > supports one data file as i

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 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 useful! I think there are

Re: [Matplotlib-users] Combining 4 plots into one figure

2012-07-19 Thread Alexander Eberspaecher
On Wed, 18 Jul 2012 15:50:50 -0700 Brad Malone wrote: > Hi, I have a collection of 4 plots that I spent some time in > constructing. They themselves include modifications of the axes > labels, have rotated subplots next to them, etc. I need to be able to > take these 4 plots and consolidate them