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

  • How to Match Values on X-Axis with Labels in Graph Builder

    I am not sure if the subject is very descriptive but let me explain to you what I wanted:   1. I have a data (see attachment) which I simply want to plot using Graph Builder. The X-Axis would be "Bank No" while Y-Axis would be "Meas". 2. For the X-Axis however, I want to plot it in such a way that the values match the label. Currently, in the X Axis Settings, I see that Values are assigned sequent...

    csoon1 csoon1
    Discussions |
    May 23, 2025 4:13 PM
    567 views | 2 replies
  • Rearranging Data

    I have a data set that comes in from Excel whereby several key pieces of information are arranged in individual cells.  To make this data useful in JMP, I came up with a scheme to populate the data systematically in columns using lag statements.  I have some consistency in the layout which allows me to use fixed lag values.  I included an example for rearranging the data contained in the cell to t...

    SpannerHead SpannerHead
    Discussions |
    May 23, 2025 11:26 AM
    744 views | 3 replies
  • Non-normal distributions in the Process Capability and Process Screening Platforms

    Hi all, I am writing a script to aid my team in analyzing process capabilities for many properties across a variety of products. It seems like the Process Capability and Process Screening platforms are the ideal way to do that, but I'm struggling to get those platforms to handle non-normal distributions. When I assign Distribution or Process Capability Distribution properties to a column, the plat...

    AndyWills AndyWills
    Discussions |
    May 23, 2025 5:24 AM
    1401 views | 2 replies
  • Copying Columns Between Data Tables Without Altering the Main Data Table

    In the JSL below, this allows for the copying of columns between different data tables. However, I actually don't want to change the current main data table with `Current Data Table()`. Is there a way to modify it so that I can copy columns to another specified data table without altering the current main data table?   Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt2 = Open...

    BabyDoragon BabyDoragon
    Discussions |
    May 23, 2025 2:09 AM
    608 views | 1 replies
  • Convert number to time

    I have a column of data that comes in as numerical values with either 7 or 8 digits and I need that in the HH,MM,SS format but everything I've tried yields failure.  Any obvious trick I'm missing?

    SpannerHead SpannerHead
    Discussions |
    May 22, 2025 9:15 PM
    1413 views | 6 replies

Latest Discussions

  • How to Match Values on X-Axis with Labels in Graph Builder

    I am not sure if the subject is very descriptive but let me explain to you what I wanted:   1. I have a data (see attachment) which I simply want to plot using Graph Builder. The X-Axis would be "Bank No" while Y-Axis would be "Meas". 2. For the X-Axis however, I want to plot it in such a way that the values match the label. Currently, in the X Axis Settings, I see that Values are assigned sequent...

    csoon1 csoon1
    Discussions |
    May 23, 2025 4:13 PM
    567 views | 2 replies
  • Non-normal distributions in the Process Capability and Process Screening Platforms

    Hi all, I am writing a script to aid my team in analyzing process capabilities for many properties across a variety of products. It seems like the Process Capability and Process Screening platforms are the ideal way to do that, but I'm struggling to get those platforms to handle non-normal distributions. When I assign Distribution or Process Capability Distribution properties to a column, the plat...

    AndyWills AndyWills
    Discussions |
    May 23, 2025 5:24 AM
    1401 views | 2 replies
  • How to condense a table based on grouping columns?

    I have a table that looks like this: I want to condense the table and group by Serial, then Run so the table looks like this: Is there a Tables or Cols menu function I'm missing that can do this, or will it have to be accomplished with a script?

    JasonWS JasonWS
    Discussions |
    May 21, 2025 11:04 AM
    441 views | 1 replies
  • Power Point Reports: graphs build automation

    I'm looking for a way to automate PowerPoint report generation in JMP. Specifically, I want to:
    - Maintain the same data structure and create a reusable configuration or setting file that allows me to generate PPT reports automatically.
    - Avoid the repetitive task of copy/pasting graphs into the "Journal" and then manually building the report. I have the below questions:
    1. Does JMP's "Action Recordi...

    ciobanu_leonard ciobanu_leonard
    Discussions |
    May 19, 2025 1:19 AM
    663 views | 1 replies
  • How to find the σ value of a normal distribution using JSL?

    Thanks Experts! NamesDefaultToHere(1); dt = Open("$SAMPLE_DATA/Big Class.jmp"); obj = dt << Distribution(Column(:Weight)); obj << Fit Normal;

    lala lala
    Discussions |
    May 17, 2025 5:44 AM
    613 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
    557 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