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

  • Help: JMP Script: Coefficient calculation based on a column switcher selection

    Hello everyone,I need some help in order to adapt my P' chart of Laney for events. Below is my code: Firstly, I need to determine a z_KSigmaZ coefficient based on the Y1 column with these lines: z_yyy = Eval( {: "Y1" } ); z_xx = z_yyy[1] << get values; z_nnn = Eval( {:Nombre de seringues} ); z_nn = z_nnn[1] << get values; z_rrr = Eval( {:Numéro de lot} ); z_Proportion = E Div( z_xx, z_nn ); z_Pba...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 11, 2022 1:07 AM
    1287 views | 3 replies
  • Creating a column switcher - Script JMP

    Hello,I need some help in order to make a column switcher for a P' chart of Laney for events. Below is my code: Firstly, we need to determine a coefficient with these lines: z_yyy = Eval( {:"Y1"n} ); z_xx = z_yyy[1] << get values; z_nnn = Eval( {:N} ); z_nn = z_nnn[1] << get values; z_rrr = Eval( {:Numéro de lot} ); z_Proportion = E Div( z_xx, z_nn ); z_Pbar = V Sum( z_xx ) / V Sum( z_nn ); z_sig...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 11, 2022 12:18 AM
    3108 views | 8 replies
  • Date Calendar box

    I'm trying to make a jmp application that will run trends. I have two calendar boxes with a "From" and "To" date. When I click the "Run Script" button, I want to be able to use dates defined in the calendar boxes to select dates in my trend. How can I get the values from the calendar boxes to use in the script?    

    B1234 B1234
    Discussions |
    Apr 10, 2022 11:58 PM
    2738 views | 5 replies
  • How can I figure out and edit the Interpolation algorithm in 2D Contour plots?

    Hi everyone. I am recently started JMP user and I´m trying to generate 2D contour plots by using 2 different ways. The first way is from the graph builder menu and the second one is from the outside menu bar, as shown below: After generating results with both options for the same set of values, I got different output plots, with the highest difference at lowest value ranges, as shown below:   I gu...

    Bradley_Torres Bradley_Torres
    Discussions |
    Apr 10, 2022 1:56 PM
    2132 views | 3 replies
  • Design of complex DOE

    I am trying to figure out a way to run an experiment using JMP and I was hoping to get some feedback on how to construct one: a. I have a formulation of "n" componentsb. For some of the "n" components, I would like to investigate the impact of its property. For eg, I have a component "n1" and for this "n1" I have three levels of properties: "n1a, n1b and n1c".c. Under certain circumstances, the pr...

    color color
    Discussions |
    Apr 8, 2022 11:05 PM
    1110 views | 2 replies

Latest Discussions

  • Help: JMP Script: Coefficient calculation based on a column switcher selection

    Hello everyone,I need some help in order to adapt my P' chart of Laney for events. Below is my code: Firstly, I need to determine a z_KSigmaZ coefficient based on the Y1 column with these lines: z_yyy = Eval( {: "Y1" } ); z_xx = z_yyy[1] << get values; z_nnn = Eval( {:Nombre de seringues} ); z_nn = z_nnn[1] << get values; z_rrr = Eval( {:Numéro de lot} ); z_Proportion = E Div( z_xx, z_nn ); z_Pba...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 11, 2022 1:07 AM
    1287 views | 3 replies
  • Date Calendar box

    I'm trying to make a jmp application that will run trends. I have two calendar boxes with a "From" and "To" date. When I click the "Run Script" button, I want to be able to use dates defined in the calendar boxes to select dates in my trend. How can I get the values from the calendar boxes to use in the script?    

    B1234 B1234
    Discussions |
    Apr 10, 2022 11:58 PM
    2738 views | 5 replies
  • How can I figure out and edit the Interpolation algorithm in 2D Contour plots?

    Hi everyone. I am recently started JMP user and I´m trying to generate 2D contour plots by using 2 different ways. The first way is from the graph builder menu and the second one is from the outside menu bar, as shown below: After generating results with both options for the same set of values, I got different output plots, with the highest difference at lowest value ranges, as shown below:   I gu...

    Bradley_Torres Bradley_Torres
    Discussions |
    Apr 10, 2022 1:56 PM
    2132 views | 3 replies
  • Design of complex DOE

    I am trying to figure out a way to run an experiment using JMP and I was hoping to get some feedback on how to construct one: a. I have a formulation of "n" componentsb. For some of the "n" components, I would like to investigate the impact of its property. For eg, I have a component "n1" and for this "n1" I have three levels of properties: "n1a, n1b and n1c".c. Under certain circumstances, the pr...

    color color
    Discussions |
    Apr 8, 2022 11:05 PM
    1110 views | 2 replies
  • Script colonne CV pour une sous sélection du tableau

    Bonjour,   J'essaie de faire un script qui me permettrai d'obtenir le CV entre différentes données d'un même échnatillon. J'ai 3 échantillons différents, chacun avec 7 répétitions. Je dois faire le CV pour les 3 premières répétitions seulement, les autres me servant pour une autre étape. 
    Comment dois-je procéder? Je suis novice en script. Voilà ce que j'ai fait mais 2 soucis:
    - seule la première li...

    mgerusdurand mgerusdurand
    Discussions |
    Apr 5, 2022 12:38 PM
    1416 views | 2 replies

Latest Discussions

  • Setting Guardbands on Test Limits Using EMP

    Hello. I am trying to use the EMP tool to help set guardbands to my test limits based on my gauge R and R data from a final test machine.I used 10 devices and measured these devices 5 times each, across 5 different test sites on the machine.I need to know how much to guardband my Upper and Lower specs. I am having trouble understanding how to apply the data in the EMP report. I feel like this is a...

    Jbritsch04 Jbritsch04
    Discussions |
    Feb 2, 2022 8:49 AM
    908 views | 0 replies
  • JMP > GraphBuilder > Parallel Plots >River / Sankey Plots > Maximum Items?

    Hi JMP Community,   I just came across an odd behavior in GraphBuilder with the Parallel Plot > Sankey Plot. If I limit the input to a maximum of 66 rows, the plot looks good. However, if I bump the number of rows to 67 or more,the output is no longer useful: no annotations: Is there a trick to maintain the axis annotations as shown in the first plot? Thanks. Best, TS

    Thierry_S Thierry_S
    Discussions |
    Dec 9, 2021 3:30 PM
    3239 views | 0 replies
  • Permutation Tests and Monte Carlo Cross Validations Using the Simulation Platform

    I'm trying to do permutation tests and Monte Carlo Cross Validations with the Iris sample dataset as a MWE for our dataset. I'm not sure if I'm doing things and interpreting output correctly.   1) Create New Formula Column (Random->Sample Without Replacement) for the Species Column for Permutation Test. 2) Create a Validation Column (0.75/0.25 split) and a new Formula Column (Random->Sample Withou...

    mjmg mjmg
    Discussions |
    Dec 1, 2021 7:53 AM
    1009 views | 0 replies
  • Variability Chart Platform Factor Re-Insert Positions (Not Swapping)

    Hello JMP Community, I understand dragging between any two factors swaps the location pairs in the Variability Chart platform. Is there a way to drag to specifically re-insert the factors instead? For example, can I drag "Layout" between "Horizontal" and "Wafer ID" in the attached screenshot instead of performing multiple drags to have the intended result? I am aware I can do this reordering with ...

    Technician Technician
    Discussions |
    Oct 26, 2021 11:04 AM
    1326 views | 0 replies
  • Get (x & y) intercept values from linear fit of the linear region of a curve/data and store them in a new column

    I have JMP data table with data from several parts for which a Capacitance 'C' has been measured as a function of reverse voltage 'V' (0 to -5 V in -0.1V step). A plot of [1/C]^2 vs V has a linear part for small reverse bias (say from 0 V to -0.5V and data is available at 0, -0.1, -0.2, -03, -0.4 -0.5 V within this range). How to do a linear fit to the points between 0 to -5V for each part, extrac...

    Neo Neo
    Discussions |
    Oct 22, 2021 10:15 AM
    785 views | 0 replies
view all discussions