Menu

#162 transparency of parts of 3D plot

open
nobody
None
5
2013-09-19
2013-09-19
Vadim
No

Is it possible to make part of 3D plot to be partialy transparent?

Namely I want to have zero plane (z=0) to be tranparent gray.
I true this

set pm3d depthorder
splot "data" using 1:2:(($3==0) ? 1/0 : $3) notitle w pm3d, \
"data" using 1:2:(0):(0):(0):(0):(0.5) notitle w pm3d

but it gives zero plane with opaque color corresponding to pallete.

1 Attachments

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.