octave-maintainers
[Top][All Lists]
Advanced

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

Re: Matlab compat question


From: Daniel J Sebald
Subject: Re: Matlab compat question
Date: Sun, 19 Jun 2016 21:55:15 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

On 06/14/2016 10:02 AM, Dmitri A. Sergatskov wrote:
Thanks Ray!

So fltk and qt do it right and gnuplot does it wrong...

Dmitri.

I don't know if this is classified wrong. The gnuplot toolkit accepts 'y' as yellow, but that is not a valid color in Octave (and Matlab?) definitions (only 'k' 'r' 'g' 'b' 'm' 'c' 'w'). That's along the same lines that Octave accepts "endwhile" as syntax whereas Matlab would throw and error. In both cases, different behavior for syntax not defined. It would be easy to change 'y' to black for gnuplot toolkit, but I don't know if it makes a difference one way or another.

Dan





On Tue, Jun 14, 2016 at 9:58 AM, Ray Zimmerman <address@hidden
<mailto:address@hidden>> wrote:


    On Jun 14, 2016, at 12:11 AM, Dmitri A. Sergatskov
    <address@hidden <mailto:address@hidden>> wrote:

    Can anyone with access to Matlab do:

    plot(randn(3), ".y", "markersize", 24, "markeredgecolor", "k")
    print t1.png

    and send the resulting png?

    Dmitri.
    --



reply via email to

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