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

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

[Octave-bug-tracker] [bug #48689] print to pdf shows black and yellow sh


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #48689] print to pdf shows black and yellow shaded regions not present on screen on macOS
Date: Fri, 5 Aug 2016 00:42:39 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Follow-up Comment #8, bug #48689 (project octave):

A simplified test:


>> demo patch 1
patch example 1:
 %% Patches with same number of vertices
 clf;
 t1 = (1/16:1/8:1)' * 2*pi;
 t2 = ((1/16:1/8:1)' + 1/32) * 2*pi;
 x1 = sin (t1) - 0.8;
 y1 = cos (t1);
 x2 = sin (t2) + 0.8;
 y2 = cos (t2);
 patch ([x1,x2], [y1,y2], 'r');
>> axis([-0.9,0.9,-0.9,0.9], "equal")
>> print t4.eps

the result is attached.

If I do:

>> axis([-2,2,-2,2], "equal")
>> print t4.eps


(i.e. the entire patch is displayed)
the eps looks OK.

Dmitri.
-- 


(file #38115)
    _______________________________________________________

Additional Item Attachment:

File name: t4.eps                         Size:6 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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