help-octave
[Top][All Lists]
Advanced

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

Multi-line plot titles in PDF output


From: Andreas Yankopolus
Subject: Multi-line plot titles in PDF output
Date: Tue, 12 Jul 2016 15:51:54 -0400

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?


reply via email to

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