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
Bhume_Chant
Level II

How to change line style in the "Fit Life by X"?

Hi everyone,

 

This question seems to be easy, but I cannot find the way to do it.

 

In Analyze toolbar > Reliability and Survival > Fit Life by X, there is a Nonparametric Overlay plot.

 

My problem is that I cannot find the way to change line style (such as changing from continuous lines to dash lines).

 

So, my question is "how to change line style in the Fit Life by X?"

 

Thank you very much in advance for helping me.

 

Note: I am currently using JMP17.

 

Please find below the picture that summarize my question.

2023-03-20 16_57_45-PowerPoint Slide Show  -  Presentation1.png2023-03-20 16_57_45-PowerPoint Slide Show - Presentation1.png

 

 

Please find the code for reproducing the plot above here:

 

View more...
Fit Life by X(
	Distribution( Weibull ),
	Nested Model Tests( Location and Scale ),
	Y( :ResponseVariable ),
	X( :Category ),
	Censor( :Censor ),
	Censor Code( 1 ),
	<<Fit Weibull,
	Use Transformation Scale( 0 ),
	Show Overlay by Levels( 1 ),
	<<Set Scale( Weibull, Simultaneous, Show Nonparametric CI( 0 ) ),
	<<Set Scriptables(
		{Scatter Plot Show Distribution(
			Weibull( 0 ),
			Lognormal( 0 ),
			Loglogistic( 0 ),
			Frechet( 0 ),
			Exponential( 0 ),
			SEV( 0 ),
			Normal( 0 ),
			Logistic( 0 ),
			LEV( 0 )
		)}
	),
	Confidence Interval Method( Likelihood ),
	SendToEmbeddedScriptable(
		Dispatch( {"Scatterplot"}, {Use Transformation Scale( 0 )} ),
		Dispatch(
			{"Comparisons", "Distribution Profiler"},
			{1, Confidence Intervals( 1 ), Term Value(
				Category( "A", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Comparisons", "Quantile Profiler"},
			{1, Confidence Intervals( 1 ), Term Value(
				Category( "A", Lock( 0 ), Show( 1 ) ),
				Probability( 0.5, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Comparisons", "Hazard Profiler"},
			{1, Confidence Intervals( 0 ), Term Value(
				Category( "A", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Comparisons", "Density Profiler"},
			{1, Confidence Intervals( 0 ), Term Value(
				Category( "A", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Results", "Weibull Results", "Distribution Profiler"},
			{1, Confidence Intervals( 1 ), Term Value(
				Category( "C", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Results", "Weibull Results", "Quantile Profiler"},
			{1, Confidence Intervals( 1 ), Term Value(
				Category( "C", Lock( 0 ), Show( 1 ) ),
				Probability( 0.5, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Results", "Weibull Results", "Hazard Profiler"},
			{1, Confidence Intervals( 0 ), Term Value(
				Category( "C", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Results", "Weibull Results", "Density Profiler"},
			{1, Confidence Intervals( 0 ), Term Value(
				Category( "C", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		)
	)
);

 

 

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
peng_liu
Level VII

Re: How to change line style in the "Fit Life by X"?

Unfortunately, it is not doable in the current release. Please contact Tech Support [email protected] to file a report.

Thank you for detailed steps to reproduce the issue. I appreciate it!

View solution in original post

2 REPLIES 2
peng_liu
Level VII

Re: How to change line style in the "Fit Life by X"?

Unfortunately, it is not doable in the current release. Please contact Tech Support [email protected] to file a report.

Thank you for detailed steps to reproduce the issue. I appreciate it!

Bhume_Chant
Level II

Re: How to change line style in the "Fit Life by X"?

Hi Peng Liu,

 

Thank you very much for the reply.

 

I will contact tech support as you suggested.

Recommended Articles