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 Histogram Label Size

    Hello! Is there a way to change the size of the label on a histogram created in graph builder?  For example, with the "Little Pond" dataset, I created a histogram using column "Z" and then selected "percents".  I want to increase the size of the percents.  Circled below.   Thanks!

    Kemable Kemable
    Discussions |
    Mar 12, 2026 2:50 PM
    2039 views | 4 replies
  • 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

Latest Discussions

  • Graph Builder Histogram Label Size

    Hello! Is there a way to change the size of the label on a histogram created in graph builder?  For example, with the "Little Pond" dataset, I created a histogram using column "Z" and then selected "percents".  I want to increase the size of the percents.  Circled below.   Thanks!

    Kemable Kemable
    Discussions |
    Mar 12, 2026 2:50 PM
    2039 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
  • 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
  • SVM Confidence Interval Generation

    Is there any way to generate confidence intervals for an SVM model?

    CentroidError56 CentroidError56
    Discussions |
    Mar 12, 2026 2:28 AM
    217 views | 1 replies
  • Full factorial with complex continuous factors

    I'm a n00b who is trying to run a full factorial. i'm just learning JMP and T&E so i don't really know what i'm doing yet. I have 4 continuous factors. Let's say, my factors are birds observed in X park (where X represents a different local park). i don't know how I should do the levels of the factors. if I want that number to be randomized between 0 and 50, how should i run the test? if i run the...

    jmpbeginner843 jmpbeginner843
    Discussions |
    Mar 11, 2026 1:26 AM
    200 views | 1 replies

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