help-octave
[Top][All Lists]
Advanced

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

Main title in plot


From: Guido Walter Pettinari
Subject: Main title in plot
Date: Wed, 9 Dec 2009 17:32:03 +0000

Hello everybody!

I am trying to print a title in a plot composed by several subplots.

For example, in

subplot ( 1, 2, 1)
fplot ( @sin, [0, 2*pi] )
title ('sin')
subplot ( 1, 2, 2)
fplot ( @cos, [0, 2*pi] )
title ('cos')

how do I add a main title so that it appears on top of the two adjacent plots?

Thank you,

Guido


reply via email to

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