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

  • Eval Expr not working

    Always confused by this one.  I created this formula based on one that worked previously.   // Get the current data table dt = Current Data Table(); colNames = dt << get column names( continuous, string ); // Loop through all columns For each( {col}, colNames, Eval( Eval Expr( New Column( Expr( col ) || "_Gouge", Numeric, "Continuous", Format( "Best", 10 ), Formula( (Mean( As ...

    SpannerHead SpannerHead
    Discussions |
    Mar 12, 2026 2:45 PM
    269 views | 3 replies
  • Normal Probability Plot with group of data

    Hi everyone, I would like to reproduce the type of plot shown in the attached figure.
    The graph displays multiple datasets overlaid on a Normal Probability (Probit) scale on the Y‑axis, with each group shown using different marker colors and shapes. Could you please advise which JMP platform(s) and workflow are best suited to generate such a graph? More specifically, I would like to know: Which JM...

    MomentHorse550 MomentHorse550
    Discussions |
    Mar 12, 2026 2:30 PM
    456 views | 4 replies
  • Axis label of distribution platform

    Hi all,   I am using JMP19, how can I get it to always show as a label the column name for which I am doing the distribution on the axis?   Regards, Valeria

    ValeriaJMP ValeriaJMP
    Discussions |
    Mar 12, 2026 8:29 AM
    164 views | 1 replies
  • Average the first 100 rows and the last 100 rows of a JMP column.

    I have a noisy curve where I need to take average of the extremes and compare to the minimum value.  Thought this would work but doesn't. Col Mean( :Column_Name W[Index( 1, 100 )] ) + Col Mean( :Column_Name[N Rows() - 99 :: N Rows()] ) / 2

    SpannerHead SpannerHead
    Discussions |
    Mar 12, 2026 8:28 AM
    269 views | 3 replies
  • Auto-Update

    When I installed an AddIn that I downloaded from the JMP Marketplace, and I activated the Auto-Update", will JMP check the Marketplace and trigger an update, when the AddIn gets updated?

    hogi hogi
    Discussions |
    Mar 12, 2026 7:18 AM
    170 views | 1 replies

Latest Discussions

Latest Discussions

  • Saving Confidence/Prediction Limit for Model With Nested Effects

    Hi, Does anyone know why you cannot save confidence/prediction limit formulas for a model that contains nested effects? Is there any way around this? Robert

    rcast15 rcast15
    Discussions |
    Mar 10, 2026 8:03 AM
    172 views | 0 replies
  • 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
    190 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
    210 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
    152 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
    266 views | 0 replies
view all discussions