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

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

[Octave-bug-tracker] [bug #56574] Saving a plot with minor grid lines ca


From: anonymous
Subject: [Octave-bug-tracker] [bug #56574] Saving a plot with minor grid lines causes a ghostscript error
Date: Tue, 2 Jul 2019 19:47:06 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.90 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?56574>

                 Summary: Saving a plot with minor grid lines causes a
ghostscript error
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 02 Jul 2019 11:47:04 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: Robert William Ellenberg
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

On Octave 5.1 (installed from flatpak), the following code produces a
ghostscript error:

clf
figure(1)
plot([1,2],[3,4])
grid on
grid minor on
saveas(1,'Test.png')


warning: print.m: Ghostscript binary is not available.  Only eps output is
possible
warning: called from
    __print_parse_opts__ at line 487 column 7
    print at line 416 column 8
    saveas at line 110 column 3
    test_bug at line 6 column 3

However, running the same code without "grid minor on" works fine.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56574>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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