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
3D Rain Graph
Moderator: Mattk
3D Rain Graph
- Attachments
-
- rain3d.png (5.04 KiB) Viewed 9137 times
- nduku
- Senior Boarder
- Posts: 45
- Joined: Sun Jan 03, 2010 8:07 pm
- Location: Eberfing, Bavaria/Germany
- Contact:
Re: 3D Rain Graph
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.
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 (7.05 KiB) Viewed 9042 times
Re: 3D Rain Graph
Thanks -- appreciate the tip.
JP
JP