In the following code the markers become very large. I would like to weight the data but not have the markers change size. Does anyone know how I can do this please?
(the code works otherwise (ie without the weights I get what I expect - I have not given the full code or data as I'm pretty sure you will not need it).
Thanks
Laurence
Code:
(tsline `giipp' if `ByVar1'==1 & `ByVar2'==1 & $yearrange [pw=$WEIGHT], msymbol(`symbolMale') lpattern(`lineMale') color($colour1) recast(connected))
Thanks
Laurence
Comment