Any suggestions for turning a sequence of Matplotlib plots into a Flash
movie, on Linux?
I did just notice that R now has that capability built in. 8-)
--
---
| Alan K. Jackson| To see a World in a Grain of Sand
Trying to get a colleague to start using python, he ran into trouble,
getting an error exit whenever he tried to fire up
ipython -pylab
After much searching, he figured it out... it appears that a small patch may be
in order. Here is his note :
> I found it: I have a font installed in my personal
On Sun, 23 Nov 2008 16:48:59 -0800
Zane Selvans <[EMAIL PROTECTED]> wrote:
> Incidentally, when you do it with ax.plot() instead you can see more
> easily that the corners where the two sinusoidal functions intersect
> are getting kind of chopped off by the polygon filling. Don't know if
>
I have been trying to figure out how to open up multiple plots from a
traits program, without much luck. I tried threads, no joy. Is there a
simple way to get multiple plots to come up? Would it work to fork off
new processes for each plot? I haven't done that in python before, just
perl, so before
Trying to find a simple way to shrink the tick labels for this plot -
since I can have many tiny histograms, the labels need to be smaller,
but it isn't obvious to me how to simply shrink them.
code snippet...
num = len(datasets)
fig = plt.figure()
rows = np.int(np.sqrt(num))
cols = np.int(float(
Never mind - I just saw the very timely e-mail from Jouni.
Thanks!
On Sun, 8 Feb 2009 14:16:59 -0600
Alan Jackson wrote:
> Trying to find a simple way to shrink the tick labels for this plot -
> since I can have many tiny histograms, the labels need to be smaller,
> but it isn't
Pretty nice video trying to convince Excel users to try out R for
their graphics needs. Anyone inspired to do the same for python?
http://chartsgraphs.wordpress.com/2009/02/27/video-to-help-excel-users-get-familiar-with-r/
--
--
On Fri, 4 May 2007 12:15:13 -0700 (PDT)
[EMAIL PROTECTED] wrote:
> Saw this:
>
> http://www.originlab.com/www/products/GraphGallery.aspx?GID=26&s=8&lm=215
>
> Since I am not interested in wind direction, may be I can use stacked
> bar-chart. Still, how would I tie plot_data with it though?
I
I've done this on my system at home, but it doesn't seem to be working at
work.
I generate a series of imshow() plots, each followed by a show() command.
When I run the script, it should pause after each show() until I exit the
plot, and then display the next plot. But now it isn't working. The fi
I have an example of fitting distributions to bus arrival times using
'R' that may be helpful. I wanted to calculate the latest time I could
arrive at the bus stop and have a better than 95% chance of catching
the bus. I tend to use R and Scipy whereever each is strongest.
http://www.oplnk.net/~aj
A problem I don't understand with matplotlib. This used to work, until I
upgraded. Now running
dev-lang/python-2.4.3-r4
dev-python/numpy-1.0
dev-python/matplotlib-0.87.7
sci-libs/scipy-0.5.1-r1
on a Gentoo Linux system :
2.6.16-gentoo-r3
AMD Athlon 64 X2 3800+
$ ~/lib/python/weatherlib_alpha
11 matches
Mail list logo