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

  • Surface Plot resets between filter selections

    This is a new bug, or at lease JMP never behaved like this before.

    I set up a surface plot of an average of individuals and adjust the viewing angle to show relevant features of the surface. 
    I have a local filter selecting for individuals, when I click on the individual 1, looks great, click on individual 2, looks great, click on individual 3, it completely resets the view - losing the "apples to a...

    CG2 CG2
    Discussions |
    Mar 9, 2026 12:23 PM
    194 views | 0 replies
  • Add vertical lines to Graph Builder in H List Box

    Hi,

    I want to put several graphs in a single plot and use the Graph Builder together with V List Box and H List Box. I want to add vertical lines to the plots. I found the example by @jthi, however I get problems as soon as there a several plots.

    The example below works with a single plot, but when I uncomment the second plot, I get an additional axis between the plots (see below). How can I fix tha...

    matthias_bruchh matthias_bruchh
    Discussions |
    Mar 7, 2026 11:04 PM
    311 views | 3 replies
  • How to 'Save Best Transformation' in "Box-Cox Transformations" using JSL.

    I need to save best transformation in the table using JSL. How can I achieve that?    Names Default To Here( 1 ); dt = Current Data Table(); // 1. Column Selection dlg = Column Dialog( colList = Col List( "Select Test Column", Max Col( 1 ) ) ); If( dlg["Button"] == -1, Throw( "User cancelled" ) ); selectedColList = dlg["colList"]; col = Column( dt, selectedColList ); // 2. Run Fit Model to ac...

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Mar 6, 2026 10:07 PM
    209 views | 1 replies
  • Mixed Model and Multiple Comparisons

    My study looked at whether begging calls differed between 5 bird species. After recording each individual, I chose 5-10 begging calls to measure from the individual. Thus, I am using a Mixed Model with ID as my random effect and Species as my fixed effect. I need to run multiple comparisons to determine which pairs of species' calls differed. The JMP manual for running multiple comparisons in a Mi...

    IndependentHare IndependentHare
    Discussions |
    Mar 5, 2026 1:03 AM
    231 views | 1 replies
  • EMP GRR : AIAG reproducability

    using ANOVA from Fit Model and then GRR EMP + AIAG GRR , we are matching the Within Repeatability Variance and Part to Part Variance but :   the Reproducability Variance is expected to be zero ( actually it was negative )    Can we get help to understand from where the Reproducability Var component is worked out ?   Please use the truncated data in the files   

    carloaz carloaz
    Discussions |
    Mar 4, 2026 7:32 PM
    1732 views | 11 replies

Latest Discussions

  • Surface Plot resets between filter selections

    This is a new bug, or at lease JMP never behaved like this before.

    I set up a surface plot of an average of individuals and adjust the viewing angle to show relevant features of the surface. 
    I have a local filter selecting for individuals, when I click on the individual 1, looks great, click on individual 2, looks great, click on individual 3, it completely resets the view - losing the "apples to a...

    CG2 CG2
    Discussions |
    Mar 9, 2026 12:23 PM
    194 views | 0 replies
  • Mixed Model and Multiple Comparisons

    My study looked at whether begging calls differed between 5 bird species. After recording each individual, I chose 5-10 begging calls to measure from the individual. Thus, I am using a Mixed Model with ID as my random effect and Species as my fixed effect. I need to run multiple comparisons to determine which pairs of species' calls differed. The JMP manual for running multiple comparisons in a Mi...

    IndependentHare IndependentHare
    Discussions |
    Mar 5, 2026 1:03 AM
    231 views | 1 replies
  • Is there a way I can refresh the 'Source' data without it launching a new table? Or is it possible for the saved scripts to get carried over into the new table?

    Is there a way I can refresh the 'Source' data without it launching a new table? Or is it possible for the saved scripts to get carried over into the new table? I have set up a template to monitor our processes. The data table is linked to a sharepoint file that is a living document that will be updated on occasion.  The goal was to never have to manually copy / import anything into jmp but have a...

    LambdaErmine807 LambdaErmine807
    Discussions |
    Mar 3, 2026 11:57 AM
    582 views | 4 replies
  • How to make Uppercase, Regex and Contain function efficient?

    I have a script to that takes user input and scanned through the entire table and tag the user input in the new column. I have tables with >10M rows and this script is taking few minutes. How can I make it faster? Thanks in advance.  // Capture the start time start_time = Tick Seconds(); // --- Setup & guards --- dt = Current Data Table(); If( Is Empty( dt ), Throw( "No active data table." )); ...

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Mar 3, 2026 6:47 AM
    400 views | 3 replies
  • JMP 19.0.4 Windows > How Do I Convert JMP 17 script that include R functions (some deprecated)

    Hi, I have a couple of simple scripts that call R functions I created in JMP 17. I upgraded JMP to its latest version (19.0.4), and these scripts no longer work. The documentation is a bit thin about the integration of R into the Python environment, so your help would be highly appreciated. Names default to here (1); dt = current data table (); nw = New Window ("ENSEMBL_ID COLUMN SELECTION", <...

    Thierry_S Thierry_S
    Discussions |
    Mar 2, 2026 9:20 AM
    316 views | 3 replies

Latest Discussions

  • Surface Plot resets between filter selections

    This is a new bug, or at lease JMP never behaved like this before.

    I set up a surface plot of an average of individuals and adjust the viewing angle to show relevant features of the surface. 
    I have a local filter selecting for individuals, when I click on the individual 1, looks great, click on individual 2, looks great, click on individual 3, it completely resets the view - losing the "apples to a...

    CG2 CG2
    Discussions |
    Mar 9, 2026 12:23 PM
    194 views | 0 replies
  • JMP Window ordering and confusion

    How do I get newly opened JMP files to appear as the top window in my apps. How many times have I mistaken the newly opened for the currently opened. Very, VERY annoying.

    EQ_Engineer EQ_Engineer
    Discussions |
    Feb 26, 2026 2:44 PM
    214 views | 0 replies
  • Color Coding Categorical Report

    When I create a Categorical Report to look at data, I would LOVE if the "Total"/"Total Responses" line could be bold or in a different color to easily stand out. Is this possible to do?

    BackwardWords96 BackwardWords96
    Discussions |
    Feb 19, 2026 10:36 AM
    156 views | 0 replies
  • string - or function

    In a code, the coding for the expression handling was wrong and produced a surprising result.

    I reduced it to an interaction between "x()" [inside Variables (x(:column))] and a variable x.   an example: x= "hello"; type(x); // -> string X(5) // -> "hello"   After defining a variable x, I can use it as a function x(...) - with an arbitrary argument
    ...  and JMP will return the content of x.   someho...

    hogi hogi
    Discussions |
    Jan 28, 2026 3:59 AM
    269 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
    1077 views | 0 replies
view all discussions