From: Dima K. <gn...@di...> - 2018-07-18 20:07:08
|
Dima Kogan <gn...@di...> writes: > It makes no sense to me that 'with image' 3d plots are stuck at z=0. > Does ANYBODY want that? Can we apply the values to color AND z in this > case? Is this hard, or is there some specific reason we're doing it the > way we're doing it? > > pm3d is intended for irregularly-sampled data (as I understand it), so > is there overhead for using pm3d in this case? Size? Speed? If there's > no overhead, can 'splot with image' simply map to 'splot with pm3d'? I just answered some of this. Plotting to a pdf, the pmd3d files are 70% larger. And it looks like pm3d re-interpolated the original data, which I don't want, and which shouldn't be needed, since I already have regularly-spaced matrix data. So the question that remains is the one about making 'with image' produce colors AND z |