help-octave
[Top][All Lists]
Advanced

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

Re: Multi-line plot titles in PDF output


From: Andreas Weber
Subject: Re: Multi-line plot titles in PDF output
Date: Tue, 12 Jul 2016 22:10:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.1.0

Am 12.07.2016 um 21:51 schrieb Andreas Yankopolus:
> It’s easy enough to create a multi-line title for a plot:
> octave> title({“multi”,”line”,”title”});
> or
> octave> title(“multi\nline\ntitle”);
> But when I create PDF output with:
> octave> print(“~/Desktop/foo.pdf”);
> The multi-line title gets put together on one line.
> How can I keep it as multiple lines?

This should be fixed in the next 4.2 release:
https://savannah.gnu.org/bugs/?45282

HTH, Andy



reply via email to

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