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

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

[Octave-bug-tracker] [bug #43019] "print" command fails on linebreaks, b


From: H. G.
Subject: [Octave-bug-tracker] [bug #43019] "print" command fails on linebreaks, bold and special character
Date: Mon, 18 Aug 2014 20:01:01 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0

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

                 Summary: "print" command fails on linebreaks, bold and
special character
                 Project: GNU Octave
            Submitted by: hardy
            Submitted on: Mo 18 Aug 2014 20:01:00 GMT
                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: 3.8.2
        Operating System: Any

    _______________________________________________________

Details:

Here is an example of the behavior:


close all;
graphics_toolkit('fltk');
figure(1);
plot(1:10);
title('\bf Hello');            % bold
xlabel('angle [°]');           % special character
text(1,8,{'line 1','line 2'}); % new line
print('-dpng','image.png');


The resulting png file has neither
* the bold print of the heading, nor
* the new line of the text object, nor
* the degree sign in the label

This happens with fltk. In Gnuplot its a bit better, at least the linebreaks
work there. It works totally fine in Matlab.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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