User manual
  Dymola 2015 Release Notes  17 
Plot headings treated as text objects 
In Dymola 2015 plot headings are treated as text objects; font size, alignment, color, etc. can 
be changed by the menu that appears when double-clicking the header or right-clicking the 
header and selecting 
Edit Text…. 
The header can be deleted using the context menu of the header. 
The functionality is also supported by scripting, using the new built-in function 
plotHeading. The header above can be created, using this function, as: 
plotHeading(textString="Coupled Clutches\nw plots", 
fontSize=12, lineColor={0,0,255}, textStyle={TextStyle.Bold, 
TextStyle.Italic}); 
3.3.3 Scripting 
New command for clearing all flags 
A new built-in function 
clearFlags has been added; executing this function resets all flags 
and integer constants to their default values. 










