Re: [Matplotlib-users] Plotting from a data file

2015-08-14 Thread Kevin Parks
That does help. But then that means I need to reformat my data somehow? I want it so that each “voice” is plotted separately as a unique color and my legend would be Voice 1 - Voice 2 - Voice 3 - Voice 4 - Just as if I had the temperature for four different days plotted. confu

Re: [Matplotlib-users] Plotting from a data file

2015-08-14 Thread Kevin Parks
Hi, That doesn’t work. Just having my own msft.csv file in my directory doesn't change anything as it is still pointing to some other msft.csv someplace on my computron. (what and where is this file?) I also have never opened a file this way. I had prevously just used something like: for l in

[Matplotlib-users] Plotting from a data file

2015-08-14 Thread Kevin Parks
I am a very lost gnuplot.py refugee. I hung in there as long as I could but sadly, gnuplotpy does not run on my machine so I managed, somehow to install new pythons, matplotlib, numpy, etc. and am up and running. Actually now trying out Canopy, which was even easier than running from the shell o

Re: [Matplotlib-users] [matplotlib-devel] I have a Mac!

2013-08-16 Thread Kevin Hunter Kesling
I'm chagrined that Apple et al. no longer supports 10.5. I'm sure others feel similarly about their 10.4- machines. On the other hand, no one would blame a development team that decided not to support what

Re: [Matplotlib-users] "zig-zag" to represent suppressed 0 on axis?

2013-04-08 Thread Kevin Hunter Kesling
At 4:20pm -0400 Sun, 07 Apr 2013, Francesco Montesano wrote: > Il giorno 07/apr/2013 21:03, Kevin Hunter Kesling ha scritto: >> On the other hand, I'm still such a noob at Matplotlib ... is there >> a way to have one of the subplots take up more than its default 50% >> a

Re: [Matplotlib-users] "zig-zag" to represent suppressed 0 on axis?

2013-04-07 Thread Kevin Hunter Kesling
At 2:34pm -0400 Sun, 07 Apr 2013, Francesco Montesano wrote: > 2013/4/7 Kevin Hunter Kesling >> I'm looking for a way to represent on an X-Y graph the fact that an axis >> does not start from the origin. When drawing by hand, I'll use a little >> zig-zag, lightni

[Matplotlib-users] "zig-zag" to represent suppressed 0 on axis?

2013-04-07 Thread Kevin Hunter Kesling
7 8 Many thanks for any help, Kevin -- Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit th

[Matplotlib-users] Matplotlib Slider Widget and changing colorbar threshold

2013-03-14 Thread kevin
I am currently trying to work on a program that will allow the user to display their dataset in the form of a colormap and through the use of sliders, it will also allow the user to adjust the threshold of the colormap and thus update the colormap accordingly. The best to describe this would be th

[Matplotlib-users] Where did the list of methods go?

2012-10-13 Thread Kevin Davies
g/api/pyplot_summary.html. Kevin -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python,

Re: [Matplotlib-users] who (F/OSS science) uses matplotlib?

2012-06-05 Thread Kevin Hunter
At 10:25am -0400 Tue, 05 Jun 2012, Tom Dimiduk wrote: > On 06/05/2012 10:14 AM, Kevin Hunter wrote: >> At 10:47pm -0400 Sun, 03 Jun 2012, Tom Dimiduk wrote: >>> Very few people outside my group use it at the moment, but that >>> looks to be changing at least a bit. I

Re: [Matplotlib-users] who (F/OSS science) uses matplotlib?

2012-06-05 Thread Kevin Hunter
o, and also good for general project evangelism. Cheers, Kevin -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can

Re: [Matplotlib-users] who (F/OSS science) uses matplotlib?

2012-06-05 Thread Kevin Hunter
ch I'm working, paper and all. I don't know if folks will end up using it or not, but at least it is available (github), if not well advertised to the (decidedly small) niche of folks who would be interested. Cheers, Kevin ---

Re: [Matplotlib-users] who (F/OSS science) uses matplotlib?

2012-06-05 Thread Kevin Hunter
At 8:15pm -0400 Sun, 03 Jun 2012, Josef wrote: > On Sun, Jun 3, 2012 at 7:41 PM, Kevin Hunter wrote: >> I've just spent 20 minutes of searching with various terms and no luck >> finding even one answer: What open source projects use matplotlib? > Maybe scanning the Debian r

[Matplotlib-users] who (F/OSS science) uses matplotlib?

2012-06-03 Thread Kevin Hunter
could not find a link to an actual science project, much less an open source one. Many thanks for any pointers! Kevin -- Live Security Virtual Conference Exclusive live event will cover all the ways today's secur

Re: [Matplotlib-users] strange behaviour with sankey diagram (maybe a bug)

2012-05-21 Thread Kevin Davies
thing more automatic, but otherwise it takes some manual tweaking. I hope this helps. Kevin On 05/21/2012 11:39 AM, Giovanni wrote: Hi all! I'm experiencing a strange behaviour with sankey diagram. As you can see from the attached image, the patch label it's not positio

Re: [Matplotlib-users] matplotlib.sankey: boxes spliced into flow?

2012-03-16 Thread Kevin Davies
Hi Kevin, Thanks for your post. I think the short answer is that the solution will require some manual adjustments. It has been a little while since I worked with the Sankey class, but I'll try to give some detail. The entire Sankey diagram is a composite of sub-diagrams. Each sub-di

[Matplotlib-users] matplotlib.sankey: boxes spliced into flow?

2012-03-15 Thread Kevin Hunter
Hullo matplotlib list, I've discovered (with pleasure!) that matplotlib has recently learned how to create Sankey diagrams. Thank you Kevin and Yannick! One of my less-technically inclined fellow graduate students is searching for his toolset of choice for generating these suckers, a

Re: [Matplotlib-users] Ternary Plot

2011-11-10 Thread Kevin Davies
Elmar, Please let me know if you have any comments or suggestions on the ternary projection. I hope that it's not too far from being worthy to pull into matplotlib. (I'd need to merge the branch with the latest development version of matplotlib.) Thanks, Kevin On 11/04/2011 07:11

Re: [Matplotlib-users] Ternary Plotting using Matplotlib

2011-05-28 Thread Kevin Davies
ications and whatnot. Anyways, here it is... I hope someone with more experience with matplotlib might know what to do. I've noted the issues in the code. Thanks, Kevin http://old.nabble.com/file/p31721702/ternary.png ternary.png http://old.nabble.com/file/p31721702/ternary.py ternary.p

[Matplotlib-users] 3d plots: set view angle (azimuth and elevation)

2009-09-19 Thread Kevin Dunn
parent (of course!) Thanks, Kevin -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile appli

[Matplotlib-users] how to create a barh chart, right to left

2009-05-15 Thread kevin gill
left instead of the default left to right? Also, are there examples of this type of chart drawn in matplotlib available? Thanks Kevin -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified

Re: [Matplotlib-users] Leftmost column of PNG output is transparent

2009-03-25 Thread Kevin Milner
mented was just a typo, but the problem persists either way. Thanks, Kevin Jae-Joon Lee wrote: > I couldn't reproduce it (my output has no transparent column). I'm > running the current svn. I wonder if others can reproduce it. > > Kevin, > what happen if you only do one o

[Matplotlib-users] errorbar and legend(loc='best') gives error

2008-03-06 Thread Kevin Christman
When errorbar() and legend(loc='best') are used an error message appears. But other legend locations (e.g. 'upper left' or 'upper right') work fine. pylab.figure() pylab.errorbar(xdata,ydata,z*y_standardError,fmt='o-',label='test') pylab.legend(loc='best') pylab.show() Exce

[Matplotlib-users] Integrating plots with existing PyGTK application

2008-02-21 Thread Kevin Milner
--- for manager in Gcf.get_all_fig_managers(): manager.window.show() - But I get an error that is very strange, as it references Tkinter even though I am using GTK: - Traceback (most recent call last): File "/home

[Matplotlib-users] formatting axis to percent notation

2008-01-16 Thread Kevin Christman
I'm new to matplotlib. Currently the x-axis shows numbers from 0 to 1. I would like it to show it in percent notation (e.g. 0% to 100%). How do I do this in matplotlib? Thanks, Kevin Be a b

[Matplotlib-users] autoscaling y-axis after changing xmin and xmax?

2006-09-25 Thread Kevin Horton
ing between xmin and xmax? Kevin Horton Ottawa, Canada - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & bus

Re: [Matplotlib-users] Response times of GTK vs GTKAgg backends

2006-09-07 Thread Kevin Horton
On 7-Sep-06, at 12:05 PM, Christopher Barker wrote: > Kevin Horton wrote: > >> I also want to note that the GTK >> backend is useful to some people, and hope that it will continue to >> be supported (I seem to recall one mention that it was little used). > > This is

[Matplotlib-users] Response times of GTK vs GTKAgg backends

2006-09-06 Thread Kevin Horton
will continue to be supported (I seem to recall one mention that it was little used). Thanks for matplotlib. Kevin Horton Ottawa, Canada - Using Tomcat but need to do more? Need to support web services, security? Get stu

[Matplotlib-users] axprops?

2006-09-04 Thread Kevin Horton
d via pydoc, and in the pdf documentation, but no dice. Thanks, Kevin Horton Ottawa, Canada - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to

Re: [Matplotlib-users] More than 9 subplots in Figure?

2006-09-04 Thread Kevin Horton
On 4 Sep 2006, at 10:54, John Hunter wrote: >>>>>> "Kevin" == Kevin Horton <[EMAIL PROTECTED]> writes: > Kevin> subplot accepts a tuple in other places, so I would have > Kevin> expected the same behaviour here. Is this a bug that is >

[Matplotlib-users] More than 9 subplots in Figure?

2006-09-04 Thread Kevin Horton
other places, so I would have expected the same behaviour here. Is this a bug that is fixed in a newer matplotlib version, in which case I will try to upgrade. Or, is there some other way to do my code that will work? Thanks, Kevin Horton Ottawa, Canada ---

Re: [Matplotlib-users] redraw figure embedded in GTK?

2006-08-19 Thread Kevin Horton
On 19 Aug 2006, at 20:13, Kevin Horton wrote: > I've got a series of subplots in a matplotlib.FigureCanvas instance > which is embedded in a gtk viewport. Everything seems to work > correctly when I start the application - i.e. the series of > subplots are displayed.

[Matplotlib-users] redraw figure embedded in GTK?

2006-08-19 Thread Kevin Horton
nager = pylab.get_current_fig_manager()and later, when I need to redraw the subplots: manager.canvas.draw()But, although I have confirmed that the axis settings are changed, the subplots are not redrawn using the new settings.Any hints would be greatly appreciated. Kevin HortonOttawa, C