cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
mvanderaa1
Level IV

Changing confidence interval color and style in life distribution platform

Per default, the confidence interval lines are solid black color lines. I want to look at options where the confidence intervals are the same color as the data points, and maybe dashed lines instead of solid. Things like shading are already accessible from the "customize graph" menu, but here I'd also like to know how I would apply a change to all my data at once (i.e. different fill color or transparency)

 

simple exampels from big class

dt = Open( "$SAMPLE_DATA\big class.jmp" );
Life Distribution(
	Perspective( Compare Groups ),
	Y( :height ),
	Grouping( :sex ),
	Confidence Interval Method( Wald ),
	Select Distribution( Distribution, Weibull ),
	Select Scale( Weibull ),
	Tabbed Report( 0 ),	
)
 

mvanderaa1_3-1668432784341.pngmvanderaa1_3-1668432784341.png

 

 

 

 

 

 

1 REPLY 1
peng_liu
Level VII

Re: Changing confidence interval color and style in life distribution platform

Unfortunately, I don't see either of them are doable at the moment.

Recommended Articles