[Matplotlib-users] Documentation glitch on github

2012-11-14 Thread william ratcliff
Hi! I was looking through the sample doc tutorial: http://matplotlib.org/sampledoc/ and found that the link to the hard copy of the documentation is missing. Is there a more recent link? Best, William -- Monitor your p

[Matplotlib-users] Entra nella mia rete su LinkedIn

2011-09-22 Thread William Ratcliff tramite LinkedIn
LinkedIn William Ratcliff ha chiesto di aggiungerti ai suoi collegamenti su LinkedIn: -- Vorrei aggiungerti alla mia rete professionale su LinkedIn. Accetta l'invito di William Ratcliff http://www.linkedin.com/e/-b7qixr-gswk7o

Re: [Matplotlib-users] natgrid?

2010-07-30 Thread william ratcliff
Thanks! On Fri, Jul 30, 2010 at 2:49 PM, Jeff Whitaker wrote: > On 7/30/10 12:38 PM, william ratcliff wrote: > >> building 'mpl_toolkits.natgrid._natgrid' extension >> c:\Program Files\pythonxy\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall >> -Isrc -Ic >>

Re: [Matplotlib-users] natgrid?

2010-07-30 Thread william ratcliff
t be used uninitialized in this function src\natgridd.c:26: warning: 'n_sav' might be used uninitialized in this function error: command 'gcc' failed with exit status 1 On Fri, Jul 30, 2010 at 2:27 PM, Jeff Whitaker wrote: > On 7/30/10 12:21 PM, william ratcliff wrote: > >

[Matplotlib-users] natgrid?

2010-07-30 Thread william ratcliff
Is it just me, or are some of the headers missing in the mpl-toolkit on source-forge required to build natgrid 0.2? -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++

Re: [Matplotlib-users] Publication quality plots in papers

2010-04-27 Thread william ratcliff
; >> > >> >> Ryan > >> >> > >> >> On Tue, Apr 27, 2010 at 12:43 PM, Gökhan Sever < > gokhanse...@gmail.com> > >> >> wrote: > >> >> > No, it comes with problems --especially in equation transformation. >

Re: [Matplotlib-users] Publication quality plots in papers

2010-04-27 Thread william ratcliff
Have you had good luck keeping the formatting going between open office and MS word? What about equations? On Tue, Apr 27, 2010 at 12:42 PM, Gökhan Sever wrote: > > > On Tue, Apr 27, 2010 at 11:23 AM, Konstantin Klementiev < > kklement...@cells.es> wrote: > >> >I like to use png files at 300dpi.

Re: [Matplotlib-users] Question about mathtext

2010-04-19 Thread william ratcliff
x27;C:\\WINDOWS\\Fonts\\HTOWERTI.TTF' > > It's using a custom font in mathtext. Are you setting the rcParams > mathtext.fontset or mathtext.default? That may the culprit, and if not, > it's a bug that it's trying to use that font. > > > Mike > > william r

Re: [Matplotlib-users] Question about mathtext

2010-04-19 Thread william ratcliff
ename] = cached_font >self._fonts[font.postscript_name] = cached_font > > Mike > > william ratcliff wrote: > >> Mike, >> >> The basename is: >> u'C:\\WINDOWS\\Fonts\\HTOWERTI.TTF' >> >> Let me try to find where my matplotlibrc file is loc

Re: [Matplotlib-users] Question about mathtext

2010-04-19 Thread william ratcliff
the LaTeX font names, including # the special name "regular" for the same font # used in regular text. On Mon, Apr 19, 2010 at 10:41 AM, william ratcliff < william.ratcl...@gmail.com> wrote: > Mike, > > The basename is: >

Re: [Matplotlib-users] Question about mathtext

2010-04-19 Thread william ratcliff
passing a string > that may contain Unicode, which is difficult to handle in cross-platform way > from C/C++). > > Mike > > william ratcliff wrote: > >> I think the actual error was: >> TypeError: cannot return std::string from Unicode object >> >> It w

Re: [Matplotlib-users] Question about mathtext

2010-04-19 Thread william ratcliff
named -- is missing. Can you repost it in its entirety? > > Mike > > william ratcliff wrote: > >> Hi! I am using matplotlib 0.99.0 under windows xp. I tried the >> following: >> ax.text(.96,.80,r'$P \perp >> Q$',fontsize=18,horizontalalignment

[Matplotlib-users] Question about mathtext

2010-04-18 Thread william ratcliff
Hi! I am using matplotlib 0.99.0 under windows xp. I tried the following: ax.text(.96,.80,r'$P \perp Q$',fontsize=18,horizontalalignment='right',verticalalignment='top',transform=ax.transAxes,color='black') and get the following error: (However, in figure labels, symbols using mathtext, such as

[Matplotlib-users] simple colorbar question

2009-12-15 Thread william ratcliff
I have two quick questions about colorbars in matplotlib. The first is related to the size of the colorbar. I would like to have square axes for a plot, so I use: ax=fig.add_subplot(1,2,1) pc=ax.pcolor(X,Z,P2) ax.set_aspect(1./ax.get_data_ratio()) cb=pylab.colorbar(pc,orientation='vertical') How

[Matplotlib-users] axes grid toolkit

2009-10-08 Thread william ratcliff
Hi, I think I'm missing something obvious. I'd like to install the axes_grid toolkit to work on some inset graphs. I can't seem to find it on the trunk of svn. Where is it living these days? Is there a version that would be compatible with .99.0? Thanks, William ---

Re: [Matplotlib-users] download

2009-09-03 Thread william ratcliff
I should mention that I tested 32 bit On Thu, Sep 3, 2009 at 11:59 PM, Alan G Isaac wrote: > John Hunter wrote: > > I'm not seeng this, nor am I seeing basemap settings in the File > > Manager which would trigger this. Of course, the default download is > > platform specific, which may be why I

Re: [Matplotlib-users] download

2009-09-03 Thread william ratcliff
I saw this for windows when I was downloading .99. I just checked again in Vista--I believe it did the same thing in XP Cheers, William On Thu, Sep 3, 2009 at 9:16 PM, John Hunter wrote: > On Thu, Sep 3, 2009 at 8:04 PM, Alan G Isaac wrote: > > The default download from the Matplotlib page > >

[Matplotlib-users] Build issue under windows

2009-07-16 Thread william ratcliff
I have recently been trying to build matplotlib from source under Vista using mingw32. I have downloaded the win32static library from the matplotlib page. Here is the error: writing build\temp.win32-2.5\Release\src\ft2font.def c:\Program Files\pythonxy\mingw\bin\g++.exe -mno-cygwin -mdll -static

[Matplotlib-users] glitch in examples of draggable rectangle

2009-05-26 Thread william ratcliff
Hi! I just tried the draggable rectangle "extra credit" example from: http://matplotlib.sourceforge.net/users/event_handling.html and as it is, it doesn't work. In the on_press method, I had to change: x0,y0=self.rect.xy to: x0=self.rect.get_x() y0=selft.rect.get_y() which then works, but I fin

Re: [Matplotlib-users] question about contours and clim

2009-05-18 Thread william ratcliff
29 PM, Eric Firing wrote: > william ratcliff wrote: > >> Thanks! I think that explains a lot. In the full range of my dataset, I >> do have some rather high values. Instead of masking them out, I was hoping >> that I could just set a minimum and maximum value using c

Re: [Matplotlib-users] 2 simple ??: program exit w/graph, update graph real-time

2009-05-06 Thread william ratcliff
I'd like to see it ;> On Wed, May 6, 2009 at 8:57 AM, Robert Cimrman wrote: > Robert Cimrman wrote: > > Hi Ryan, > > > > Ryan May wrote: > >> On Thu, Apr 23, 2009 at 4:16 PM, Esmail wrote: > >> > >>> Ryan May wrote: > Try this: > > > >>> > http://matplotlib.sourceforge.net/exampl

[Matplotlib-users] Quick question about annotate

2009-05-05 Thread william ratcliff
Hi! Quick question about pylab.annotate: Is it supposed to take keyword args such as fontsize? Thanks, William -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment m

Re: [Matplotlib-users] Unable to compile matplotlib 0.91.2 on windows

2008-01-08 Thread william ratcliff
Have the static sources been updated (freetype, etc.) for mingw? Cheers, William On Jan 8, 2008 9:48 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: > Just a guess. Did you download the visual studio static libraries > instead of the mingw ones? Those linking symbols listed lend me to > think this

Re: [Matplotlib-users] power law fitting of data

2007-12-26 Thread william ratcliff
Is there a new version of this which uses numpy instead of Numeric? I found the old Numeric version to work very well. cheers, William On Dec 26, 2007 12:58 PM, Jessica Lu <[EMAIL PROTECTED]> wrote: > Hi Johann, > > I would recommend using the python mpfit module: > > http://cars9.uchicago.edu/

[Matplotlib-users] Fwd: problems with eps files and pylab

2007-11-06 Thread william ratcliff
-- Forwarded message -- From: william ratcliff <[EMAIL PROTECTED]> Date: Nov 6, 2007 8:27 AM Subject: Re: [Matplotlib-users] problems with eps files and pylab To: Darren Dale <[EMAIL PROTECTED]> Thanks--before your mail, I hadn't thought to check other viewers

Re: [Matplotlib-users] problems with eps files and pylab

2007-11-05 Thread william ratcliff
ok, so, the file I generated is ".ps", so why is the gridding occuring? Thanks, William On Nov 5, 2007 6:25 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > On Monday 05 November 2007 5:25:48 pm william ratcliff wrote: > > ftp://ftp.ncnr.nist.gov/pub > > > >

Re: [Matplotlib-users] problems with eps files and pylab

2007-11-05 Thread william ratcliff
e: > > On Monday 05 November 2007 3:48:11 pm william ratcliff wrote: > > Hi! I hope I have what is a simple question: > > > > I recently created a figure using pylab and saved it using: > > pylab.savefig(r'c:\fig3b.pdf',dpi=150) > > and it worked gre

[Matplotlib-users] problems with eps files and pylab

2007-11-05 Thread william ratcliff
Hi! I hope I have what is a simple question: I recently created a figure using pylab and saved it using: pylab.savefig(r'c:\fig3b.pdf',dpi=150) and it worked great. I made the same figure with a .png ending and it also worked well. However, when I tried to make an eps file for use with latex and

[Matplotlib-users] 3D plotting?

2007-08-10 Thread william ratcliff
Is there a way to choose the color map for doing scatter plots using Axes3D? In the test_scatter() example in the class, there is a line something like: ax.scatter3D(xs,ys,zs, c='r') I would like to plot points based on 3 dimensional coordinates specified by xs,ys, zs, which works great. Howeve

Re: [Matplotlib-users] question about building from source on windows

2007-08-07 Thread william ratcliff
The build would be nice given the added features in interactivity in matplotlib now. Would it be difficult to make a Windows XP build as well? My current build seems to work--but others might also want one with the latest features. Thanks, William On 8/6/07, Charlie Moad <[EMAIL PROTECTED]> wro

Re: [Matplotlib-users] question about building from source on windows

2007-08-06 Thread william ratcliff
3660-69, but I tried a lot last week without success). Cheers, William On 8/6/07, Michael Droettboom <[EMAIL PROTECTED]> wrote: > > william ratcliff wrote: > > No, with whatever is in the current version of svn, it now works on the > > intel quad as well. Thanks! >

Re: [Matplotlib-users] question about building from source on windows

2007-08-05 Thread william ratcliff
No, with whatever is in the current version of svn, it now works on the intel quad as well. Thanks! On 8/5/07, william ratcliff <[EMAIL PROTECTED]> wrote: > > One more datapoint--I am becoming suspicious that this could be an arch > problem. A colleague was able to build fr

Re: [Matplotlib-users] question about building from source on windows

2007-08-05 Thread william ratcliff
ndence. I have an intel quad and my colleage has a duo, so perhaps there's a problem with computers with multiple processors? I will check the numpy issue later today. Thanks again, William On 8/2/07, william ratcliff <[EMAIL PROTECTED]> wrote: > > Oh--sorry I didn't read ca

Re: [Matplotlib-users] question about building from source on windows

2007-08-02 Thread william ratcliff
Oh--sorry I didn't read carefully--I don't need to install from source if there is a binary of the current svn version. Thanks!! William On 8/2/07, william ratcliff <[EMAIL PROTECTED]> wrote: > > One of my colleagues, Paul Kienzle has made a number of additions to > m

Re: [Matplotlib-users] question about building from source on windows

2007-08-02 Thread william ratcliff
unter <[EMAIL PROTECTED]> wrote: > > On 8/2/07, william ratcliff <[EMAIL PROTECTED]> wrote: > > Thanks again for all your work on this. I moved my old minGW and > installed > > MinGW-5.1.3, and was already running the others--except numpy, I have > the > > late

Re: [Matplotlib-users] question about building from source on windows

2007-08-02 Thread william ratcliff
Thanks again for all your work on this. I moved my old minGW and installed MinGW-5.1.3, and was already running the others--except numpy, I have the latest version from svn, which I compiled and built fine after building atlas. I checked out matplotlib from svn and did the same as you --I didn't

Re: [Matplotlib-users] question about building from source on windows

2007-08-01 Thread william ratcliff
This also occurs when I run import matplotlib matplotlib.use("Agg") from pylab import *, then it crashes with LazyValue::init_type On 8/1/07, william ratcliff <[EMAIL PROTECTED]> wrote: > > No, thank you for trying so hard. > > I just tried running setup.py

Re: [Matplotlib-users] question about building from source on windows

2007-08-01 Thread william ratcliff
guessing at this point. If you feel > adventurous and can get a C backtrace out of the crash somehow, (does > gdb work with mingw?), that could be useful. Barring that, maybe one of > the other Windows folk on this list has some ideas. > > Thanks for your considerable patie

Re: [Matplotlib-users] question about building from source on windows

2007-08-01 Thread william ratcliff
Yes. It crashes at the savefig line. On 8/1/07, Michael Droettboom <[EMAIL PROTECTED]> wrote: > > william ratcliff wrote: > > Ok--I reverted to head and it fixed the undefined references error and > > everything seems to build normally. > Well, that's partially g

Re: [Matplotlib-users] question about building from source on windows

2007-08-01 Thread william ratcliff
I also looked at the log_bar.py example and found that it's also at the pylab.show() command that it dies On 8/1/07, william ratcliff <[EMAIL PROTECTED]> wrote: > > Ok--I reverted to head and it fixed the undefined references error and > everything seems to build normally.

Re: [Matplotlib-users] question about building from source on windows

2007-08-01 Thread william ratcliff
notice that the CanvasFrame is generated before the crash. Cheers, William On 8/1/07, william ratcliff <[EMAIL PROTECTED]> wrote: > > Let me try this. > > On 8/1/07, Michael Droettboom <[EMAIL PROTECTED]> wrote: > > > > I'm going to summarize, jus

Re: [Matplotlib-users] question about building from source on windows

2007-08-01 Thread william ratcliff
my build changes > until I have a chance to sit in front of a Windows box and figure out > what's really going wrong. > > Apologies all around, > Mike > > william ratcliff wrote: > > 3608 also runs into problems of linking with the freetype libraries. > > Some muc

Re: [Matplotlib-users] question about building from source on windows

2007-08-01 Thread william ratcliff
tput (e.g. a traceback) or it just goes poof? (You may > need to run it from the command line if you aren't already). > > Cheers, > Mike > > william ratcliff wrote: > > Now, it no longer gives rise to the previous error, but python crashes > > when I run the embedding_in

Re: [Matplotlib-users] question about building from source on windows

2007-08-01 Thread william ratcliff
Now, it no longer gives rise to the previous error, but python crashes when I run the embedding_in_wx4.py example. William On 8/1/07, John Hunter <[EMAIL PROTECTED]> wrote: > > On 8/1/07, Michael Droettboom <[EMAIL PROTECTED]> wrote: > > > >> "c:\python25\Lib\site-packages\matplotlib\mathtext.py"

Re: [Matplotlib-users] question about building from source on windows

2007-08-01 Thread william ratcliff
ing: The wxPython compatibility package i s no longer automatically generated or actively maintained. Please switch to th e wx package as soon as possible. from wxPython.wx import * Thanks again for the help! William On 8/1/07, John Hunter <[EMAIL PROTECTED]> wrote: > > On 8/1/07, w

Re: [Matplotlib-users] question about building from source on windows

2007-08-01 Thread william ratcliff
n Vli st def vpack(self, h=0., m='additional', l=float('inf')): ValueError: invalid literal for float(): inf Thanks, William On 8/1/07, Michael Droettboom <[EMAIL PROTECTED]> wrote: > > william ratcliff wrote: > > > > Thanks! I think that: > >

Re: [Matplotlib-users] question about building from source on windows

2007-08-01 Thread william ratcliff
code, and there is no wx-config directory associated with it. Also, is there a reason why the compilation is being done with the cygwin flag? Thanks, William On 8/1/07, Michael Droettboom <[EMAIL PROTECTED]> wrote: > > william ratcliff wrote: > > A bit strange: > >

Re: [Matplotlib-users] question about building from source on windows

2007-08-01 Thread william ratcliff
ween freetype2 and > zlib. (It was updated to use pkg-config to determine the freetype > dependencies where possible, but that inadvertently broke Windows.) > > Please 'svn up' and try again. Sorry for the inconvience. > > Cheers, > Mike > > william ratcliff wrot

Re: [Matplotlib-users] question about building from source on windows

2007-08-01 Thread william ratcliff
Is it possible that the freetype library in win32_static is out of date? Cheers, William On 8/1/07, william ratcliff <[EMAIL PROTECTED]> wrote: > > Ok--that did fix the expandtabs bug! I can now see where there is a > failure in the build: > > Found executable C:\Python24\

Re: [Matplotlib-users] question about building from source on windows

2007-08-01 Thread william ratcliff
boom <[EMAIL PROTECTED]> wrote: > > That's my bad from my changes to setup.py yesterday. > > Please update from SVN and try again. > > Cheers, > Mike > > william ratcliff wrote: > > I tried the new setup.py script and found: &g

Re: [Matplotlib-users] question about building from source on windows

2007-08-01 Thread william ratcliff
ib\textwrap.py", line 274, in wrap text = self._munge_whitespace(text) File "c:\python25\lib\textwrap.py", line 122, in _munge_whitespace text = text.expandtabs() AttributeError: 'tuple' object has no attribute 'expandtabs' Any ideas? Thanks!!! Will

[Matplotlib-users] question about building from source on windows

2007-07-31 Thread william ratcliff
I have a question about building from source on windows: I have installed freetype2 and libpng, for zlib, I have a collection of dlls, But, where do I place these so that matplotlib can find them (for the include files, libraries, etc. Are there any that I have to rename?)? I am using mingw for c