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
Post a Comment