Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

The splot sttyle pm3d isn't working with table

249 views
Skip to first unread message

josue.s...@gmail.com

unread,
Apr 30, 2013, 3:17:20 PM4/30/13
to
Hello,
I'm using gnuplot 4.6 (patchlevel 2) which I compiled in the Ubuntu 10.04 (x64)

When I try to plot with pm3d in table mode I get the error: "Tabular output of this 3D plot style not implemented"

Is there a version that it's implemented? Should I post it as a bug?

--
Josué Barroso

sfeam

unread,
Apr 30, 2013, 9:59:45 PM4/30/13
to
What is it that you want to appear in the table?

Since "pm3d" is a coloring algorithm, it's not clear to me how you
could put a pm3d plot in a table other than to store the original points
and the coloring scheme.
But you can do that already, by saying something like

set table "data.tab"
splot FOO
set print "color.dat"
show palette palette 256
unset table
unset print


Message has been deleted

josue.s...@gmail.com

unread,
May 3, 2013, 11:46:30 AM5/3/13
to
I wish to interpolate my data with linear interpolation and therefore keep the original points values as well.
I'd like to get the interpolated points that the pm3d generate
I couldn't get the same result with dgrid3d
0 new messages