octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #42561] gnuplot colors incorrect for 'demo tri


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #42561] gnuplot colors incorrect for 'demo trimesh'
Date: Tue, 6 Sep 2016 03:31:46 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Follow-up Comment #10, bug #42561 (project octave):

With current tip 

changeset:   22438:5a838a892adb
bookmark:    @
tag:         tip
user:        Kai T. Ohlhus <address@hidden>
date:        Mon Sep 05 09:49:33 2016 +0200
summary:     Use F77_INT* rather than int*.


Neither qt nor gnuplot seems to produce correct output
from 


x = [-1, -1, 1, 0]; 
y = [-1, 1, 1, 0]; 
z = [0, 0.5, 0, 1];
tri = delaunay (x(:), y(:)); 
patch ("Vertices", [x(:), y(:), z(:)], "Faces", tri, "FaceColor", "w");



(attached screenshots of both).
gnuplot 5.0.3 (qt terminal).

Dmitri.


(file #38433, file #38434)
    _______________________________________________________

Additional Item Attachment:

File name: gnuplot503.png                 Size:23 KB
File name: qt.png                         Size:18 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42561>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]