[Matplotlib-users] Arrowprops head not solid with linestyle dotted or dashed

2014-12-19 Thread jackson
Hi, there seems to be a problem with arrowprops: when you change the linestyle to something other than 'solid', the arrowhead changes aswell and looks odd. The problem seems to be fixed in Sage (according to that ticket, see below), but not in maptlotlib. example png: dotted_arrows.png

[Matplotlib-users] Error due to unusual font file

2009-11-05 Thread Alan Jackson
e > > /glb/apps/sss/epd/2.5.4.2.30201/lib/python2.5/site-packages/ma > tplotlib-0.98.5.2n1-py2.5-linux-x86_64.egg/matplotlib/afm.py > > Anyway, it works for me. -- --- | Alan K. Jackson| To see a Worl

[Matplotlib-users] Matplotlib and Flash

2009-06-13 Thread Alan Jackson
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

[Matplotlib-users] Proselytizing Excel users

2009-03-06 Thread Alan Jackson
/ -- --- | Alan K. Jackson| To see a World in a Grain of Sand | | a...@ajackson.org | And a Heaven in a Wild Flower, | | www.ajackson.org | Hold Infinity in the palm of your hand | | Houston, Texas | And Eternity in an hour. - Blake

Re: [Matplotlib-users] controlling tick label size

2009-02-08 Thread Alan Jackson
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

[Matplotlib-users] controlling tick label size

2009-02-08 Thread Alan Jackson
e = 9) plt.show() -- --- | Alan K. Jackson| To see a World in a Grain of Sand | | a...@ajackson.org | And a Heaven in a Wild Flower, | | www.ajackson.org | Hold Infinity in the palm of your hand | | Houston, Texas | And Eternity in a

[Matplotlib-users] open multiple plots from a program

2009-01-24 Thread Alan Jackson
l, so before I dig too deeply into it, I thought I'd ask around. -- --- | Alan K. Jackson| To see a World in a Grain of Sand | | a...@ajackson.org | And a Heaven in a Wild Flower, | | www.aj

Re: [Matplotlib-users] Filling between curves conditionally

2008-11-23 Thread Alan Jackson
s = NULL) for (i in 2:length(x)) { a = c(x[i-1], y1[i-1]) b = c(x[i], y1[i]) c = c(x[i-1], y2[i-1]) d = c(x[i], y2[i]) foo = intersect(a,b,c,d) if (foo[3]) { intersect = cbind(intersect, foo[1:2]) } } intersect } -- --

Re: [Matplotlib-users] Non-linear Regression to a Histogram

2008-05-12 Thread Alan Jackson
d by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > ___ > Matplotlib-users mailing list > Matplotlib-users@

[Matplotlib-users] displaying multiple plots

2008-02-04 Thread Alan Jackson
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

[Matplotlib-users] Error bars on plot created with axes.plot(...)

2007-11-08 Thread James Jackson
Hi, I have written a module which implements a custom histogram class, with the plotting handled by a call to ax.plot(x, y, ...). The x and y values are massaged to create a conventional histogram binned look, for example: http://www.onlineclienttest.co.uk/invmass-hor-py.png What I would l

[Matplotlib-users] Stacked bar chart with dates on x axis

2007-10-12 Thread James Jackson
Hi, I have some time series data of server CPU usage (user, system, WIO, free, etc) and would like to plot this as a stacked bar chart, with dates / times on the x axis (as per plot_date for x, y series data). Is this possible? Cheers, James.

Re: [Matplotlib-users] plotting wind-speed time series (was: What kind of chart should I use?)

2007-05-04 Thread Alan Jackson
e plot_data with it though? I don't do what you are trying to do, but I do some other weather plots, http://www.oplnk.net/~ajackson/weather/ -- ------- | Alan K. Jackson| To see a World in a Grain of Sand | | [EM

[Matplotlib-users] type error complaint

2006-11-04 Thread Alan Jackson
l1 self.label1.set_text(s) File "/usr/lib/python2.4/site-packages/matplotlib/text.py", line 671, in set_text raise TypeError("This doesn't look like a string: '%s'"%s) TypeError: This doesn't look like a string: '0.0' -- -