octave-maintainers
[Top][All Lists]
Advanced

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

Re: plotted circle is regular decagon on opengl graphics


From: Rik
Subject: Re: plotted circle is regular decagon on opengl graphics
Date: Thu, 11 Aug 2016 10:23:00 -0700

On 08/10/2016 11:18 PM, address@hidden wrote:
Subject:
plotted circle is regular decagon on opengl graphics
From:
Tatsuro MATSUOKA <address@hidden>
Date:
08/10/2016 11:17 PM
To:
"address@hidden" <address@hidden>
List-Post:
<mailto:address@hidden>
Precedence:
list
MIME-Version:
1.0
Reply-To:
Tatsuro MATSUOKA <address@hidden>
Message-ID:
<address@hidden>
Content-Type:
multipart/mixed; boundary="1029685504-1131214927-1470896264=:17609"
Message:
3

Octave version : octave 4.0.3 and 4.1.0
OS windows 10
Graphics tool kit: qt and fltk

>> plot (1:1, 'o', 'markersize', 24)
>> print -depsc circle.eps
plotted circle is regular decagon (ugly).

(File is attached.)

On gnuplot graphics_tookit plotted circle is very beautiful.

Is this a know issue and a feature of opengl graphics?
Yes, it is known, although no bug report was ever filed.

I checked in this cset (http://hg.savannah.gnu.org/hgweb/octave/rev/a54d6b9c08bc) which calculates smooth circles for the 'o' and '.' markers by basing the number of angular divisions on the markersize.  It also corrects a problem where small markersizes for the dot marker were completely invisible onscreen.

--Rik


reply via email to

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