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

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

[Octave-bug-tracker] [bug #45812] print remove newline in legend


From: anonymous
Subject: [Octave-bug-tracker] [bug #45812] print remove newline in legend
Date: Mon, 24 Aug 2015 12:38:12 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36

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

                 Summary: print remove newline in legend
                 Project: GNU Octave
            Submitted by: None
            Submitted on: lun. 24 août 2015 12:38:11 UTC
                Category: Plotting with OpenGL
                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.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When I use the following code :


graphics_toolkit('fltk');

h = figure
set(gca (), "xtick", [1 2]);
set(gca, 'xticklabel',"hello\nworld");

print(h , '/tmp/bu.png', '-r175')


The displayed figure is good (screen.png) with the jumped line, but when I'm
saving it, the newline disappear.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: lun. 24 août 2015 12:38:11 UTC  Name: bu.png  Size: 9 ko   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=34709>
-------------------------------------------------------
Date: lun. 24 août 2015 12:38:11 UTC  Name: screen.png  Size: 9 ko   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=34710>

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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