|
From: atoms.h <sto...@gm...> - 2009-07-28 19:55:22
|
really, no one encountered this problem, yet? atoms.h wrote: > > Hey all, > > I encountered a wierd problem. What I'm trying to do (and what partly > works) is a 3d plot with matrix data like > > $ splot path matrix u 1:2:($3*(Interf($1, $2, 5, 7.0, 14.5))) w pm3d > notitle > > and my pm3d setting is > > $ set pm3d interpolate 0,4 > > up to here everything is fine! > However, if I try to assign the cbaxis like > > $ splot path matrix u 1:2:($3*(Interf($1, $2, 5, 7.0, 14.5))):(Interf($1, > $2, 5, 7.0, 14.5) w pm3d notitle > > or any other variable while interpolating, the only thing gnuplot seems to > do is scaling of the cbrange while still plotting the z-value on the > cbaxis... If I don't interpolate everything works fine! > Any clues? > -- View this message in context: http://www.nabble.com/splot%2C-pm3d-interpolate-and-cb-assignment-tp24529245p24706717.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |