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 5, 2026 8:38 PM
    5 views | 0 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 5, 2026 8:19 PM
    13 views | 1 replies
  • COM attributes for JMP

    Hi guys, currently I write python to run the jsl code by using RunCommand like below:

    import win32com
    jmp = win32com.client.Dispatch("JMP.Application")
    jmp.RunCommand('SHOW("Hi");')
    print(jmp.GetLogContents) I am wondering if there any docs or records that I can read to find other COM attributes for JMP like OpenDoucument, CreateOneWay I tried searching but few info was found. thanks!

    Clanlope Clanlope
    Discussions |
    Jan 5, 2026 1:36 PM
    191 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 5, 2026 1:25 PM
    741 views | 10 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 1:09 PM
    16 views | 0 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 5, 2026 8:38 PM
    5 views | 0 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 5, 2026 8:19 PM
    13 views | 1 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 5, 2026 1:25 PM
    741 views | 10 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 1:09 PM
    16 views | 0 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 5, 2026 12:00 PM
    125 views | 5 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 5, 2026 8:38 PM
    5 views | 0 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 1:09 PM
    16 views | 0 replies
  • 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
    82 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
    139 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
    346 views | 0 replies
view all discussions