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

  • Tabulate Capacity Issues

    Hi all,   I'm running into an issue with one of my yield analysis scripts. The goal is to get a yield by test across temperature table. This script has worked very well in the past, but as products have gotten more complex we are now collecting more data than ever before. I'm seeing that the tabulate window stops populating data that should be there after row 10922. Do you know why this is or if t...

    MichaelO MichaelO
    Discussions |
    May 29, 2025 2:52 PM
    1382 views | 7 replies
  • Send label position "opposite" to certain reference lines in an axis box using JSL

    Howdy,   On JMP Pro 17.2.0, I am using << Add Ref Line commands in a For loop and would like the first 3 ref line labels to display on the opposite axis. I have tried notations such as,   rpVarPlots1[i][AxisBox( 1 )] << Add Ref line( rUCL[i], "Solid", "Purple", "UCL=" || Char( rUCL[i] ), 1, Label Position("Opposite) );   rpVarPlots1[i][AxisBox( 1 )] << Add Ref line( rUCL[i], "Solid", "Purple", "UC...

    codisanders codisanders
    Discussions |
    May 28, 2025 4:23 PM
    698 views | 2 replies
  • Removing 5th percentile from a dataset

    Does anyone have a jsl snippet of code that can remove the 5th percentile from a dataset? I've tried using the table summary.
    Might be able to do it with the distribution chart.

    aharro aharro
    Discussions |
    May 26, 2025 12:23 AM
    661 views | 2 replies
  • Help to put specs on a bivariate plot with grouping variables

      Hello, I’ll use Big Class as an example of what Im trying to do. Let’s say I want to plot weight (Y) vs height (X) , using age and sex as BY variables. But in my case, I cannot predict how many levels the BY variables will have.  For each bivariate plot, I fit a line. I want to add vertical reference lines at the lower and upper spec limits of “height”, and horizontal reference lines at the lowe...

    Karen1 Karen1
    Discussions |
    May 25, 2025 4:43 AM
    569 views | 2 replies
  • Y-axis auto-scaling on Graph Builder plot cuts off spec limit

    When generating a plot in Graph Builder, it does a good job of autoscaling the Y-axis to the outermost data points.  However, this doesn't consider the spec limit values, which are generally outside of the outermost data.  So a spec limit may not be visible.   Is there a setting, button, method, or, (preferably), a simple JSL way of getting the Y-axis scaling to default to the outermost of data & ...

    SteveTerry SteveTerry
    Discussions |
    May 23, 2025 10:05 PM
    973 views | 3 replies

Latest Discussions

  • Removing 5th percentile from a dataset

    Does anyone have a jsl snippet of code that can remove the 5th percentile from a dataset? I've tried using the table summary.
    Might be able to do it with the distribution chart.

    aharro aharro
    Discussions |
    May 26, 2025 12:23 AM
    661 views | 2 replies
  • Help to put specs on a bivariate plot with grouping variables

      Hello, I’ll use Big Class as an example of what Im trying to do. Let’s say I want to plot weight (Y) vs height (X) , using age and sex as BY variables. But in my case, I cannot predict how many levels the BY variables will have.  For each bivariate plot, I fit a line. I want to add vertical reference lines at the lower and upper spec limits of “height”, and horizontal reference lines at the lowe...

    Karen1 Karen1
    Discussions |
    May 25, 2025 4:43 AM
    569 views | 2 replies
  • Y-axis auto-scaling on Graph Builder plot cuts off spec limit

    When generating a plot in Graph Builder, it does a good job of autoscaling the Y-axis to the outermost data points.  However, this doesn't consider the spec limit values, which are generally outside of the outermost data.  So a spec limit may not be visible.   Is there a setting, button, method, or, (preferably), a simple JSL way of getting the Y-axis scaling to default to the outermost of data & ...

    SteveTerry SteveTerry
    Discussions |
    May 23, 2025 10:05 PM
    973 views | 3 replies
  • 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
    1400 views | 2 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