Hello Statman.
I'm on jmp 13.2
I don't think graph builder is flexible enough to do what I want.
I've attached a file that contains some example data I'm working with, with all of the details sanitized.
The script for plotting is below:
Variability Chart(
Y( :Measurement % ),
X( :StressTest, :StressContition, :Subsample, :Days ),
Max Iter( 100 ),
Conv Limit( 0.00000001 ),
Number Integration Abscissas( 128 ),
Number Function Evals( 65536 ),
Analysis Type( "Choose best analysis (EMS REML Bayesian)" ),
Connect Cell Means( 1 ),
Std Dev Chart( 0 ),
Points Jittered( 1 ),
SendToReport(
Dispatch(
{"Variability Chart for Measurement %"},
"Variability Chart",
FrameBox,
{Grid Line Order( 5 ), Reference Line Order( 6 ),
Row Legend(
Sample,
Color( 1 ),
Color Theme( "JMP Default" ),
Marker( 0 ),
Marker Theme( "" ),
Continuous Scale( 0 ),
Reverse Scale( 0 ),
Excluded Rows( 0 )
)}
)
)
)
The graph it's generating is exactly what I'm looking for in terms of the visual aesthetics, except that I want it to be able to draw the range bars and the connected cell means for each sample individually (i.e. for sample 1 & 2).
If it's not possible to do what I want using the variability gauge chart, then how do I replicate the same visual aesthetic of multiple charts side by side with one axis on the left side with all of the same labels on the bottom using something else?
I'm open to any suggestions.