gnuplot - Filling with z-axis when using splot -


is possible fill z instead of x-axis when using splot? when use 1 of these options:

splot 'file.dat' using 2:(0):2 w filledcurves splot 'file.dat' using 1:(0):2:(0) pm3d 

the filling performed respect x-axis. seems illegal perform:

splot 'file.dat' using 2:(0):2 w filledcurves z 

is there way fill z-axis?


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -