cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Adding Label for Interval in Bar Chart

    Graph Builder( Size( 2104, 617 ), Fit to Window( "Off" ), Variables( X( :PSM ITEM ), Y( :AvgPsm_PTOV ), Y( :MaxPsm_PTOV, Position( 1 ) ), Y( :MinPsm_PTOV, Position( 1 ) ), Group X( :PCIE_TOGGLE ), Overlay( :BIOS ), Color( :BIOS ) ), Elements( Bar( X, Y( 2 ), Y( 3 ), Y( 1 ), Legend( 52 ), Bar Style( "Interval" ), Label( "Label by Value" ) ) ), Local Dat...

    ebinmohd ebinmohd
    Discussions |
    Jul 28, 2025 6:21 PM
    660 views | 4 replies
  • How do I save (or script) separate control limits for 2 IR charts created using the By function in JMP Pro?

    I used to be able to save separate limits directly in the script, but I'm not sure where that would go now as the structure of the script is somewhat different.

    4396MW 4396MW
    Discussions |
    Jul 28, 2025 12:14 PM
    384 views | 2 replies
  • Request help with setting and maximizing desirability within a function.

    Hello all, I am trying to write a function that tries to hit a user-specified target value in a piece of equipment. The arguments supplied are the name of the target metric that needs to be matched, the value that needs to be matched, name of the equipment and weight of the targeted equipment.   I hope to do this by setting desirability curves using response limits and match target. I tested that ...

    DeepMink727 DeepMink727
    Discussions |
    Jul 26, 2025 11:36 AM
    682 views | 4 replies
  • How to stack a variable number of series?

    The following code does not work, but it does when replacing "n_series" with 3 in the Stack command. dt = Open( "$SAMPLE_DATA/Blood Pressure.jmp" ); n_series = 3; dt << Stack( columns(:BP 8M, :BP 12M, :BP 6M, :BP 8W, :BP 12W, :BP 6W, :BP 8F, :BP 12F, :BP 6F), Number of Series( n_series ), Contiguous, Source Label Column( "Day" ), Stacked Data Column( "BP" ) ); I need to have this value variab...

    Robbb Robbb
    Discussions |
    Jul 25, 2025 3:56 AM
    357 views | 1 replies
  • Change string col box width in a table box

    I'm trying to display long text in a string col box in a table box window and have them wrap visually across multiple lines without modifying the underlying text data. I've found some ideas in this post and this post but I can't make them work for a string col box. Here's a minimal example to illustrate my issue, here I would like to make the string col box behave like the col box : longstring = "...

    Charly Charly
    Discussions |
    Jul 25, 2025 2:15 AM
    271 views | 1 replies

Latest Discussions

  • How do I save (or script) separate control limits for 2 IR charts created using the By function in JMP Pro?

    I used to be able to save separate limits directly in the script, but I'm not sure where that would go now as the structure of the script is somewhat different.

    4396MW 4396MW
    Discussions |
    Jul 28, 2025 12:14 PM
    384 views | 2 replies
  • Change string col box width in a table box

    I'm trying to display long text in a string col box in a table box window and have them wrap visually across multiple lines without modifying the underlying text data. I've found some ideas in this post and this post but I can't make them work for a string col box. Here's a minimal example to illustrate my issue, here I would like to make the string col box behave like the col box : longstring = "...

    Charly Charly
    Discussions |
    Jul 25, 2025 2:15 AM
    271 views | 1 replies
  • How to switch Group X to display all items or only certain items?

    How to switch Group X to display all items or only certain items?
    As shown in the JSL below, using Where can make Group X display only specific items. However, it is not possible to toggle between displaying all and displaying partial items. How should this be modified? Perhaps using add variable() is needed, but I cannot find how to use add where.   Names Default To Here( 1 ); selection = 1; New ...

    BabyDoragon BabyDoragon
    Discussions |
    Jul 23, 2025 11:39 PM
    308 views | 1 replies
  • How to turn matrix from Get Hull Point into clockwise polygon

    Hi team,
    Is there anyway to turn matrix from Get hull point into clockwise polygon. I got the problem is when I use Polygon(x,y) to draw polygon, where x and y are from Get Hull Points, the polygon is not continuous Code below: x_matrix = dt[rows, {FORCEDROPTIME_3 }]; y_matrix = dt[rows, {ACTUAL_MINCHASEFORCEF_3}]; t = Triangulation( x( x_matrix, y_matrix ) ); // from the current rows ashape = A...

    PhamBao PhamBao
    Discussions |
    Jul 23, 2025 9:58 AM
    289 views | 1 replies
  • Script to copy script file code into a text file and then be able to read out

    Hey user group! I had a question on how to create a scrip that would 1: loop through a folder that contains a bunch of scripts, copy the name of the script file and then copy the script itself below the name into a text file and keep concatenating the text file with all the scripts from the folder 2: Be able to read in the text from the text file and create new script files into a chosen folder.  ...

    shampton82 shampton82
    Discussions |
    Jul 21, 2025 10:14 PM
    1048 views | 3 replies

Latest Discussions

  • How to export a model formula to Excel?

    I want to be able to take the prediction formula that I got from my multiple linear regression and put it in excel. I have multiple Quantitative and Categorical X variables and some are splined. I have also preformed a BoxCox transformation. What are the steps that I need to do to take the formula that is given and have it working in excel. I have no coding experience but am not against learning a...

    DWS DWS
    Discussions |
    Jun 13, 2025 8:33 AM
    517 views | 0 replies
  • Inquiry Regarding the Use of JMP and JMP Live (Suppress Eval?)

    Hello, I am a user of JMP Live.
    I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...

    DJ_Kim DJ_Kim
    Discussions |
    Feb 27, 2025 2:59 PM
    553 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    578 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    612 views | 0 replies
  • Exceptions are the utilities Show, Write, and Print ...

    from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml#  If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
    Exceptions are the utilities Show, Write, and Print, which do not evaluate e
    ...

    hogi hogi
    Discussions |
    Jan 7, 2025 10:44 PM
    607 views | 0 replies
view all discussions