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

  • 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
  • Regarding the issue of item sizes interfering with each other across different tabs.

    As shown in the JSL, the graph size is limited by the third tab and cannot be reduced further. This may be because the page of the third tab cannot be minimized any further. However, if I want to continue to shrink the graph size while keeping blank space in other areas of the page, how can I resolve this interference between different tabs?   Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/...

    BabyDoragon BabyDoragon
    Discussions |
    Jun 16, 2025 5:28 AM
    636 views | 2 replies
  • Are there any other ways to create a new script in the JMP table?

    I think it will have /*...*/ The content of cannot be written
    For example, the script is like this Include("C:\gr.jsl"); /* dz=Open("C:\gr.jsl",Charset("gb2312"),Add to Recent Files(0)); */ I use dt=Open("$SAMPLE_DATA/Big Class.jmp"); Eval(Parse("dt<<new script(\!"test\!", Include(\!"C:\gr.jsl\!"); );"))Thanks Experts!

    lala lala
    Discussions |
    Jun 16, 2025 3:34 AM
    1266 views | 5 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
  • 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
  • Method to update a data table from a csv file

    Using the Excel import tool you can set-up a JMP Data Table with embedded scripts that you can update from the source file as extra information is added (i.e. refresh the data while keeping the embedded table scripts).   Are there any inbuild ways akin to "Update Table(1)" to achieve this?      

    CB00523 CB00523
    Discussions |
    Jun 8, 2025 8:49 AM
    585 views | 2 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