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

  • Open file in excel with whitespace in filename

    Hi, Is it possible to open an Excel file from JMP where there is whitespace in the filename or path? Code from this post works where there is no whitespace: Solved: Open Excel File in Excel (Windows standard application) by JSL - JMP User Community     excel_file_to_open = Concat( "/X:/folder location/",excel_file_new_name); RP = Run Program( Executable( "C:\Program Files\Microsoft Office\root\Of...

    anna_717 anna_717
    Discussions |
    Nov 7, 2025 2:29 AM
    145 views | 2 replies
  • JMP 19 Dark Mode

    Why doesn't dark mode apply correctly to the Window/Table component? The font turns white, making it difficult to read against the background.    

    Jackie_ Jackie_
    Discussions |
    Nov 7, 2025 1:53 AM
    488 views | 4 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
    97 views | 0 replies
  • Is there a way to make a script for a JMP Database Query?

    In order to get traceability of our materials, I currently build a DB query to pull data from a table an Engineering table in our DB.   Can I create a script to do this?

    cjackso21 cjackso21
    Discussions |
    Nov 6, 2025 7:08 PM
    133 views | 1 replies
  • Step by Step Row "list" building: Get All Rows, then Get Rows Where X, then Get Rows Where Y (and X)

    I'm trying to understand working with objects that are containers of rows.  Even that description may be incorrect. What is "FilteredRows" in this context? dt = Current Data Table(); FilteredRows = dt << get rows where( :Date == 12May2025 ); Show( N Rows( FilteredRows ) ); To back up slightly, is there a JSL command to set an object to ALL rows in a datatable?  Or is that never necessary? The clos...

    MeanChris MeanChris
    Discussions |
    Nov 6, 2025 3:15 PM
    157 views | 2 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
    97 views | 0 replies
  • Is there a way to make a script for a JMP Database Query?

    In order to get traceability of our materials, I currently build a DB query to pull data from a table an Engineering table in our DB.   Can I create a script to do this?

    cjackso21 cjackso21
    Discussions |
    Nov 6, 2025 7:08 PM
    133 views | 1 replies
  • Python & JSL function

    From Python in JMP: dataframe column to datatable column best practices and computation speed implications I just learned about this nice new function:  import jmp jmp.globals['pi'] = 3.1415927 jmp.globals['bB'] = 'Bumble Bee' print( jmp.globals.items() ) to define variables in the JSL namespace - like a push version of Python Get()   There are some restrictions. E.g. , at the moment jmp.globals...

    hogi hogi
    Discussions |
    Nov 6, 2025 12:37 PM
    183 views | 3 replies
  • Analysis of DoE model with center points

    Hello, I have a d-optimal design with 6 center point experiments. While performing the model building, does JMP take the mean of the 6 center points as a datapoint to fit the model? Or does it take all 6 points as individual points? What is the correct way to build the model? In addition, I have one scenario where the variation from the center point replicates is comparable to the variation from t...

    Coverbird30 Coverbird30
    Discussions |
    Nov 6, 2025 7:34 AM
    319 views | 5 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
    125 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
    97 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
    125 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
    122 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
    152 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
    162 views | 0 replies
view all discussions