cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • [Graph Builder Legend] How to batch rename all the legend items label by JSL

    Hi all, I create a graph builder with legend, and all legend items starts with Mean(x1) Mean(x2) Mean(x3)... is it able to batch change all the legend label to just x1, x2, x3 ... I tried this way but didn't work. Thanks! server = gb << Get Legend Server; items = server << Get Legend Items; For( i = 1, i <= N Items( items[1] ), i++, legendmodelitem = items[1][i]; thelabel= legendmodelitem << get...

    Clanlope Clanlope
    Discussions |
    Sep 17, 2026 1:44 AM
    78 views | 1 replies
  • Request for JMP 18 Login and Usage Information

    Hi Team, Iam adim for the JMP unable to see manage software option in my.jmp.com Could you please provide the JMP 18 login information for each PMI license holder, along with the JMP usage details for all PMI users who have been assigned a JMP license? Specifically, I am looking for: The list of PMI users with JMP 18 licenses assignedUser login IDs/email addressesJMP usage information, including l...

    CurseOfCurveCat CurseOfCurveCat
    Discussions |
    Sep 16, 2026 11:23 AM
    235 views | 4 replies
  • Print Preview Header and Footer Scaling with Page

    Hi everyone,  I'm experiencing an issue with JMP 17.2.0. I am trying to save a JMP report as a PDF with headers and footers using the variables for window title, page number, page count, and current date. In Print Preview, when scaling the report to fit on one-page, the headers and footers seemingly scale inversely, getting bigger while the actual report content gets smaller. In the screenshot bel...

    Cathal Cathal
    Discussions |
    Sep 16, 2026 5:29 AM
    71 views | 0 replies
  • JMP 18 PMI license holder

    I require the login details for each PMI JMP 18 license holder, along with JMP usage information for all PMI users who have been assigned a JMP license.  

    CurseOfCurveCat CurseOfCurveCat
    Discussions |
    Sep 15, 2026 9:11 PM
    199 views | 3 replies
  • Statistical test for 2 optimums from DOE fitted model

    Hi JMP community,
    I have a 48-run DOE with 3 continuous factors, each with 3 levels, and 1 categorical factor, call it material, with 2 levels. I am interested in maximizing my response, let's call it yield, for both material 1 and material 2. Not only do I have strong reason to believe that the 2 materials will produce different yields, but that their response surfaces will be different. Therefor...

    rcast15 rcast15
    Discussions |
    Sep 15, 2026 10:52 AM
    105 views | 1 replies

Latest Discussions

  • [Graph Builder Legend] How to batch rename all the legend items label by JSL

    Hi all, I create a graph builder with legend, and all legend items starts with Mean(x1) Mean(x2) Mean(x3)... is it able to batch change all the legend label to just x1, x2, x3 ... I tried this way but didn't work. Thanks! server = gb << Get Legend Server; items = server << Get Legend Items; For( i = 1, i <= N Items( items[1] ), i++, legendmodelitem = items[1][i]; thelabel= legendmodelitem << get...

    Clanlope Clanlope
    Discussions |
    Sep 17, 2026 1:44 AM
    78 views | 1 replies
  • Request for JMP 18 Login and Usage Information

    Hi Team, Iam adim for the JMP unable to see manage software option in my.jmp.com Could you please provide the JMP 18 login information for each PMI license holder, along with the JMP usage details for all PMI users who have been assigned a JMP license? Specifically, I am looking for: The list of PMI users with JMP 18 licenses assignedUser login IDs/email addressesJMP usage information, including l...

    CurseOfCurveCat CurseOfCurveCat
    Discussions |
    Sep 16, 2026 11:23 AM
    235 views | 4 replies
  • Print Preview Header and Footer Scaling with Page

    Hi everyone,  I'm experiencing an issue with JMP 17.2.0. I am trying to save a JMP report as a PDF with headers and footers using the variables for window title, page number, page count, and current date. In Print Preview, when scaling the report to fit on one-page, the headers and footers seemingly scale inversely, getting bigger while the actual report content gets smaller. In the screenshot bel...

    Cathal Cathal
    Discussions |
    Sep 16, 2026 5:29 AM
    71 views | 0 replies
  • JMP 18 PMI license holder

    I require the login details for each PMI JMP 18 license holder, along with JMP usage information for all PMI users who have been assigned a JMP license.  

    CurseOfCurveCat CurseOfCurveCat
    Discussions |
    Sep 15, 2026 9:11 PM
    199 views | 3 replies
  • Custom test using a estimate that is not included, except in the expanded estimates

    In "Fit Model" Standard Least Squares, I would like to do planned comparisons involving a continuous variable.  The Custom Test would seem to be ideal, except that it does not include all the estimates (so as to not overfit). However, some of my planned comparisons involve the estimate that is not included in the custom test dialog (some do not). While expanded estimates shows the value, it is not...

    ResponseRules56 ResponseRules56
    Discussions |
    Sep 9, 2026 2:23 AM
    121 views | 1 replies

Latest Discussions

  • Print Preview Header and Footer Scaling with Page

    Hi everyone,  I'm experiencing an issue with JMP 17.2.0. I am trying to save a JMP report as a PDF with headers and footers using the variables for window title, page number, page count, and current date. In Print Preview, when scaling the report to fit on one-page, the headers and footers seemingly scale inversely, getting bigger while the actual report content gets smaller. In the screenshot bel...

    Cathal Cathal
    Discussions |
    Sep 16, 2026 5:29 AM
    71 views | 0 replies
  • Logistic Regression Diagnostics in Generalized Linear Model with Firth Bias Adjustment

    I am looking for guidance on how to perform diagnostics (model fit, model form, assumptions, outliers) of logistic regression models created using the fit model generalized linear model personality. The generalized linear model personality must be used in this case because the data has small sample sizes and complete separation. The only diagnostic plots available in the generalized linear model p...

    rbreuer rbreuer
    Discussions |
    Aug 19, 2026 1:29 PM
    190 views | 0 replies
  • Mass Production of JSL Code Generation via JMP Python Integration Using NVIDIA's Free API (DeepSeek V4 Pro)

    Hey everyone,
    I wanted to share a highly efficient workflow I've developed that bridges JMP's data manipulation capabilities​ with the power of NVIDIA's latest AI models​ running on their free API platform (NIM).
    The core idea is to automate the generation of executable Python/JSL scripts directly within JMP, effectively creating a "content factory" for data analysis tasks.
    The Technical Workflow:
    Dat...

    lala lala
    Discussions |
    Jul 31, 2026 8:37 PM
    221 views | 0 replies
  • PLS2 NIPALS Root Mean Square PRESS

    1.  How to get PRESS values in JMP when using PLS2 NIPALS and Leave out One data ? 2.  When finding RMS PRESS using hand written code I get matching answers for toy problems using (n-1)*k as averaging factor where n is no. of observations and y is number of responses.   3.  But in large problems like Baltic or Gasoline the RMS PRESS was not matching with handwritten code.   But coefficients of the...

    MarginOfWildcat MarginOfWildcat
    Discussions |
    Jul 16, 2026 8:47 AM
    208 views | 0 replies
  • SPC: Run test 2

    The customised run test2, can be customised from 7 to 11, say you set it to 7 and you have 7 + another 11 points all below the centerline why does the process screen function.  Why does it

    1) Record 11 as the number of alarms, where in fact there is only 1 single stepchange
    2) Surely it shoud just record 1, as there is only 1 stepchange that affect 7+11 points.  You are not goin to ivestigate all 18...

    Gadsdon Gadsdon
    Discussions |
    Jun 17, 2026 7:18 AM
    438 views | 0 replies
view all discussions