How to globally set levels in a chart
I have a few scripts that I use that were created from charts. Often these charts have data that JMP separates into levels although for my purposes, they are effectively the same. For example the following code is for a chart of mean exclusion rates across sites.Chart( X(:IDENT Code), Y(Mean(:Exclusion Rate)), Add Error Bars to Mean(Name("Confidence Interval (pooled)")(0.95)), Overlay ...