Share

gnuplot development

Tracker: Bugs

6 interpolated pm3d surface colours - ID: 2127845
Last Update: Comment added ( mikulik )

The option "pm3d interpolate" works for surfaces given by the z-coordinate,
not when both z+colour coordinates are given:

set autoscale fix
set pm3d
set pm3d interpolate 12,2
set term x11 1; splot 'test.dat' u 1:2:3
# ok
set term x11 2; splot 'test.dat' u 1:2:3:3
# colors are not interpolated

This patch provides a fix.


Petr Mikulik ( mikulik ) - 2008-09-25 07:49

6

Closed

Accepted

Nobody/Anonymous

3D plot

None

Public


Comments ( 3 )




Date: 2008-09-29 05:30
Sender: mikulik

Committed to both cvs and 4.2.4+.



Date: 2008-09-26 00:54
Sender: bpabbott

Any chance this patch will be included in the next release of gnuplot
(4.3)?


Date: 2008-09-25 20:09
Sender: bpabbott

I've applied to 4.2.4 patch to 4.2.3 and am happy to report it functions
exactly as I'd expected.

I choose to try to patch 4.2.3 because my Mac OSX package management
system (Fink) has a 4.2.3 package that was simple to modify to include
another patch.


Log in to comment.

Attached File ( 1 )

Filename Description Download
color_interpolate-01.zip patch + test Download

Changes ( 4 )

Field Old Value Date By
status_id Open 2008-09-29 05:30 mikulik
resolution_id None 2008-09-29 05:30 mikulik
close_date - 2008-09-29 05:30 mikulik
File Added 294828: color_interpolate-01.zip 2008-09-25 07:49 mikulik