efiring wrote:
>
>
> Have you tried using vmin=1e4 above?
>
>
Well that did the trick...how did i miss that...thankyou!
--
View this message in context:
http://old.nabble.com/Resize-the-colorbar-tp31425316p31432430.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
Ive seen lots of examples around, but i cant seem to adapt any to my
implementation.
The only thing i want is to change what values the colorbar shows. In the
colorbar there are values from 1 to 1e+9, and im only interested in the
values from 1e+4 to 1e+9...
pc = ax.pcolor(pr[2].transpose(),norm=
Hello all,
I am getting this error, and im not very experienced with matplotlib, but in
most files this code worked, but in some i just get this error:
Traceback (most recent call last):
File "/home/paoli/public_html/netcdf2png.py", line 128, in
colorbar = fig.colorbar(pc)
File "/usr/lib
Hello all,
i created some program to read from netcdf files and plot the data, and it
seems to work ok. But when i try to run an older file, it just shows this:
Traceback (most recent call last):
File "netcdf2png.py", line 199, in
savefig("range.png")
File "/usr/lib/pymodules/python2.6/m
Hello all,
i have made a python script to plot some netcdf files that go from 4mb to
80mb, and the main purpose is to plot one after another. This seems to work
fine, no problems there, but sometimes the computer crashes and i belive its
beacause the files are too big. Is there any way to accelera
Hello all,
i have certain dates that i want to use as the xlabels, i have looked around
but found nothing i can use. I get the date from the netcdf file in a format
something like a timestamp, like: 16216 that i turn into 04:30:16
I want to know how can i use this as a label.
Thx in advance
--
Benjamin Root-2 wrote:
>
>
> And, without the code, I can't help you. Please include a small script
> that
> I can run that demonstrates the problem. I can't reproduce your bug based
> on your description.
>
> Ben Root
>
>
Here it is, i think this works
fig=figure(figsize=(5,9))
pcolor
Benjamin Root-2 wrote:
>
>
> Could you please include your code? My code was merely a
> demonstration and not meant to be copy and pasted in it's entirety.
>
> Ben Root
>
>
Thx, but I fixed that already, it was my error.
Still dont cant fix the width of the window though...
--
View this
Benjamin Root-2 wrote:
>
>
> Note that will not change the number of ticks already established for the
> axis. For that, you can use set_xticks(), which accepts a list of values
> where to set the tick marks (you should probably use set_xticklabels()
> after
> set_xticks()). Note that you wi
Thankyou for the reply, ill test that in a minute, and let you know the
result.
Benjamin Root-2 wrote:
>
> On Mon, Mar 7, 2011 at 10:01 AM, Muffles wrote:
>
> Can you include a screenshot of what you see?
>
>
Here it is:
http://old.nabble.com/file/p31089197/hov.png
Hello, i am not a user of matplotlib, i just have to do something in it.
I managed to get the plot i wanted, but i have been going around for hours
trying to do some fine tuning and cant get around it. The matplotlib seems
way too extense for me to find the solutions without studying it avidly, an
11 matches
Mail list logo