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

  • [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 9:52 PM
    41 views | 2 replies
  • 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
    40 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
    79 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
    124 views | 3 replies

Latest Discussions

  • [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 9:52 PM
    41 views | 2 replies
  • 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
    40 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
    196 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
    213 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