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

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

[Octave-bug-tracker] [bug #60992] Feature request: pass "Title" property


From: Rik
Subject: [Octave-bug-tracker] [bug #60992] Feature request: pass "Title" property of plots to created PDF files
Date: Thu, 29 Jul 2021 16:41:56 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36

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

                 Summary: Feature request: pass "Title" property of plots to
created PDF files
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 29 Jul 2021 01:41:55 PM PDT
                Category: Plotting
                Severity: 1 - Wish
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

This is just a small thing, but any PDF of a plot that I create with Octave
has a title of "gl2ps_renderer figure".  It would be nicer if the title was
the same as the plot itself (grabbed from the "Title" property of the axes) or
if it used some basic text like "Octave plot".

Sample code:


plot (1:10, 'o-');
print title.pdf


If I inspect with pdfinfo program I find


Title:          gl2ps_renderer figure
Author:         Octave
Creator:        GL2PS 1.4.2, (C) 1999-2020 C. Geuzaine
Producer:       GPL Ghostscript 9.26







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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