Re: [Matplotlib-users] colorbar.py bug in matplotlib 1.1.0?

2012-01-25 Thread Josh Hemann
llery examples first they work as expected, but my code still fails in the same place. Hmmm - Josh Hemann -- View this message in context: http://old.nabble.com/colorbar.py-bug-in-matplotlib-1.1.0--tp33203387p33204535.html Sent from the matplotlib - users mailing list archive at Nabbl

[Matplotlib-users] colorbar.py bug in matplotlib 1.1.0?

2012-01-25 Thread Josh Hemann
reported this issue? Any clean work-arounds? - Josh Hemann -- View this message in context: http://old.nabble.com/colorbar.py-bug-in-matplotlib-1.1.0--tp33203387p33203387.html Sent from the matplotlib - users mailing list archive at Nabble.com

Re: [Matplotlib-users] broken demo

2011-07-11 Thread Josh Hemann
erated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d

[Matplotlib-users] Interactive plotting hangs with certain backends on 64-bit Windows 7

2010-09-27 Thread Josh Hemann
nabble.com/problems-with-ipython-0.10-autocompletion-and-interactive-plotting-td29312351.html#a29421228 related thread here which seems to have been dealt with by reverting to 0.99.3. Thanks, - Josh Hemann Statistical Advisor http://www.roguewave.com//"; Rogue Wave Software jhemann at

Re: [Matplotlib-users] How to overlay an image on a multi plot? (Edit: how to plot sparklines on an existing plot)

2010-04-16 Thread Josh Hemann
/matplotlib_gallery_scatter.py matplotlib_gallery_scatter.py - Josh Hemann Statistical Advisor http://www.roguewave.com//"; Rogue Wave Software jhemann at vni dizzot com -- View this message in context: http://old.nabble.com/How-to-overlay-an-image-on-a-multi-plot--tp28111498p28272259.html

Re: [Matplotlib-users] How to overlay an image on a multi plot? (Edit: how to plot sparklines on an existing plot)

2010-04-05 Thread Josh Hemann
arginal visualizations there to aid in quick assessment of distribution and behavior over time. For true sparklines, here is http://bitworking.org/news/Sparklines_in_data_URIs_in_Python another nice example in Python . - Josh Hemann Statistical Advisor http://www.vni.com/ Visual Numeric

Re: [Matplotlib-users] How to overlay an image on a multi plot? (Edit: how to plot sparklines on an existing plot)

2010-04-05 Thread Josh Hemann
%252B2_vs_Bulk1%252B2.png In a publication I think I would need to mention the date range for the sparklines. I like this, it is visually dense (marginal time series behavior, marginal density, and relationship between two variables) but does not seem cluttered. I'll post code tonight... -

Re: [Matplotlib-users] How to overlay an image on a multi plot?

2010-04-05 Thread Josh Hemann
Alan, Thanks much for that link. I started playing with this code and after some hacking I might get what I need. If I cobble this together successfully I'll post the results and the code. Josh - Josh Hemann Statistical Advisor http://www.vni.com/ Visual Numerics jhemann at vni d

[Matplotlib-users] How to overlay an image on a multi plot?

2010-04-01 Thread Josh Hemann
cally? Thanks! - Josh Hemann Statistical Advisor http://www.vni.com/ Visual Numerics jhemann at vni dizzot com -- View this message in context: http://old.nabble.com/How-to-overlay-an-image-on-a-multi-plot--tp28111498p28111498.html Sent from the matplotlib - users mailing list archive at Nabbl

Re: [Matplotlib-users] Is there a maximum number of x tickmarks?

2010-03-16 Thread Josh Hemann
or outside the plot depending on whether the plot title exists. Luckily, I don't imagine having to deal with more species than 105 any time soon. Thanks again! Here is the improved plot (sorry for the pink background, I am not sure why it is showing up that way): http://old.nabble.com/

[Matplotlib-users] Is there a maximum number of x tickmarks?

2010-03-16 Thread Josh Hemann
, can anyone suggest -Is there a limit? -Is there an obvious way to accomplish what I need? Ultimately, I may split large vectors like this into more than two plots but hitting that limit has made me want to investigate why. Thanks! - Josh Hemann Statistical Advisor http://www.vn

Re: [Matplotlib-users] Hiding data via legend

2009-08-04 Thread Josh Hemann
figure, and I would like to be able > to > hide it temporarily so that I can investigate the other two relations more > easily. > > Any ideas? or alternative solutions? > > Thanks. > > -- > Gökhan > - Josh Hemann Statistical Advisor http://www.vni.com/ Vis

[Matplotlib-users] A couple of new gallery examples?

2009-08-03 Thread Josh Hemann
s, rotation=45, fontsize=8) #Due to the Y-axis scale being different across samples, it can be hard to #compare differences in medians across the samples. Add upper X-axis tick labels #with the sample medians to aid in comparison (just use two decimal places of #precision) pos = np.arange(numBoxes)+1

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-31 Thread Josh Hemann
color=boxColors[k]) #Finally, add a basic legend plt.figtext(0.80, 0.08, str(N) + ' Random Numbers' , backgroundcolor=boxColors[0], color='black', weight='roman', size='x-small') plt.figtext(0.80, 0.045, 'IID Bo

Re: [Matplotlib-users] Sourceforge download page shows basemap as default download on windows

2009-07-29 Thread Josh Hemann
I downloaded it also yesterday thinking I was getting a newer (than 0.98.5.3) version of matplotlib. Definitely misleading, so thanks for posting this thread. Josh Kaushik Ghose-3 wrote: > > Hi All, > > I was downloading matplotlib on a windows machine and the sourceforge site > (http://sourc

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-28 Thread Josh Hemann
Fernando Perez wrote: > > On Tue, Jul 28, 2009 at 11:26 AM, Josh Hemann wrote: >> FYI I have some other examples I was thinking would be useful. Here is an >> enhanced boxplot example >> that might compliment the simple examples well: >> >>

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-28 Thread Josh Hemann
l nit: I don't see any code to set the color or alpha level of the grid lines. In my example, I set the color to be a light grey because I wanted the grid lines to be seen but not be distracting from the data. Just a preference. Cheers, Josh > Josh Hemann wrote: >> Tony, >

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-28 Thread Josh Hemann
Michael Droettboom-3 wrote: > > Would you (Josh and Tony) be amenable to us including this in the set of > examples? It would make it easier for users to find it. Eventually, it > might be nice to include this as a core plotting command, but in the > meantime, I think it would still be usef

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-27 Thread Josh Hemann
Tony, I know this is a year later but your code was hugely helpful to me last week, so thank you. I needed to make a few modifications to get exactly what I needed, so I thought I'd add to the post for posterity... First, here is the graphic that the sample code generates (>> execfile('radarPlot

Re: [Matplotlib-users] One more question regarding to boxplotting

2009-05-13 Thread Josh Hemann
Thanks for sending the data and code. After playing around some I still don't have a confident guess as to the problem (or solution), but here is what I would look at more... I issued plot(d[i][8:]) for i 0,1,...11 and looked at the shape of the lines. For the two problem boxes, the plots of

Re: [Matplotlib-users] One more question regarding to boxplotting

2009-05-12 Thread Josh Hemann
Gökhan SEVER-2 wrote: > > For some reason on boxplot 3 and 5 on the figure I get fliers instead of > whiskers on the lower parts. > When I look closely at your graphic it looks to me like the lower whiskers are in fact being plotted, but just (essentially) overlayed on lower quartile part of

Re: [Matplotlib-users] spie charts in matplotlib?

2009-04-03 Thread Josh Hemann
Brian Granger-2 wrote: > > Wow, it is really striking how much better the matplotlib version of > this plot is compared to R. Very nice! > > Brian > Brian, yes, I agree! John Hunter-4 wrote: > > Sorry forgot to answer your second question. You can create multiple > columns and rows of s