Re: [Matplotlib-users] saving PNG graphics on mac

2008-04-14 Thread Christopher Barker
Sorry I didn't chime in sooner, as I'm pretty sure i know exactly what the problem is, and I should have reported it a couple weeks ago when I found it. > Matplotlib aside, you might want to make sure you installed the > Unicode version of wxWidgets, and reinstall it if necessary. Actually, thi

Re: [Matplotlib-users] speeding up imshow

2008-04-14 Thread G Jones
Thank you for the suggestion. I now have the update time down to about 70 ms. When I run the code through the profiler, I see that each plot update requires a call to matplotlib.colors.Colormap.__call__, and each of these calls takes 52 ms, 48 ms of which is spent inside the function itself. This l

[Matplotlib-users] win32 build error in _path.cpp: 'numeric_limits' : is not a member of 'std'

2008-04-14 Thread Martin Spacek
Hello, I just updated from svn (r5042) for the first time in about 6 months (I think r3296 or so was my last rev), and I can no longer build in win32 with msvc 7.1. I've got win32_static (extracted from http://matplotlib.sourceforge.net/win32_static_vs.tar.gz) in my mpl root folder. Here's wha

[Matplotlib-users] hist() and semilogy

2008-04-14 Thread Adrian Price-Whelan
Hello - I haven't been able to find any useful documentation about semilogy and exactly how i can implement it into a Histogram. I'm simply trying to create a histogram of a lot of data with a y-axis scaled logarithmically. Specifically I am creating a pixel histogram of a FITS image...for

Re: [Matplotlib-users] setting up matplotbib

2008-04-14 Thread Joshua Lippai
Try "from pylab import *" before using the plot function. Josh On Tue, Apr 8, 2008 at 4:28 PM, Nathanael Berestycki <[EMAIL PROTECTED]> wrote: > Hi all, > > I am trying to setup matplotbib on my computer (which is unfortunately > running on windows) and for some reason, it doesn't seem to be work

Re: [Matplotlib-users] setting up matplotbib

2008-04-14 Thread Alexandre Zabot
Nathanael, I don't use windows, but on linux I have to load matplotlib first and after type show() from pylab import * plot([1,2,3]) show() have you done it? Alexandre 2008/4/8, Nathanael Berestycki <[EMAIL PROTECTED]>: > > Hi all, > > I am trying to setup matplotbib on my computer (which is u

[Matplotlib-users] How to remove the grey border in the plotting?

2008-04-14 Thread Benjamin Drung
Hello, I wrote a Python application using GTK+ and Matplotlib. I normally use the application in full screen mode (1680x1050). There is a big gray border. You can reproduce it using the embedding_in_gtk.py from the examples and full screen it. How can I remove this grey border? The numbers on the

[Matplotlib-users] Howto? Multiple hist's (subplot) with same axes, without squished bars

2008-04-14 Thread Anders Norgaard
Hi, I'm a matplotlib N00b and I have from pylab import * multimap = ... figure(1) for index, key in enumerate( multimap.keys() ): p = subplot(6, 5, index+1) xlabel('intraclashes kcal') ylabel('count') p.axis([0,70,0,0.2])

[Matplotlib-users] setting up matplotbib

2008-04-14 Thread Nathanael Berestycki
Hi all, I am trying to setup matplotbib on my computer (which is unfortunately running on windows) and for some reason, it doesn't seem to be working. I believe I have downloaded everything I should have downloaded (Python 2.5, numpy, ipython, lpng1226, zlib, gtk, and I'm probably forgetting a few

Re: [Matplotlib-users] ssh options

2008-04-14 Thread Michael Droettboom
Perhaps I misunderstand the question. How is this question specific to matplotlib and not remote login in general? If you need an SSH client for Windows, I use putty, and it works pretty well. If you need X11 remoting or something, I've used Cygwin, and I know others have had success with X-M

[Matplotlib-users] ssh options

2008-04-14 Thread sa6113
No one to help me ?? sa6113 wrote: > > what options we have for performing ssh (actually scp) on Windows and > Linux from Python. > Note that Linux has builtin ssh/scp, hence, pexpect should be a simple > option, but to the best > of my knowledge Windows does not anything. I would like to see