view .editorconfig @ 29938:4b25d83d152d

Put title of plot into "Title" property of generated PDFs (bug #60992) * gl2ps-print.cc (get_title): New function to call get_title () on a figure graphics object. * gl2ps-print.cc (gl2ps_renderer::draw): New variable myhandle to hold "__myhandle__" property value. Call get_title() to get title for plot. If empty, use generic "Octave plot". Call gl2psBeginPage() with first argument being desired plot title.
author Rik <rik@octave.org>
date Tue, 03 Aug 2021 13:11:49 -0700
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab