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

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

[Octave-bug-tracker] [bug #48148] plottting with title and unboxed legen


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #48148] plottting with title and unboxed legend fails
Date: Mon, 6 Jun 2016 15:03:26 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

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

                 Summary: plottting with title and unboxed legend fails
                 Project: GNU Octave
            Submitted by: juanpi
            Submitted on: Mon 06 Jun 2016 03:03:24 PM GMT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This might be related with bug #40334

This prints a png without the legend labels. This is not the case in 4.0.0

h = plot(rand(10,3));
hl = legend(h, {"1","2","3"});
title ("Parameter value")
set(hl, "visible", "off");
print('-dpng','/tmp/test.png')


note that it is due to title since this works fine

clf
h = plot(rand(10,3));
hl = legend(h, {"1","2","3"});
set(hl, "visible", "off");
print('-dpng','/tmp/test.png')


btw, I set the legend invisible to remove the box since set (.., "box", "off")
does't have any effect.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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