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

  • 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
    3106 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
    2732 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
    2130 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
    1109 views | 2 replies
  • Issue when doing if a list contains str from a list: return with wrong list

    I want to get a list of files that contain str from another list, but the return is empty. What did I do wrong? Can someone advise? Below is my script. filelist = Files In Directory( path ); //filelist={"123_123_1_acdr.csv", "234_113_100_rqtfgy.csv", "53_1243_12_qqwed.csv", "6_12378_23_rty.csv"} lst1 = {"234_113_100", "53_1243_12"}; lst2 = {}; For( i = 1, i <= N Items( filelist ), i++, If( Con...

    dadawasozo dadawasozo
    Discussions |
    Apr 8, 2022 3:53 PM
    1496 views | 3 replies

Latest Discussions

  • 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
    2732 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
    2130 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
    1109 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
  • Nested MSA question

    Hi All, I have a question about Nested MSA. I need to understand what is the Part-to-part variation and the measurement system variation. But...The parts are destroyed once measure by the said machineThere is some variation in every part and the measurement system in question is the only one that can measure itWe know the measurement system is not stableSo, how can I calculate if there is a system...

    vipul vipul
    Discussions |
    Apr 4, 2022 8:13 AM
    3428 views | 3 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
    907 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
    1325 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