Related to the former questions (regarding automated boxplots):
Is there an option to prevent the error message if a variable used in the boxplot is a
constant?
I guess a simple work-around would be to create a random variable which is very small
compared to the actual values, like
list BPUR=uniform(1e-15,1e-14)
and then add this to the series printed. Is there a way to do so only for the boxplot? I
fumbled around with designing a proper function for over an hour now and guess it is a 3
liner or something but I am too dump.
I do hope that this is the last question I'll bother you all with, sorry.
Regards
Frederik Schaff