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

  • JMP 17.2 > Windows > GRAPH BUILDER > How do I maintain the size of the Y Label box when using Y-labels of different length?

    Dear JMP Community,   I thought I knew Graph Builder, but I encountered an annoying behavior with Y-labels of differing lengths.   In the example below, I use a Local Data Filter to plot different categories of data (RColor). Each category has a set of labels (plotted as Y-labels) that can vary in length from 8 characters to > 50. As shown in the two graphs below (identical script), the plot dimen...

    Thierry_S Thierry_S
    Discussions |
    Sep 15, 2025 9:26 AM
    1349 views | 2 replies
  • How to create a interactive HTML with two tabs which change the chart image in one based on the value choosen in dropdown list

    rpt = New Window("Image Gallery Report", TabBox("Overlay Maps",     H List Box(           row1_hlist = V List Box(Text Box("Image Gallery from: " || "INTW.203P"),         //Text Box("Found " || Char(N Items(image_files)) || " images"),                  Spacer Box(Size(0, 10))),                  Spacer Box(Size(0, 20)),                  // Second row label           row2_hlist = V List Box(Text Box...

    anandambujaraja anandambujaraja
    Discussions |
    Sep 15, 2025 9:18 AM
    2454 views | 8 replies
  • size of Text Edit Box

    I have a script, requesting a comment  from the user. 
    I use a text edit box, but cannot modify the length of the box (on the screen).
    Any Idea how to set a value for the length (like 40 characters, 2 lines, ...) since I want the user to type in detailed comments
    example: H List Box( Text Box( "Type in comment: " ), teb = Text Edit Box( initial_text) ), Spacer Box( size(1, 10) ), H Center...

    MWalther MWalther
    Discussions |
    Sep 15, 2025 8:28 AM
    1257 views | 1 replies
  • JMP 17.2 > Complex Data Dimensions Reduction and Estimation > Methods

    Hi JMP Community,   I am working with complex gene expression data from different studies, for which I would like to estimate its intrinsic complexity. I came across the R package Rdimtools, which seems to provide the type of analyses I am interested in. Specifically, the end goal for these analyses is to define the optimal number of dimensions to capture the complexity of the data sets.   Are you...

    Thierry_S Thierry_S
    Discussions |
    Sep 15, 2025 8:19 AM
    1431 views | 2 replies
  • How to dynamically create and address namespaces? Independent handles on multiple GB plots.

    All,    I can't wrap my head around this problem:   I need to put handles on my GB plots. I have multiple GB plots in one window. The variables in the handles script cross-talk. I need to either use new variables in each script, or create a new namespace for each graphics script (seems the way to go for me). But then again - as soon as I create a namespace, I address it through a reference variabl...

    miguello miguello
    Discussions |
    Sep 13, 2025 1:13 PM
    1977 views | 5 replies

Latest Discussions

  • JMP 17.2 > Complex Data Dimensions Reduction and Estimation > Methods

    Hi JMP Community,   I am working with complex gene expression data from different studies, for which I would like to estimate its intrinsic complexity. I came across the R package Rdimtools, which seems to provide the type of analyses I am interested in. Specifically, the end goal for these analyses is to define the optimal number of dimensions to capture the complexity of the data sets.   Are you...

    Thierry_S Thierry_S
    Discussions |
    Sep 15, 2025 8:19 AM
    1431 views | 2 replies
  • Forming a Column Formula from an Associative Array

    I looked but couldn't find a clear example.  I have a script that creates an associative array between pairs of columns in a table.  I now want to leverage that array to create a formula referencing both the value and the key.  How is this done?   For( i = 1, i <= N Items( SpecCols ), i++, key = Column( dt, SpecCols[i] ); value = Column( dt, Char(SpecCols[i])||" Pass/Fail"); assocArra...

    SpannerHead SpannerHead
    Discussions |
    Sep 12, 2025 11:04 PM
    975 views | 1 replies
  • 多Y轴怎么制作

    这个图有没有简洁的JSL

    lwencx lwencx
    Discussions |
    Sep 11, 2025 6:36 AM
    650 views | 2 replies
  • JMP18 Excel Save Behavior

    Hello Community! When saving a table of character columns as an xlsx Excel file, JMP18 adds some kind of invisible flag that makes Excel think it is has numbers stored as text. This is a different behavior than JMP17 and is causing data interpretation issues on downstream non-JMP scripts that use this Excel file. Any advice on how to work around this or change this behavior? I cannot change the co...

    obstruksion obstruksion
    Discussions |
    Sep 9, 2025 9:58 AM
    625 views | 2 replies
  • Can I embed a live, interactive figure in power point generated in JMP?

    I am new to JMP and I am using only the standard JMP 18. So if I generated a figure in JMP, can I embed the live, interactive figure in power point? So the figure can be automatically updated when data table is updated in JMP. It is like the live function in PowerBI. It will be a good reason to upgrade to Pro if it can do that. Thanks.

    Caozheng0115 Caozheng0115
    Discussions |
    Sep 9, 2025 6:40 AM
    1678 views | 4 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
    515 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
    552 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
    577 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
    611 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
    606 views | 0 replies
view all discussions