On Wed, Mar 3, 2010 at 4:09 PM, R Fritz wrote:
> Thank you very much. You have just made me a much happier grad student.
>
> I hope this answer gets added to the FAQ!
Make us much happier developers :-)
http://matplotlib.sourceforge.net/faq/howto_faq.html#contribute-to-matplotlib-documentation
Thank you very much. You have just made me a much happier grad student.
I hope this answer gets added to the FAQ!
--
Randolph Fritz
design machine group, architecture department, university of washington
rfr...@u.washington.edu -or- rfritz...@gmail.com
On 2010-03-02 18:23:24 -0800, Jae-Joon Le
On Wed, Mar 3, 2010 at 3:23 PM, John Hunter wrote:
> OK, I just manually added this via a diff/patch. Keep your eyes out
> for flakiness. I did try a matplotlib.test before committing and got
> one error about the hexbin extent so there may be a little cleanup to
> do. I ignored that because n
Hi,
On 3 March 2010 00:18, Gökhan Sever wrote:
>
>
> On Tue, Mar 2, 2010 at 5:57 PM, Andrea Gavana
> wrote:
>>
>> Hi All,
>>
>> I believe this question has been already asked in the past (I
>> found something at
>>
>> http://old.nabble.com/A-good,-interactive-plotting-package-td15396445.html).
On Wed, Mar 3, 2010 at 12:21 PM, Michael Droettboom wrote:
> Jae-Joon Lee wrote:
>>
>> I fixed this in the maintenance branch.
>> But I'm failing with the svnmerge.
>> I thought this issue has been fixed but I'm not sure what I'm doing
>> wrong.
>
> I thought I had fixed it, but it seems to have b
I am a new user to python and I discovered something rather annoying and
wondered if a better default solution could be determined. I am not sure if
this has already been discussed before but a quick look on google and the
Nabble forum didn't yield any obvious clues so I decided to create a new
p
Jae-Joon Lee wrote:
> I fixed this in the maintenance branch.
> But I'm failing with the svnmerge.
> I thought this issue has been fixed but I'm not sure what I'm doing
> wrong.
I thought I had fixed it, but it seems to have broken again immediately
after. I'm not sure how much additional time I
I fixed this in the maintenance branch.
But I'm failing with the svnmerge.
I thought this issue has been fixed but I'm not sure what I'm doing
wrong. I cannot spend much more time on this right now, but John, if
you can, please merge the change and commit them for me.
Regards,
-JJ
On Wed, Mar 3
Hello list,
I'd like to bring something back, which was discussed in sep-dec 2008 "OSX
10.5 event.key bug", which was initially posted by James Schombert.
Did I miss any development in this field?
I tried to implement the latest proposal, which allows you to switch off the
mpl-axes-interactio
On Wed, Mar 3, 2010 at 10:45 AM, Matthias Michler
wrote:
>> v0_99_maint is the current maintenance branch/
>
> I checked out
> https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_99_maint/
> and included my changes of trunk as you can see in the attached patch.
>
> Furthermore I
On Wednesday 03 March 2010 17:30:52 John Hunter wrote:
> On Wed, Mar 3, 2010 at 10:25 AM, Matthias Michler
>
> wrote:
> > On Wednesday 03 March 2010 17:02:58 John Hunter wrote:
> >> On Wed, Mar 3, 2010 at 9:56 AM, Matthias Michler
> >>
> >> wrote:
> >> > I attached a patch with modified documenta
You're right...here it is.
---
Bruce W. Ford
Clear Science, Inc.
br...@clearscienceinc.com
bruce.w.ford@navy.smil.mil
http://www.ClearScienceInc.com
Phone/Fax: 904-379-9704
8241 Parkridge Circle N.
Jacksonville, FL 32211
Skype: bruce.w.ford
Google Talk: f
On Wed, Mar 3, 2010 at 10:09 AM, Matthias Michler
wrote:
> Hello list,
>
> I get an error, when calling "ax.redraw_in_frame()" (see below).
>
> I think this is due to the fact that the draw_wrapper expects args instead of
> kwargs for the "draw" of an Axes instance and therefore provide a patch,
>
On Wed, Mar 3, 2010 at 10:25 AM, Matthias Michler
wrote:
> On Wednesday 03 March 2010 17:02:58 John Hunter wrote:
>> On Wed, Mar 3, 2010 at 9:56 AM, Matthias Michler
>>
>> wrote:
>> > I attached a patch with modified documentation and further replacements
>> > of 'get_bounds' in current svn. Coul
Bruce Ford wrote:
> All,
>
> It took a fair bit of trial and error to coax a KML-friendly image out
> of matplotlib and to understand what was and was not necessary. Below
> is a demo script demonstrating how to accomplish a KML-friendly image
> with and without a basemap. I hope this will help s
On Wednesday 03 March 2010 17:02:58 John Hunter wrote:
> On Wed, Mar 3, 2010 at 9:56 AM, Matthias Michler
>
> wrote:
> > I attached a patch with modified documentation and further replacements
> > of 'get_bounds' in current svn. Could any of the developers have a look
> > at it and commit these ch
Hello list,
I get an error, when calling "ax.redraw_in_frame()" (see below).
I think this is due to the fact that the draw_wrapper expects args instead of
kwargs for the "draw" of an Axes instance and therefore provide a patch,
which adds an additional star.
Could any of the developers have a
On Wed, Mar 3, 2010 at 9:56 AM, Matthias Michler
wrote:
> I attached a patch with modified documentation and further replacements
> of 'get_bounds' in current svn. Could any of the developers have a look at it
> and commit these changes or should a post the patch at the patch-tracker?
The patch
On Saturday 27 February 2010 07:39:59 David Arnold wrote:
> All,
>
> On: http://matplotlib.sourceforge.net/users/artists.html
>
> In the Axes Container section, you can see in what follows that I got some
> very different responses than what is shown on the page:
>
> In [1]: fig=figure()
>
> In [3]
Hi,
I have just upgraded Python, matplotlib etc. After this matplotlib is
having trouble displaying tick values. Values that only require one
character are displayed fine but other values (e.g. -1, 1.5, 10 etc.)
cannot be displayed. Boxes are displayed in their place.
I tried changing the tick fo
All,
It took a fair bit of trial and error to coax a KML-friendly image out
of matplotlib and to understand what was and was not necessary. Below
is a demo script demonstrating how to accomplish a KML-friendly image
with and without a basemap. I hope this will help someone out.
What do I mean b
That was it
Thanks :)
John Hunter-4 wrote:
>
> On Tue, Mar 2, 2010 at 5:13 AM, Dunx wrote:
>>
>> Hi,
>>
>> I know about the difference between pylab.psd and mlab.psd, but in theory
>> the only difference between the returned values is:
>>
>> pylab.psd = 10*log10(mlab.psd)
>>
>> Except this is
Hi Matthias,
On Wed, 3 Mar 2010 09:30:32 +0100
Matthias Michler wrote:
> Therefore it is assumed (in the rcsetup.py) that the given string
> needs to be devided into sub-strings, which are separated by commas.
> For your particular case - in my opinion - the solution is to provide
> a list of st
On Tuesday 02 March 2010 22:24:30 Heiko Bauke wrote:
> Hi,
>
> I use the text.latex.preamble rc setting to customize my plots.
> Everything works fine. However, a comma in this rc setting is
> interpreted as a new-line, thus, I wonder how can I create a LaTeX
> preamble that contains a comma? The s
24 matches
Mail list logo