Page 1 of 1

3D Rain Graph

Posted: Sat Jul 16, 2011 5:49 pm
by jpangel1
Hello -- I am trying to get a decent looking 3D graph for rainfall. I have attached my current attempt. Does anyone know how to get rid of the black that covers the grid?

Thanks
JP

Re: 3D Rain Graph

Posted: Fri Sep 16, 2011 11:19 pm
by nduku
Hi,

you need to modify the color code, because in your exmaple (the default color code) zero is black. When you do

set palette defined (0 "white", 1 "blue", 20 "black")

you get something like the one below. A bit more playing with it should give you the expcted result.

Re: 3D Rain Graph

Posted: Sun Oct 09, 2011 4:37 pm
by jpangel1
Thanks -- appreciate the tip.

JP