cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Using JSL Script to Get Spec Limits from Column

    I am using JMP 18.1.0. I am trying to find if there is a way I can get the "Spec Limit" property of a column, and then be able to manipulate the LSL or USL as a number. Below is some example code and the resulting Log messages. The LSL and USL outputs from Get Property don't seem to be in a usable state. The commented out line is what I would like to do, math functions or comparison with the LSL/U...

    PumpkinRocket PumpkinRocket
    Discussions |
    Jun 18, 2025 7:15 PM
    598 views | 1 replies
  • Copying and pasting data from the data table to email

    Hey everyone, When trying to copy data from a data table and pasting into an email, JMP will not respect the columns on pasting vs if you copy and paste from excel it will respect the columns.  So my work around is to save the data table to an excel table, copy and paste it into the email, then close the excel file.  Beyond annoying.  I'm hoping that I am missing something obvious as a better way ...

    shampton82 shampton82
    Discussions |
    Jun 18, 2025 3:35 AM
    1297 views | 5 replies
  • Y Function using data table values

    I'm trying to build multiple graph boxes, each one plots a Y Function that takes values from a data table. This should be an easy task however I'm not able to get the plots to show in the graph boxes. It works with hard coded numbers, but not with values from a Data Table

    win = New Window("window", vlb = V List Box()); For (i=1, i <= N Rows(dt), i++, vlb << Append(Graph Box(Y Function((dt:M)[i] *...

    shuey shuey
    Discussions |
    Jun 17, 2025 3:53 AM
    575 views | 1 replies
  • How do I define spec limits by data category in variability chart

    Hi,How can I draw spec limits(red line) by data category in variability chart as below example?  The red line was done by manual in pptx.Attach jmp file data for reference. Appreciate for your reply. Thanks.  

    Sandra233 Sandra233
    Discussions |
    Jun 17, 2025 12:56 AM
    5192 views | 24 replies
  • How to restore the color of a ListBox to its default?

    In the following JSL, after changing the color of the ListBox frame, how can I revert it to the default color? Also, if I want to change the background color of the ListBox, how should I set it up? The command for changing the background color modifies the color of the frame. Names Default To Here( 1 ); New Window( "Example", b = List Box( {"single", "double", "triple"}, nlines( 5 ) ) ); wait(2)...

    BabyDoragon BabyDoragon
    Discussions |
    Jun 16, 2025 9:57 PM
    416 views | 1 replies

Latest Discussions

  • Copying and pasting data from the data table to email

    Hey everyone, When trying to copy data from a data table and pasting into an email, JMP will not respect the columns on pasting vs if you copy and paste from excel it will respect the columns.  So my work around is to save the data table to an excel table, copy and paste it into the email, then close the excel file.  Beyond annoying.  I'm hoping that I am missing something obvious as a better way ...

    shampton82 shampton82
    Discussions |
    Jun 18, 2025 3:35 AM
    1297 views | 5 replies
  • How to export a model formula to Excel?

    I want to be able to take the prediction formula that I got from my multiple linear regression and put it in excel. I have multiple Quantitative and Categorical X variables and some are splined. I have also preformed a BoxCox transformation. What are the steps that I need to do to take the formula that is given and have it working in excel. I have no coding experience but am not against learning a...

    DWS DWS
    Discussions |
    Jun 13, 2025 8:33 AM
    517 views | 0 replies
  • Equivalence test with Geometric Means

    Hi All,   in JMP, is there a way to run equivalence test/TOST using the Geometric Means rather Arithmetic means? Also is there JMP function to establish 95% confidence intervals for Geometric Means. 

    MSN MSN
    Discussions |
    Jun 11, 2025 3:02 AM
    474 views | 1 replies
  • custom graph legend

    I'm trying to add a nice pretty graph legend to a Bivariate Fit:     The orange fit line is a customized line added using this script:     Pen Color( "orange" );
        Pen Size( 2 );
        Y Function( 21.07 * x, x );   I used this custom script in the graph to get that text in there:
        Text( {20, 32}, "TOT Other = 21.1 * 3XL" );
        Text( {20, 25}, "TOT Other = 46.8 + 9.1*3XL" );
        Text( {20, 19}, "Lo...

    seanschubert seanschubert
    Discussions |
    Jun 11, 2025 1:51 AM
    607 views | 2 replies
  • JSL: How to set a single row across multiple columns to a single value?

    Hello JSL specialist,     Wondering if there is an elegant (simple) way to set a single row across all columns to a single value.     I know I can do a For loop, and the For Each Row isn't quite what I'm after either.     I'm almost looking for an analogous command, like For Each Column or something like that. Perhaps there doesn't exist a command that can set a single row across all columns to a ...

    SDF1 SDF1
    Discussions |
    Jun 10, 2025 9:55 AM
    460 views | 1 replies

Latest Discussions

  • How to export a model formula to Excel?

    I want to be able to take the prediction formula that I got from my multiple linear regression and put it in excel. I have multiple Quantitative and Categorical X variables and some are splined. I have also preformed a BoxCox transformation. What are the steps that I need to do to take the formula that is given and have it working in excel. I have no coding experience but am not against learning a...

    DWS DWS
    Discussions |
    Jun 13, 2025 8:33 AM
    517 views | 0 replies
  • Inquiry Regarding the Use of JMP and JMP Live (Suppress Eval?)

    Hello, I am a user of JMP Live.
    I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...

    DJ_Kim DJ_Kim
    Discussions |
    Feb 27, 2025 2:59 PM
    556 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    578 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    612 views | 0 replies
  • Exceptions are the utilities Show, Write, and Print ...

    from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml#  If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
    Exceptions are the utilities Show, Write, and Print, which do not evaluate e
    ...

    hogi hogi
    Discussions |
    Jan 7, 2025 10:44 PM
    607 views | 0 replies
view all discussions