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

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

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

html - jQuery UI Sortable - Remove placeholder after item is dropped -