@Liamb wrote:
Thanks
With these options I can only change the font (example font=B) in insetgroup but I want to change the size of the lines (axes and box) on the graph and the texts in insetgroup (example font_size=16), which options do I use?
AXIS appearance options are in AXIS statements, set with the STYLE= option values 0 to 46 (0 means no line), WIDTH affects the axis line thickness unless Tick mark options also use width, in which case the ticks get the width, NOFRAME is required for this to change appearance for just the axis, otherwise the frame will get the thickness as well.
Line options on which portion of the box to what? LBOXES=linetype or variablename if you want the different boxes with different lines. The value or variable would be limited to the integers 1 to 46 corresponding to the line type.
Or perhaps it is time to change to Proc SGPLOT/SGPANEL.
... View more