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

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • 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?

    tajrida tajrida
    Discussions |
    Nov 3, 2025 8:11 AM
    34877 views | 12 replies
  • How to compare the results between two DoE/Response Surfaces?

    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...

    Upa_Upitas Upa_Upitas
    Discussions |
    Nov 3, 2025 7:50 AM
    142 views | 4 replies
  • Define factors constrains

    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.  

    PaoloMai94 PaoloMai94
    Discussions |
    Nov 3, 2025 6:34 AM
    52 views | 4 replies
  • Custom scales in Graph Builder?

    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...

    hogi hogi
    Discussions |
    Nov 3, 2025 4:59 AM
    99 views | 1 replies
  • How to convert UTC timestamp to local time in a column formula


    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...

    zetaVagabond1 zetaVagabond1
    Discussions |
    Nov 3, 2025 4:34 AM
    39 views | 2 replies

Latest Discussions

  • How to compare the results between two DoE/Response Surfaces?

    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...

    Upa_Upitas Upa_Upitas
    Discussions |
    Nov 3, 2025 7:50 AM
    142 views | 4 replies
  • Custom scales in Graph Builder?

    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...

    hogi hogi
    Discussions |
    Nov 3, 2025 4:59 AM
    99 views | 1 replies
  • How to convert UTC timestamp to local time in a column formula


    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...

    zetaVagabond1 zetaVagabond1
    Discussions |
    Nov 3, 2025 4:34 AM
    39 views | 2 replies
  • Python in JMP: dataframe column to datatable column best practices and computation speed implications

    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...

    MeanChris MeanChris
    Discussions |
    Nov 1, 2025 1:30 PM
    275 views | 14 replies
  • Throw() with traceback flag within a sub-function crashes JMP

    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...

    AlterEgo AlterEgo
    Discussions |
    Oct 31, 2025 6:40 PM
    77 views | 1 replies

Latest Discussions

  • Encrypted Multiple File Import with XML Settings Troubles (JMP 18)

    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 ...

    JMPHOWHIGH JMPHOWHIGH
    Discussions |
    Oct 30, 2025 8:51 PM
    59 views | 0 replies
  • Windows 11 > JMP 17.2 > Fit Model > Contrasts > How to Build a Contrast Matrix with More Columns than Conditions?

    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 ...

    Thierry_S Thierry_S
    Discussions |
    Oct 30, 2025 9:04 AM
    58 views | 0 replies
  • QQ Plot behavior under factor coding and no-intercept model

    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...

    happy happy
    Discussions |
    Oct 30, 2025 4:56 AM
    82 views | 0 replies
  • How to fit a model with random effect using Nonlinear platform

    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...

    Rily_Maya Rily_Maya
    Discussions |
    Oct 26, 2025 4:09 AM
    127 views | 0 replies
  • WINDOWS > JMP 17.2 > Custom Report Window > Save Presentation ==> Only portion saved to PPTX

    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...

    Thierry_S Thierry_S
    Discussions |
    Oct 20, 2025 8:06 AM
    166 views | 0 replies
view all discussions