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
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 :
>
> Il giorno 26/apr/2013 13:16, "Hackstein" ha scritto:
> >
> > Thanks, Ryan, this is (amost) exactly what I was
'None', 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
> D
wever, I see no way to apply 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
;,
numpoints=1, ncol=2, borderaxespad=0.)
leg = plt.gca().get_legend()
ltext = leg.get_texts()
plt.setp(ltext, fontsize='16')
plt.savefig('lc0.png', facecolor='white', bbox_inches='tight')
plt.close("i_only")
[/code]
Best regards,
frix
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