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

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

[Octave-bug-tracker] [bug #36837] "saveas" or "print" functions saving f


From: anonymous
Subject: [Octave-bug-tracker] [bug #36837] "saveas" or "print" functions saving figures with incorrect size/coloring
Date: Fri, 13 Jul 2012 02:40:04 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.6 Safari/534.56.5

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

                 Summary: "saveas" or "print" functions saving figures with
incorrect size/coloring
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 13 Jul 2012 02:40:00 AM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Nicholas Musolino
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.2
        Operating System: Mac OS

    _______________________________________________________

Details:

Octave 3.6.2 on Mac OS X 10.7.4. I also have a working version of GNUPLOT
installed (not Gnuplot.app, but rather /opt/bin/gnuplot), which uses Aqua and
can write eps/pdf files perfectly. 

The problem: figures saved to PDF or EPS files have incorrect orientation, is
incorrectly sized, or displays strange color effects, or a combination of the
above. This occurs with bar() plot's or traditional xy plots created with the
plot(...) command. This occurs with the "saveas" and "print" functions,

A PDF file showing an example is attached. It was generated with the following
commands:
+verbatim
w = [ 70 35 15 5 0 ];
h = bar(w);
saveas(h, "saveas_pdf_example.pdf");
-verbatim

I also receive the following warning messages:

warning: print.m: epstool binary is not available.
Some output formats are not available.
warning: print.m: fig2dev binary is not available.
Some output formats are not available.
warning: print.m: pstoedit binary is not available.
Some output formats are not available.

I should add that I installed Octave via Fink, so if I should direct my
complaints to the Fink maintainer, please let me know.





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 13 Jul 2012 02:40:01 AM UTC  Name: saveas_pdf_example.pdf  Size:
79kB   By: None

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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