Change (Increase/Decrease) Font size for Value Labels in Graph Builder charts
How do I change (Increase/Decrease) Font size for Value Labels in Graph Builder charts?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHow do I change (Increase/Decrease) Font size for Value Labels in Graph Builder charts?
Hey, I have been characterizing different reactors using DoE to establish the correlation/equation between identical one response y and two independent parameters x1, x2. The DoE and data analysis for each reactor were not designed with JMP but in Python. Now, I would like to get the correlation on one reactor and compare statistically the correlation with other, assessing differences and simi...
Hi everyone! I have a simple DoE with two continuous factors (Holes and HoleDia) and I have a constrain that is: Holes * HoleDia^2 muste be smaller than 72000000. Now, I wrote the following expression in the Disallowed combinations script but I still get a combination which is >72000000. :Name(Holes) * :Name(HoleDia) ^ 2 ) >= 72000000.
Some analyses require an axis scale that is not available by default in Graph Builder - like Arrhenius plots with Temperature plotted as 1/T [K].
Let's start with the example from the Scripting Index. We want to generate a Log plot manually - and learn from it:
Names Default To Here( 1 );
Open( "$sample_data/big class.jmp" );
gb = Graph Builder(
Variables( X( :height ), Y( :height ) ),
Element...
Hi all,
I have a column Timestamp UTC in JMP with values like 2025-10-31T08:30:00.
I want to create a new column Timestamp Local that converts this UTC time to local time
Is there a simple formula-based way to add 5.5 hours to my timestamp directly in a column formula, without scripting or using Date Add?
Something like:
Informat(:Timestamp UTC, "yyyy-mm-ddThh:mm:ss") + (4 * 3600)
but I’m not sur...
Hey, I have been characterizing different reactors using DoE to establish the correlation/equation between identical one response y and two independent parameters x1, x2. The DoE and data analysis for each reactor were not designed with JMP but in Python. Now, I would like to get the correlation on one reactor and compare statistically the correlation with other, assessing differences and simi...
Some analyses require an axis scale that is not available by default in Graph Builder - like Arrhenius plots with Temperature plotted as 1/T [K].
Let's start with the example from the Scripting Index. We want to generate a Log plot manually - and learn from it:
Names Default To Here( 1 );
Open( "$sample_data/big class.jmp" );
gb = Graph Builder(
Variables( X( :height ), Y( :height ) ),
Element...
Hi all,
I have a column Timestamp UTC in JMP with values like 2025-10-31T08:30:00.
I want to create a new column Timestamp Local that converts this UTC time to local time
Is there a simple formula-based way to add 5.5 hours to my timestamp directly in a column formula, without scripting or using Date Add?
Something like:
Informat(:Timestamp UTC, "yyyy-mm-ddThh:mm:ss") + (4 * 3600)
but I’m not sur...
Background * Using Python in JMP19 scripting environment. * Creating dataframe (df) from pandas from existing JMP datatable (dt). * Running function that requires df input and returns a new df result. Lets call it df_results. * Transferring results back to JMP datatable column. This works, but there are two things that make me suspect I'm not doing this properly. For one, I get a warning in the...
I 've encountered the following issue (minimal example below). Is this a bug or am I missing something?
(Windows 11, JMP 18.0)
The following script crashes JMP instead of simply throwing the error:
Names Default To Here(1);
f = Function( {}, { sub_f },
sub_f = Function( {},
If( 1, Throw( "thrown", 1 ) );
Return( "ok" )
);
Return( sub_f() )
);
f()
In contrast to the above, without th...
XML Settings and Encryption don't seem to work well together. I repeatedly get the error:
"The XML Settings must begin with XMLSettings(...). Multiple File Import stopped.
JSL Encrypted"
Guessing Tall would work except there's metadata I need from a different section in the XML document
Is there any way to get around this error? I am not sure why it cannot pull the XML settings when encrypted, but ...
Hi JMP Community, When building contrasts in a Regular Least Squares Fit Model analysis, the number of columns (i.e., discrete contrasts) is limited to the number of conditions (i.e., number of items produced by the combinations of all parameters). In many cases, I'd like to create more contrasts than conditions (i.e., comparisons of multiple pairs of factor combinations) Example: VAR1 = A, B, C ...
Hi everyone, When I fit a model in JMP using factor coding and set the model to no intercept, I noticed that the residual normal quantile plot (QQ plot) behaves differently compared to the version with an intercept. Specifically, the residuals and the fitted “robust fit line” in the QQ plot seem to shift vertically, and even after centering the residuals, the slope of the fitted line changes sligh...
May I ask a question: In “Random Effect Model.jmp”, where the response is Y, X is a fixed effect, and Z is a random effect, how to fit the corresponding model using “Nonlinear” Platform? "Example 23.13" in the book “Statistical Methods for Reliability Data, Second Edition” is an example of accelerated life test data analysis that includes random effect,I don't know how to perform the analysis, I w...
Hi JMP Community, I built a simple report with a graph builder plot, a multicolumn text section, and a summary section (see below) that I would like to export to PowerPoint. While I can save this report as a PDF without any problems, when I save it as a Presentation/PowerPoint manually or within the script, JMP generates slides that only contain the plot section and none of the text (GO GENES and...
REGISTER HERE Teaching time series analysis and forecasting involves establishing foundationa...
Jump Start with JMP® Date: Wednesday, November 5Time: 1:00 – 2:30 p.m. ETDuration:&n...
Jump Start with JMP® Date: Wednesday, November 5Time: 1:00 – 2:30 p.m. ETDura...
A practical introduction for new users, trial users, and anyone who needs a refresher Registe...