cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Multiple Series Stack not working properly in JMP Pro 19.3

    Hi, I’m having an issue with the Multiple Series Stack option.
    When I activate this setting, the number of stacking columns does not update or change. Could you please advise what might be causing this or how to resolve it?  

    Tatjana-MKS Tatjana-MKS
    Discussions |
    Aug 4, 2026 10:51 AM
    315 views | 1 replies
  • Overlaid Control Charts

    I have a data set of 40 samples, each measured using two instruments.  I would like a single Individuals Control Chart with both variables on the same Y-axis.  But the Control Chart Builder only allows for a single Y variable.  I've tried overlaying both using scripts without success.

    chris_rigdon chris_rigdon
    Discussions |
    Aug 4, 2026 7:34 AM
    78 views | 4 replies
  • Count number of unique items in column that meet some criteria

    Suppose in "Big Class" I'd like a formula that counts the number of unique names of people at or less than the height of the person in the current row.  How can I do that? I have this: thisHeight = :height;
    Col N Unique( :name, :height <= thisHeight ); I realize the second parameter is the grouping parameter, and it's more intuitive to try to constrain what gets passed into the first parameter, but...

    BHarris BHarris
    Discussions |
    Aug 4, 2026 5:24 AM
    226 views | 11 replies
  • How do I set up a constraint when using Bayesian Optimization?

    Hi, I have been evaluating the Bayesian Optimization platform with some success.   In order to run trials quickly I have been using SigmaZones's virtual catapult         Six Sigma Virtual Catapult - SigmaZone BO was very efficient in achieving the targets set in the exercises for up to 4 input factors (9 total runs from a 4-factor experiment).   I attempted to evaluate performance using 5 factors ...

    jpol jpol
    Discussions |
    Aug 3, 2026 4:44 PM
    3431 views | 11 replies
  • Intégrer une estimation initiale (heuristic) dans un modèle prédictif (machine learning)

    J’essaie de développer un outil que j’appelle Blend Search. Il fonctionne OK, mais j’imagine une amélioration que je ne sais pas encore réaliser techniquement.. Ce que fait Blend Search :
    >> input est une collection de composants avec leurs propriétés
    >> génération d’une matrice de compositions
    >> application de heuristics (modèles simples) pour calculer les propriétés des blends
    >> application d’un ...

    RikkiTikkiTavi RikkiTikkiTavi
    Discussions |
    Aug 3, 2026 10:25 AM
    142 views | 3 replies

Latest Discussions

  • Multiple Series Stack not working properly in JMP Pro 19.3

    Hi, I’m having an issue with the Multiple Series Stack option.
    When I activate this setting, the number of stacking columns does not update or change. Could you please advise what might be causing this or how to resolve it?  

    Tatjana-MKS Tatjana-MKS
    Discussions |
    Aug 4, 2026 10:51 AM
    315 views | 1 replies
  • Overlaid Control Charts

    I have a data set of 40 samples, each measured using two instruments.  I would like a single Individuals Control Chart with both variables on the same Y-axis.  But the Control Chart Builder only allows for a single Y variable.  I've tried overlaying both using scripts without success.

    chris_rigdon chris_rigdon
    Discussions |
    Aug 4, 2026 7:34 AM
    78 views | 4 replies
  • Count number of unique items in column that meet some criteria

    Suppose in "Big Class" I'd like a formula that counts the number of unique names of people at or less than the height of the person in the current row.  How can I do that? I have this: thisHeight = :height;
    Col N Unique( :name, :height <= thisHeight ); I realize the second parameter is the grouping parameter, and it's more intuitive to try to constrain what gets passed into the first parameter, but...

    BHarris BHarris
    Discussions |
    Aug 4, 2026 5:24 AM
    226 views | 11 replies
  • Intégrer une estimation initiale (heuristic) dans un modèle prédictif (machine learning)

    J’essaie de développer un outil que j’appelle Blend Search. Il fonctionne OK, mais j’imagine une amélioration que je ne sais pas encore réaliser techniquement.. Ce que fait Blend Search :
    >> input est une collection de composants avec leurs propriétés
    >> génération d’une matrice de compositions
    >> application de heuristics (modèles simples) pour calculer les propriétés des blends
    >> application d’un ...

    RikkiTikkiTavi RikkiTikkiTavi
    Discussions |
    Aug 3, 2026 10:25 AM
    142 views | 3 replies
  • Query Regarding Tornado Plot Availability in JMP Student Version

    I am using the JMP Student Version and would like to create a Tornado Plot (similar to the example in the attached document) to rank variables by their impact as part of a sensitivity analysis. I have already generated the Profiler graph, but I cannot find any option under the Profiler red triangle to produce a Tornado Plot. Could you advise how this can be done in the Student Version of JMP?

    Madhu_Acharyya Madhu_Acharyya
    Discussions |
    Aug 3, 2026 3:19 AM
    59 views | 1 replies

Latest Discussions

  • 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
    56 views | 0 replies
  • Can Scatterplot Matrix be used to identify the optimal region?

    I generated an Output Random Table (10,000 runs) from the Prediction Profiler and then used the resulting data to create a Scatterplot Matrix with the Nonpar Density option enabled. By applying a Local Data Filter to the Scatterplot Matrix to screen for the most desirable response regions, would this approach provide an effective indication of the optimal operating region?

    erichujh erichujh
    Discussions |
    Jul 30, 2026 2:43 AM
    61 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
    86 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
    361 views | 0 replies
  • JMP Live Event Queue Freeze - Jobs Stalling and Event Queue Backlog

    Our company uses JMP Live, version 19.0.2 We make use of JMP Live's event scheduler to automatically refresh reports via SQL queries. Typically our data refresh jobs <1 minute to complete with a handful that take 2-3 minutes at most.  However, at least once a week, our scheduled refresh pool becomes "stuck". Data refreshes and reports which usually take seconds to complete instead stay active in t...

    MetaParrot539 MetaParrot539
    Discussions |
    Jun 9, 2026 7:55 AM
    469 views | 0 replies
view all discussions