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

  • Best practices for error handling with Include() calls in large JSL projects?

    I'm working on a large JSL project that uses many Include() calls to organize the code. I've run into an issue where if one of the included scripts fails, the main script continues executing, which can lead to cascading errors or unexpected behavior. Currently, I'm considering restructuring my includes to only contain function definitions rather than executable code. The idea is that if an include...

    shuey shuey
    Discussions |
    Jan 12, 2026 4:07 AM
    38 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 12, 2026 3:25 AM
    972 views | 15 replies
  • Subplots with different sizes?

    Is it possible to generate this plot in Jmp?

    hogi hogi
    Discussions |
    Jan 12, 2026 1:48 AM
    3528 views | 5 replies
  • How to run program with whitespaces in path

    Dear community, I want to zip files in current directory on win10 with JMP, so I use run program() and cmd or powershell.  But with onedrive there are whitspaces in my path, how can I get it working? Have found: https://community.jmp.com/t5/Discussions/Open-file-in-excel-with-whitespace-in-filename/m-p/911999?search-action-id=96030372702&search-result-uid=911999 in usergroup, but didn't help me. T...

    Georg Georg
    Discussions |
    Jan 12, 2026 12:18 AM
    47 views | 1 replies
  • Journal: JSL block

    How can I add a Block with JSL code (like in a JMP notebook) to a Journal ?

     

    hogi hogi
    Discussions |
    Jan 10, 2026 10:27 AM
    59 views | 3 replies

Latest Discussions

  • Best practices for error handling with Include() calls in large JSL projects?

    I'm working on a large JSL project that uses many Include() calls to organize the code. I've run into an issue where if one of the included scripts fails, the main script continues executing, which can lead to cascading errors or unexpected behavior. Currently, I'm considering restructuring my includes to only contain function definitions rather than executable code. The idea is that if an include...

    shuey shuey
    Discussions |
    Jan 12, 2026 4:07 AM
    38 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 12, 2026 3:25 AM
    972 views | 15 replies
  • How to run program with whitespaces in path

    Dear community, I want to zip files in current directory on win10 with JMP, so I use run program() and cmd or powershell.  But with onedrive there are whitspaces in my path, how can I get it working? Have found: https://community.jmp.com/t5/Discussions/Open-file-in-excel-with-whitespace-in-filename/m-p/911999?search-action-id=96030372702&search-result-uid=911999 in usergroup, but didn't help me. T...

    Georg Georg
    Discussions |
    Jan 12, 2026 12:18 AM
    47 views | 1 replies
  • Some Questions about "Style" in Graph Builder

    1)  When I use Style as Overlay encoding, how can I specify the "Theme" of the markers, e.g. to use hollow or markers?
    [similar to the Graph Marker Theme setting in the Preferences]   dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" ); Graph Builder( Size( 398, 333 ), Show Control Panel( 0 ), Graph Spacing( 4 ), Variables( X( :height ), Y( :weight ), Overlay( :age, Overlay Encoding( "Style" ) ...

    hogi hogi
    Discussions |
    Jan 10, 2026 4:52 AM
    83 views | 1 replies
  • How to achieve the effect of the cursor pointing to the displayed content on a web page using JSL in JMP?

    Thanks Experts!


    http://worldmap.ifnews.com/chinamap/china/fmap h = [=>]; h["User-Agent"] = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"; h["Accept"] = "application/json, text/javascript, */*; q=0.01"; h["Referer"] = "http://worldmap.ifnews.com/chinamap/china/fmap"; h["X-Requested-With"] = "XMLHttpRequest"; u = "http://worldmap.if...

    lala lala
    Discussions |
    Jan 10, 2026 4:28 AM
    120 views | 6 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
    179 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
    414 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
    233 views | 0 replies
  • Bonferroni simultaneous confidence interval

       

    CurseOfDingo217 CurseOfDingo217
    Discussions |
    Dec 4, 2025 5:03 PM
    241 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
    344 views | 0 replies
view all discussions