cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
%3CLINGO-SUB%20id%3D%22lingo-sub-644239%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3EWie%20stelle%20ich%20Skalenwerte%20im%20Graph%20Builder%20mithilfe%20der%20Col%20Quantile-Funktion%20ein%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-644239%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3EHallo%2C%20ich%20m%C3%B6chte%20Skalenwerte%20im%20Graph%20Builder%20festlegen%20und%20die%20Funktion%20%E2%80%9ECol%20Quantile%E2%80%9C%20verwenden%2C%20aber%20es%20stimmt%20immer%20etwas%20nicht.%3C%2FP%3E%3CP%3EDie%3CFONT%20color%3D%22%23FF0000%22%3E%20Rot%3CFONT%20color%3D%22%23000000%22%3E%20Code%20hat%20ein%20Problem.%20Ich%20brauche%20eine%20Farbskala%20als%20Quantil%3C%2FFONT%3E%3C%2FFONT%3E%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CPRE%3E%3CCODE%20class%3D%22%20language-jsl%22%3EGraph%20Builder(%0A%20Size(%20839%2C%20726%20)%2C%0A%20Variables(%20X(%20%3AProber_X%20)%2C%20Y(%20%3AProber_Y%20)%2C%20Color(%20%3AOpticalPower%20)%20)%2C%0A%20Elements(%20Points(%20X%2C%20Y%2C%20Legend(%206%20)%20)%20)%2C%0A%20SendToReport(%0A%20%20Dispatch(%0A%20%20%20%7B%7D%2C%0A%20%20%20%22400%22%2C%0A%20%20%20ScaleBox%2C%0A%20%20%20%7BLegend%20Model(%0A%20%20%20%206%2C%0A%20%20%20%20Properties(%0A%20%20%20%20%200%2C%0A%20%20%20%20%20%7Bgradient(%0A%20%20%20%20%20%20%7BColor%20Theme(%20%22Spectral%22%20)%2C%20Scale%20Values(%20%3CFONT%20color%3D%22%23FF0000%22%3E%5BCol%20Quantile(%20%3AOpticalPower%2C%200.9%20)%5D%2C%20%5B0.175%5D%3C%2FFONT%3E%20)%2C%0A%20%20%20%20%20%20Label%20Format(%20%22Fixed%20Dec%22%2C%2015%2C%203%20)%7D%0A%20%20%20%20%20)%7D%2C%0A%20%20%20%20%20Item%20ID(%20%22OpticalPower_0p23A%22%2C%201%20)%0A%20%20%20%20)%0A%20%20%20)%7D%0A%20%20)%0A%20)%0A)%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-644239%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3E%3CLINGO-LABEL%3EAutomatisierung%20und%20Skripterstellung%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3EGrundlegende%20Datenanalyse%20und%20Modellierung%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E
Choose Language Hide Translation Bar
Solarwing
Level I

How to set Scale Values in Graph Builder use Col Quantile function?

 

HI, I want  set Scale Values in Graph Builder use Col Quantile function,  but always something wrong. 

the red code have some problem. I need color scale as Quantile

 

Graph Builder(
	Size( 839, 726 ),
	Variables( X( :Prober_X ), Y( :Prober_Y ), Color( :OpticalPower ) ),
	Elements( Points( X, Y, Legend( 6 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"400",
			ScaleBox,
			{Legend Model(
				6,
				Properties(
					0,
					{gradient(
						{Color Theme( "Spectral" ), Scale Values( [Col Quantile( :OpticalPower, 0.9 )], [0.175] ),
						Label Format( "Fixed Dec", 15, 3 )}
					)},
					Item ID( "OpticalPower_0p23A", 1 )
				)
			)}
		)
	)
)

 

 

 

0 REPLIES 0

Recommended Articles