Graphics Reference
In-Depth Information
scatter propval100 ownhome, title("My title")
The title() option adds a title to a
graph. Here, we add a simple title to
the graph. Although the title includes
quotes, we could have omitted them in
this case. Later, we will see examples
where the quotes become very
important.
Uses allstates.dta & scheme vg s1m
My title
40
50
60
70
80
% who own home
scatter propval100 ownhome, title("My title") subtitle("My subtitle")
The subtitle() option adds a subtitle
to a graph. The subtitle, by default,
appears below the title in a smaller
font.
Uses allstates.dta & scheme vg s1m
My title
My subtitle
40
50
60
70
80
% who own home
scatter propval100 ownhome, subtitle("My smaller title")
We do not have to specify a title() to
specify a subtitle() . For example, we
might want a title that is smaller in size
than a regular title, so we could specify
a subtitle alone.
Uses allstates.dta & scheme vg s1m
My smaller title
40
50
60
70
80
% who own home
The electronic form of this topic is solely for direct use at UCLA and only by faculty, students, and staff of UCLA.
Search WWH ::




Custom Search