Re: [Matplotlib-users] Individual custom markers and colorbar

2013-04-26 Thread Hackstein
', respectively, both with no effect whatsoever. The second problem is, that I cannot get the colorbar to work. I tried sc = ax.add_collection(col) plt.colorbar(sc) and plt.colobar(col) both do not work. Any Ideas how to fix those two issues? Thanks, -Hackstein Message: 4 Date: Thu, 25 Apr 2013 19

Re: [Matplotlib-users] Individual custom markers and colorbar

2013-04-26 Thread Hackstein
Thanks, Francesco, but I already tried for both and that doesn't work either. Cheers, Am 26.04.2013 um 14:07 schrieb Francesco Montesano franz.berges...@gmail.com: Il giorno 26/apr/2013 13:16, Hackstein news.hackst...@gmx.net ha scritto: Thanks, Ryan, this is (amost) exactly what I

Re: [Matplotlib-users] Individual custom markers and colorbar

2013-04-26 Thread Hackstein
Ryan, thank you very much, it works and it's exaclty how I needed it to look like! Cheers, -- Try New Relic Now We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service

[Matplotlib-users] Individual custom markers and colorbar

2013-04-24 Thread Hackstein
a colormap and colorbar. What is the best way to accomplish that then? Thanks, -Hackstein -- Try New Relic Now We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance

Re: [Matplotlib-users] Trouble with legend and axis scaling

2013-03-27 Thread Hackstein
matplotlib.get_backend() Also, if you can format the code as a simple self-contained example, that would help others confirm what you are seeing. -Sterling On Mar 26, 2013, at 12:01PM, Hackstein wrote: Hello everyone, I have two issues with my current projects: 1) I

[Matplotlib-users] Trouble with legend and axis scaling

2013-03-26 Thread Hackstein
Hello everyone, I have two issues with my current projects: 1) I automatically generate plots of several data sets in a for-loop, all of which have the same shape of x and y values, but some of which have two of those data (i.e. graphs) sets per figure, others have only one. I create the