plframe
draw a box around current plot
parameter | type | units | description |
---|---|---|---|
dist | float | mm | distance between the box and the extremes of the plot |
radius | float | mm | radius of the corners |
returns: | void |
Description
plframe plots a box with rounded corners (radius=radius) at a distance of dist mm of what was plotted since either the start of the plot or since the last call of plframe with dist < 0. If dist < 0, the limits are initialized, but nothing is plotted.Examples
plinit PS plframe A4 0 0 "" "" plu 50 50 plformat 0 0 tekst1 plframe 2 0 plframe 1 0 plframe -1 0 plu 50 30 plformat 0 0 tekst2 plframe 2 0 plframe 1 0