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

  • actions via mouseover ? - use a modifier Key 👉🔳

    Hi, I  wanted to trigger an action via a data point.   The approach via Hover Label  / Click is way too slow:
    one has to wait till the hover label appears, then one has to "find" the link and click.   On the other hand: when I use Hover Label / "Picture" the result - yes, is very fast - but too uncontrolled.
    Whenever the user moves the mouse over a data point, the action is triggered. buah!

    So, my f...

    hogi hogi
    Discussions |
    Nov 7, 2025 7:11 AM
    2104 views | 7 replies
  • Creating a separate Y axis for each panel of my bar chart

    Hello everyone! Does anyone know how to create individual Y axis for a bar chart that consists of two different panels? I'd like to adjust the scale on the top panel but I haven't been able to do so... I've tried dragging two different variables onto the Y axis. While that works for the axis' scale, it does weird things for my error bars, since it combines the standard deviation of both panels ont...

    Mariana_Aguilar Mariana_Aguilar
    Discussions |
    Nov 7, 2025 6:45 AM
    112 views | 2 replies
  • How to Generate Structured Gauge R&R Reports Across Multiple Tests (with Summary Tables)

    Hi JMP Community, Please see the attached image below for reference. I'm using JMp18.2.0. I attached the example file below as well.  I'm running Gauge R&R studies using JMP with the following setup: Operator1 is mapped to DIB_id Operator2 is mapped to Site I have 8 parts used for each test The Part ID column is used as the last nesting level (as shown in the "Variance Components for Gage R&R"...

    RA899 RA899
    Discussions |
    Nov 7, 2025 6:09 AM
    136 views | 4 replies
  • Customizing Box Plot in varibility chart to Display Sigma-Based Intervals

    Hello everyone, I am currently working with JMP and using box plots to visualize my data. I noticed that it is possible to configure the display of outliers or quantiles, but I would like to know if it is possible to modify the box plot settings to show intervals based on standard deviations (sigma) around the mean, instead of the usual quartiles. For example, I would like the box to represent mea...

    Harck Harck
    Discussions |
    Nov 7, 2025 5:58 AM
    363 views | 8 replies
  • Encrypted Multiple File Import with XML Settings Troubles (JMP 18)

    XML Settings and Encryption don't seem to work well together. I repeatedly get the error: 
    "The XML Settings must begin with XMLSettings(...). Multiple File Import stopped.
    JSL Encrypted" Guessing Tall would work except there's metadata I need from a different section in the XML document Is there any way to get around this error? I am not sure why it cannot pull the XML settings when encrypted, but ...

    JMPHOWHIGH JMPHOWHIGH
    Discussions |
    Nov 7, 2025 5:24 AM
    108 views | 1 replies

Latest Discussions

  • actions via mouseover ? - use a modifier Key 👉🔳

    Hi, I  wanted to trigger an action via a data point.   The approach via Hover Label  / Click is way too slow:
    one has to wait till the hover label appears, then one has to "find" the link and click.   On the other hand: when I use Hover Label / "Picture" the result - yes, is very fast - but too uncontrolled.
    Whenever the user moves the mouse over a data point, the action is triggered. buah!

    So, my f...

    hogi hogi
    Discussions |
    Nov 7, 2025 7:11 AM
    2104 views | 7 replies
  • Creating a separate Y axis for each panel of my bar chart

    Hello everyone! Does anyone know how to create individual Y axis for a bar chart that consists of two different panels? I'd like to adjust the scale on the top panel but I haven't been able to do so... I've tried dragging two different variables onto the Y axis. While that works for the axis' scale, it does weird things for my error bars, since it combines the standard deviation of both panels ont...

    Mariana_Aguilar Mariana_Aguilar
    Discussions |
    Nov 7, 2025 6:45 AM
    112 views | 2 replies
  • How to Generate Structured Gauge R&R Reports Across Multiple Tests (with Summary Tables)

    Hi JMP Community, Please see the attached image below for reference. I'm using JMp18.2.0. I attached the example file below as well.  I'm running Gauge R&R studies using JMP with the following setup: Operator1 is mapped to DIB_id Operator2 is mapped to Site I have 8 parts used for each test The Part ID column is used as the last nesting level (as shown in the "Variance Components for Gage R&R"...

    RA899 RA899
    Discussions |
    Nov 7, 2025 6:09 AM
    136 views | 4 replies
  • Encrypted Multiple File Import with XML Settings Troubles (JMP 18)

    XML Settings and Encryption don't seem to work well together. I repeatedly get the error: 
    "The XML Settings must begin with XMLSettings(...). Multiple File Import stopped.
    JSL Encrypted" Guessing Tall would work except there's metadata I need from a different section in the XML document Is there any way to get around this error? I am not sure why it cannot pull the XML settings when encrypted, but ...

    JMPHOWHIGH JMPHOWHIGH
    Discussions |
    Nov 7, 2025 5:24 AM
    108 views | 1 replies
  • Creating a separate Y axis for each panel of my bar chart

    Hello everyone! Does anyone know how to create individual Y axis for a bar chart that consists of two different panels? I'd like to adjust the scale on the top panel but I haven't been able to do so... I've tried dragging two different variables onto the Y axis. While that works for the axis' scale, it does weird things for my error bars, since it combines the standard deviation of both panels ont...

    Mariana_Aguilar Mariana_Aguilar
    Discussions |
    Nov 6, 2025 8:48 PM
    49 views | 0 replies

Latest Discussions

  • Creating a separate Y axis for each panel of my bar chart

    Hello everyone! Does anyone know how to create individual Y axis for a bar chart that consists of two different panels? I'd like to adjust the scale on the top panel but I haven't been able to do so... I've tried dragging two different variables onto the Y axis. While that works for the axis' scale, it does weird things for my error bars, since it combines the standard deviation of both panels ont...

    Mariana_Aguilar Mariana_Aguilar
    Discussions |
    Nov 6, 2025 8:48 PM
    49 views | 0 replies
  • Python and Formula Columns

    Formula Column are very restrictive.
    If the entries of a JMP column are defined by a column formula , there is no possibility to change individual entries, neither manually nor via JSL:   dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << new column("row", Formula(row())) << run formulas; :row << suppress eval; Try(:row[5]=7, Caption("change a cell of a formula column via JSL? doesn't work")); Wait(2...

    hogi hogi
    Discussions |
    Nov 6, 2025 3:08 AM
    73 views | 0 replies
  • Windows 11 > JMP 17.2 > Fit Model > Contrasts > How to Build a Contrast Matrix with More Columns than Conditions?

    Hi JMP Community, When building contrasts in a Regular Least Squares Fit Model analysis, the number of columns (i.e., discrete contrasts) is limited to the number of conditions (i.e., number of items produced by the combinations of all parameters). In many cases, I'd like to create more contrasts than conditions (i.e., comparisons of multiple pairs of factor combinations)  Example: VAR1 = A, B, C ...

    Thierry_S Thierry_S
    Discussions |
    Oct 30, 2025 9:04 AM
    81 views | 0 replies
  • QQ Plot behavior under factor coding and no-intercept model

    Hi everyone, When I fit a model in JMP using factor coding and set the model to no intercept, I noticed that the residual normal quantile plot (QQ plot) behaves differently compared to the version with an intercept. Specifically, the residuals and the fitted “robust fit line” in the QQ plot seem to shift vertically, and even after centering the residuals, the slope of the fitted line changes sligh...

    happy happy
    Discussions |
    Oct 30, 2025 4:56 AM
    104 views | 0 replies
  • How to fit a model with random effect using Nonlinear platform

    May I ask a question: In “Random Effect Model.jmp”, where the response is Y, X is a fixed effect, and Z is a random effect, how to fit the corresponding model using “Nonlinear” Platform? "Example 23.13" in the book “Statistical Methods for Reliability Data, Second Edition” is an example of accelerated life test data analysis that includes random effect,I don't know how to perform the analysis, I w...

    Rily_Maya Rily_Maya
    Discussions |
    Oct 26, 2025 4:09 AM
    142 views | 0 replies
view all discussions