3D Rain Graph

Definitions of graphs you want to share with us

Moderator: Mattk

Post Reply
jpangel1
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: Mon May 16, 2011 6:04 pm

3D Rain Graph

Post 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
Attachments
rain3d.png
rain3d.png (5.04 KiB) Viewed 9137 times
User avatar
nduku
Senior Boarder
Senior Boarder
Posts: 45
Joined: Sun Jan 03, 2010 8:07 pm
Location: Eberfing, Bavaria/Germany
Contact:

Re: 3D Rain Graph

Post 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.
Attachments
rain3d.png
rain3d.png (7.05 KiB) Viewed 9042 times
jpangel1
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: Mon May 16, 2011 6:04 pm

Re: 3D Rain Graph

Post by jpangel1 »

Thanks -- appreciate the tip.

JP
Post Reply