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 11:33 PM
    57 views | 4 replies
  • Non-communicative data filter after sorting rows

    I have a window with a dynamic data filter. The filter is used to distill a table down before going to an external python function for post processing. The filter dynamically updates well when deleting rows. However, if I sort the rows in my data table by certain column values it seems like the table is disconnected /non-communicative with the window since changing the filter no longer triggers a ...

    ClassDendrogram ClassDendrogram
    Discussions |
    Jan 6, 2026 11:30 PM
    17 views | 2 replies
  • [Graph Builder] Element property setting not saved on the JSL

    Dear all, I would like to create a graph with multi Y with both left and right, and I want to set transparent to the bars on the left side only this JSL works but once I manually modified the graph and then click save as script, the transparent setting is gone. is anybody aware why and how to achieve this? thanks! df = Current Data Table(); cols = df << Get Column Names( String ); gb = Graph Buil...

    Clanlope Clanlope
    Discussions |
    Jan 6, 2026 11:15 PM
    50 views | 3 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
    84 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
    779 views | 11 replies

Latest Discussions

  • Non-communicative data filter after sorting rows

    I have a window with a dynamic data filter. The filter is used to distill a table down before going to an external python function for post processing. The filter dynamically updates well when deleting rows. However, if I sort the rows in my data table by certain column values it seems like the table is disconnected /non-communicative with the window since changing the filter no longer triggers a ...

    ClassDendrogram ClassDendrogram
    Discussions |
    Jan 6, 2026 11:30 PM
    17 views | 2 replies
  • [Graph Builder] Element property setting not saved on the JSL

    Dear all, I would like to create a graph with multi Y with both left and right, and I want to set transparent to the bars on the left side only this JSL works but once I manually modified the graph and then click save as script, the transparent setting is gone. is anybody aware why and how to achieve this? thanks! df = Current Data Table(); cols = df << Get Column Names( String ); gb = Graph Buil...

    Clanlope Clanlope
    Discussions |
    Jan 6, 2026 11:15 PM
    50 views | 3 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
    779 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
    215 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
    214 views | 6 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
    86 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
    146 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
    358 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
    209 views | 0 replies
  • Bonferroni simultaneous confidence interval

       

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