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

  • 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
  • JMP slows to a stop when building many graphs using JSL

    I am working on a script that will create many graphs, determine a regression fit for each graph, and then save all the regression coefficients to a table. The script performs that actions that I want, but comes to a grinding halt as the number of columns to evaluate increases. The script seems to retain the plots and generated panels in the background that are created within the For loop even whe...

    DSchweitzer DSchweitzer
    Discussions |
    Jun 10, 2025 5:14 AM
    1002 views | 4 replies
  • fileList = Files In Directory(folderPath)で、任意のフォルダから必要なファイルだけ正規表現を用いて選択的に変数に格納したい。

    通常、プログラミングでは正規表現などで、ディレクトリの中の任意の文字列を含んだファイルなどを成否表現で引き当てると思います。 しかしながらJMPにおいては、Files In Directory単体では高度なソートができないようです。 ですので、一度変数に格納したものに条件を追加しながら、削り出すような処理を考えていますが、どのような手法がありますでしょうか? 可能なら、複数回の正規表現を用いてファイルをソートしたいと考えています。   使用中のJMP:JMP18.2.1

    rice_ball rice_ball
    Discussions |
    Jun 9, 2025 4:20 PM
    1506 views | 5 replies
  • How to set color gradients for specified multiple columns stroke by stroke?

    Thanks Experts! dt=Open("$SAMPLE_DATA/Big Class.jmp"); ca="height1";w=Try(Length(as Column(Current Data Table(),ca)<<get name),0)>0;if(w<1,New Column(ca));Column(ca)<<Formula( height*1.1 );Current Data Table()<<run formulas;Column(ca)<<deleteFormula;

    lala lala
    Discussions |
    Jun 8, 2025 7:36 PM
    1864 views | 10 replies

Latest Discussions

  • 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
  • How do I get to prompt a user to define the LSL and USL for each subset table?

    A customer asked how to create a JSL script to prompt other users to define the LSL and USL for each subset table.   I figured might as well post the script here to help others who might have the same request in the future. Anyone who has feedback, questions or enhancements, please feel free to add a comment.   // Subset data table // → Data Table( "Product=B" ) dtList = Open("$SAMPLE_DATA/Abra...

    yasmine_hajar yasmine_hajar
    Discussions |
    Jun 6, 2025 12:43 PM
    592 views | 1 replies
  • How to set the value in a NumberColEditBox from JSL?

    I made a Ternairy plot, like the one in JMP  via Help > Help tool click on ternairy plot, "Additional Examples of the Ternary Plot Platform" > "Example of a Ternary Plot with a Contour Function". This example has a NumberColEditBox for Temperature. My situation is comparable. In this box I want to change the value from within a JSL script and not by using the slider, but I cannot find out how to d...

    Joost Joost
    Discussions |
    Jun 5, 2025 6:52 AM
    530 views | 1 replies

Latest Discussions

  • 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
  • Extract Expr: Issue with scoped variable

    This works: Extract Expr(:height << set name( "new" ), :height );  But this one doesn't *):Extract Expr(myDataTable:height << set name( "new" ), myDataTable:height );Fortunately there is this dirty trick of Extract Expr (it automatically resolves every defined variable **) - which allows this workaround:x = Expr( myDataTable:height); Extract Expr(myDataTable:height << set name( "new" ), x ) *) why...

    hogi hogi
    Discussions |
    Jan 7, 2025 11:35 AM
    491 views | 0 replies
view all discussions