Table 12.8Using a Hardcoded Value with a Style Element, Journal Style
ods html style=journal
noautolegend;
proc sgplot data=sashelp.class;
histogram height;
density height / lineattrs=graphfit2
(pattern=dashdashdot);
run;
ods html style=htmlblue;
Always be careful when you hardcode a value. When you specify a hardcoded value for
the line pattern, as in this example, the pattern is no longer derived from the specified
style element. If you later change the style that is applied to the graph, the hardcoded
attribute might conflict with the new style.
Using Data Skins
Data skins add a heightened visual effect to two-dimensional plots. Each skin uses ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.