|
From: Peter A. G. <pe...@sp...> - 2007-10-03 18:28:07
|
I'm trying to fix a problem where octave's meshc function plots a mesh with a shifted colormap. Here is the thread. http://www.nabble.com/Colormap-in-meshc.m-tf4531739.html#a12932516 Essentially, we need to determine if octave is being interpreted as gnuplot intends it to be. The z values for the contour lines are lower than for the mesh, and the colormap that is specified does not discount the lines, therefore the mesh only uses a shifted portion of the colormap. It is likely that it can be worked around in octave, however jwe only wants to do this if gnuplot is functioning as is designed. Can somebody who knows please verify that this is designed behavior and therefore not likely to change? Thank you, Pete Gustafson |