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
Yawovi
Level I

Forcing Y-intercept to zero when using line of fit in Graph builder

Hello all,
any idea how to force the y-intercept to zero when using line of fit in graph builder? I know this is possible in Bivariate plots but I would like to use graph builder for my purpose since I can get grouping in one single graph (with Bivariate you get mutliple plots after you specify your "by" variable)...below my code. Any suggestions very welcome! thanks!

 

Best regards,

 

Yawovi

 

Graph Builder(
	Size( 745, 526 ),
	Variables(
		X( :Power ),
		Y( :Name( "Concentration" ) ),
		Group X( :Location ),
		Overlay( :Color )
	),
	Elements(
		Points( X, Y, Legend( 7 ) ),
		Line Of Fit( X, Y, Legend( 12 ), Equation( 1 ) )
	)
)
1 REPLY 1
Byron_JMP
Staff

Re: Forcing Y-intercept to zero when using line of fit in Graph builder

use the Fit y-by-x platform. 

There is an option to fit a special line. 

 

JMP Systems Engineer, Health and Life Sciences (Pharma)

Recommended Articles