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

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

[Octave-bug-tracker] [bug #52186] Adding an annotation also adds a black


From: Etienne Dechamps
Subject: [Octave-bug-tracker] [bug #52186] Adding an annotation also adds a black border around figure
Date: Sat, 7 Oct 2017 17:05:20 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0

URL:
  <http://savannah.gnu.org/bugs/?52186>

                 Summary: Adding an annotation also adds a black border around
figure
                 Project: GNU Octave
            Submitted by: edechamps
            Submitted on: Sat 07 Oct 2017 11:05:18 PM CEST
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

On Debian Sid, octave 4.2.1-4+b1, gnuplot 5.0.7+dfsg1-1: 


octave:1> graphics_toolkit('gnuplot');
octave:2> fplot(@(x) sin(x), [0, pi*4]);
octave:3> annotation('arrow', [0.4 0.6], [0.4 0.6]);


As soon as the third command (annotation) is entered, in addition to the
annotation itself, a 1-pixel black border suddenly appears around the entire
figure for no apparent reason. The border appears when outputting to a window
and when print()'ing to an image file.

This only occurs when using the gnuplot toolkit.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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