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
    82 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
    45 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
    66 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
    108 views | 4 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
    148 views | 3 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
    45 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
    66 views | 3 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
    228 views | 8 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
    67 views | 1 replies
  • Script to swap positions of a column from one graph builder drop zone to another

    Hey everyone, I was wondering if we can script the ability to move a column from one panel element to another in graph builder easily.  If it is a simple graph then just dragging columns around is easy enough, but if the chart gets really large and you can't see all the possible drop zones then it gets cumbersome to have to try and wait for the screen to scroll to where you want to go.  As an exam...

    shampton82 shampton82
    Discussions |
    Jan 3, 2026 9:28 AM
    125 views | 3 replies

Latest Discussions

  • 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
    151 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
    365 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
    211 views | 0 replies
  • Bonferroni simultaneous confidence interval

       

    CurseOfDingo217 CurseOfDingo217
    Discussions |
    Dec 4, 2025 5:03 PM
    214 views | 0 replies
  • Calculating the missing values in AHP matrix

    Calculating the missing values in AHP matrix I have an incomplete AHP matrix, and I want to define the missing data using JMP, which method of screening values do you advice me to use, normal imputation,  SVD imputation, or RPCA imputation. My second question as one part of the AHP matrix is equal to 1 divided on the second part. How can I tell JMP that to screen only the half of missed value whic...

    NoSQLPlotPanda4 NoSQLPlotPanda4
    Discussions |
    Nov 16, 2025 10:48 PM
    329 views | 0 replies
view all discussions