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

  • Update Table Matching Columns Based on List

    I'm using this simple update function to update a table based on the column matching below   dt << Update( With( dt_summary ), Match Columns( :DIE = :DIE, :RU = :RU, :NAME = :NAME, :TEST = :TEST ) ); However, sometime the input table has DIE, RU, NAME or TEST columns missing, so I would like to update this column matching criteria depending on the input table. I tried several methods that didn'...

    ClassDendrogram ClassDendrogram
    Discussions |
    Jan 6, 2026 2:15 PM
    33 views | 2 replies
  • Modify or Update an Add-in

    This may be a silly question, but I can't seem to find the answer online. I created an add-in, which is saved as a .jmpaddin file in a folder. The JSL scripts function as expected when calling them from the add-in. However, I made some modifications to the scripts, but they are not reflected when running them via the add-in, even after restarting JMP. I can't figure out how to open the add-in in e...

    ClassDendrogram ClassDendrogram
    Discussions |
    Jan 6, 2026 1:08 PM
    67 views | 4 replies
  • How to display dynamic Data Filter in JMP Live?

    We are currently using a custom UI for local setup, but now we want to have a similar setup on JMP Live. I realized that JMP Live doesn’t work with custom UIs. What options do I have to achieve the same or a similar result? The current UI filters and creates subsets in a specific format for the end user.   Is it possible, through Data Filter or some other method, to achieve the same functionality...

    OddsDeer284888 OddsDeer284888
    Discussions |
    Jan 6, 2026 11:50 AM
    777 views | 11 replies
  • How does JMP's Add‑In "Check for updates when JMP starts" actually work?

    I’m trying to understand how JMP handles add‑in updates. When installing an add‑in, there’s an option called "Check for updates when JMP starts." I assumed this meant JMP would detect a newer version of the same .jmpaddin file if I rebuilt it with a higher version number. However, JMP never prompts for an update, even when the version in addin.def is incremented. How is this feature supposed to w...

    OddsDeer284888 OddsDeer284888
    Discussions |
    Jan 6, 2026 7:14 AM
    119 views | 3 replies
  • Contour formula referencing block column

    Hi, I would like to get some help on troubleshooting the situation. I ran a mixture design with 3 factors, followed by augmentation with a new separate block. I then fitted the data from the initial mixture design and augmentation. Now, when I try to visualize contour on ternary plot by adding fitted formula to the 'Contour formula', I get the error message below.   This makes sense since the for...

    BJK_JerseyBoy BJK_JerseyBoy
    Discussions |
    Jan 6, 2026 7:11 AM
    148 views | 5 replies

Latest Discussions

  • Update Table Matching Columns Based on List

    I'm using this simple update function to update a table based on the column matching below   dt << Update( With( dt_summary ), Match Columns( :DIE = :DIE, :RU = :RU, :NAME = :NAME, :TEST = :TEST ) ); However, sometime the input table has DIE, RU, NAME or TEST columns missing, so I would like to update this column matching criteria depending on the input table. I tried several methods that didn'...

    ClassDendrogram ClassDendrogram
    Discussions |
    Jan 6, 2026 2:15 PM
    33 views | 2 replies
  • How to display dynamic Data Filter in JMP Live?

    We are currently using a custom UI for local setup, but now we want to have a similar setup on JMP Live. I realized that JMP Live doesn’t work with custom UIs. What options do I have to achieve the same or a similar result? The current UI filters and creates subsets in a specific format for the end user.   Is it possible, through Data Filter or some other method, to achieve the same functionality...

    OddsDeer284888 OddsDeer284888
    Discussions |
    Jan 6, 2026 11:50 AM
    777 views | 11 replies
  • How can this JSL be used to create this graphic?

    This is the code I wrote for the AI to view images, but I failed to add any text successfully.
    Thanks Experts! Names Default To Here( 1 ); // === 1. Data & Parameters === SolarTerms = { "夏至", "小暑", "大暑", "立秋", "处暑", "白露", "秋分", "寒露", "霜降", "立冬", "小雪", "大雪", "冬至", "小寒", "大寒", "立春", "雨水", "惊蛰", "春分", "清明", "谷雨", "立夏", "小满", "芒种" }; OuterRadius = 10; InnerRadius = OuterRadius / 2; T...

    lala lala
    Discussions |
    Jan 6, 2026 6:49 AM
    190 views | 8 replies
  • Viscosity evolution prediction (non linear platform)

    Hi all JMP user,  I am trying to use several JMP tools to model and predict oil ageing as a function of temperature. My model is calculated with the following equation: η(t) model =η∞+(η0−η∞) e−kt with k=Aexp⁡(−EaRT) In JMP, I defined η∞, A, and Ea as parameters (a, b, c), and I used the Nonlinear platform to estimate them by fitting the model to my viscosity measurements. I have a few questions...

    PepinLB PepinLB
    Discussions |
    Jan 6, 2026 5:30 AM
    195 views | 6 replies
  • Formatting elements in Graph Builder

    Hello - I'm going crazy because I can't figure out a way to change the number for decimals shown in my graph from 3 decimals to 2 decimal points. I have tried multiple menu options and I can't find an option to format R2 on the Line of Fit in graph builder. Can someone tell me how do I change the format so the graph shows ONLY 2 decimal point on the R2 and the formula prediction? See the JSL from ...

    beeker_g beeker_g
    Discussions |
    Jan 5, 2026 11:10 PM
    49 views | 1 replies

Latest Discussions

  • Mutidimensional scaling - data format

    I am trying to conduct a multidimensional scaling procedure using a set of multivariate data.  JMP provides a sample data "Flight Distance" which contains a triangular data of distances.  In this case each distance is one value, but the data I consider is like individual distances measured several times, each being slightly different.  My actual data consists of combinations of 10 variables, the d...

    PowerLlama654 PowerLlama654
    Discussions |
    Dec 26, 2025 7:45 AM
    84 views | 0 replies
  • JMP bug or alternate calculation in Life Distribution scale confidence limits?

    Dear JMP, I found a discrepancy between a JMP result and the result in the textbook you cite as a reference.  Is this a bug or does JMP use a different calculation than the textbook? JMP Pro 17.2.0 > Reliability and Survival > Life Distribution platform, fit to a Weibull, Wald confidence intervals > in the Parametric Estimate – Weibull section, all the numbers agree except the scale and Weibull ß ...

    scjphysicist scjphysicist
    Discussions |
    Dec 18, 2025 3:51 PM
    144 views | 0 replies
  • Need help with random errors on script start AFTER the previous run finished

    Never mind, I figured it out - one of the functions had Eval() which was evaluating right when script starts.   I am writing a simple GUI prototype: List of tables in a combo box, button to add\open table and Filter Col Box with column names of the currently selected table. Everything works on the first run - tables are switched, columns are displayed, combobox reacts to tables being added, closed...

    miguello miguello
    Discussions |
    Dec 15, 2025 10:40 AM
    353 views | 0 replies
  • Analyzing and Interpreting a Mixture of Mixtures Model

    I created a mixture of mixtures test plan. Now that the data are collected, I'm not sure how to interpret the results. Can I get help to verify that I designed the experiment correctly, and also walk me through how to interpret the results? I am studying the friction of asphalt surfaces, and specifically the effects of aggregate type, aggregate blend ratios on coarse and fine fractions, and asphal...

    bryantw bryantw
    Discussions |
    Dec 5, 2025 12:56 PM
    208 views | 0 replies
  • Bonferroni simultaneous confidence interval

       

    CurseOfDingo217 CurseOfDingo217
    Discussions |
    Dec 4, 2025 5:03 PM
    210 views | 0 replies
view all discussions