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

  • Changing Font Type and Size within a GraphBuilder > Customize > Script?

    Hi JMP Community, I have a problem with a short script associated with a Graph Builder customization that aims at adding annotations to a bar graph. Specifically, I'm trying to adjust the font type and size in this script but I'm getting an error message: Name Unresolved: Font in access or evaluation of 'Font' , Font( "Arial Narrow" ) /*###*/For( i = 0, i < 46, i = i + 2, Text ( Center Justifie...

    Thierry_S Thierry_S
    Discussions |
    Apr 11, 2020 11:58 AM
    4258 views | 5 replies
  • Append Graphs into the new window

    my data has 2 groups of input data  which I store it under column "Source Table".Then, I write the for loop to plot graphs and set local filter from the source table.  The individual plots turn out correct however, in the new window where I try to append the plot, the plots don't have the local filter applied. New Window( "Plot", tb = tab Box() ); For( i = 1, i <= N Items( list ), i++, obj = Gra...

    yanee yanee
    Discussions |
    Apr 10, 2020 10:48 AM
    6057 views | 9 replies
  • Control Chart - JMP 15

    I just updated JMP to 15 version.I do not know how to create the time line on Individual and Moving Range Control Chart.Also my table have category data that I can create Individual chart for each in one chart as I can do in JMP 14. I do not know how to do this in JMP 15.Any helps will be much appreciated and thanks.Canh

    CanhKhong CanhKhong
    Discussions |
    Apr 10, 2020 8:55 AM
    8347 views | 10 replies
  • Sum values

    I have a column that has 3000 values.  I'd like to use a script to create another table that has values 1-5 from the original table summed and then 6-10 summed and so on.  So the new table would have 600 values since each value is the summation of 5 values from the original table. Any ideas?

    UberBock UberBock
    Discussions |
    Apr 10, 2020 8:24 AM
    4284 views | 4 replies
  • How do I check that a column contains only integers?

    Hello, I need to check that a column contains only integers before running the rest of my script but I don't know how to do that. Ideally I would like to be able to identify precisely the rows with decimal values. Thanks in advance for your help!

    anne_sa anne_sa
    Discussions |
    Apr 10, 2020 7:05 AM
    3216 views | 2 replies

Latest Discussions

  • Sum values

    I have a column that has 3000 values.  I'd like to use a script to create another table that has values 1-5 from the original table summed and then 6-10 summed and so on.  So the new table would have 600 values since each value is the summation of 5 values from the original table. Any ideas?

    UberBock UberBock
    Discussions |
    Apr 10, 2020 8:24 AM
    4284 views | 4 replies
  • Problem with Games-Howell test

    Hi, I am trying to undertake the Games-Howell test with the Add-in, however always receive the error notificiation: "Argumentwert ist ungültig bei Zugriff oder Auswertung von group1 , group1/*###*/" (sorry, it is in German - it says something like argumentation value is invalid or the evaluation of Group 1, Group 1/*###*/). What does that mean? What is the problem? The add-in is generally function...

    STAT STAT
    Discussions |
    Apr 9, 2020 6:03 AM
    2682 views | 3 replies
  • Anyone can show me how to use Freq zone in graph builder?

    Dear all,Can you show me an example on how to use Freq zone in graph builder ?Thank you in advance.Kun

    GoodMan GoodMan
    Discussions |
    Apr 8, 2020 2:00 PM
    6981 views | 5 replies
  • How to assign value to a columns

    kindly help on how to generate a script, I want to create a new column,  assign value {A, B, C, D, E} by judging column called "rundate", same row with oldest date need assign "A". for rows with same date, need assign same value, for rows with different date need assign different value, like the pic shows.  rundate
    4/1/2020 7:18
    4/1/2020 7:18
    4/1/2020 7:18
    4/1/2020 7:47
    4/1/2020 8:13
    4/1/2020 8:13
    4/1/20...

    qspringleaf qspringleaf
    Discussions |
    Apr 8, 2020 8:33 AM
    2811 views | 3 replies
  • Comparisons between groups and subgroups

    I have a file With data from 260 individuals that look more or less in this format (but more parameters):     Person IDGenderAge groupProtein intakekcal 11Malechildren33107 22Femaleadults52220 33Femaleelderly50150 44Maleadult75175      The data is not not normally Distributed and I have done distribution analysis. Furthermore I have compared the data between males and females and also between age ...

    Gunnar Gunnar
    Discussions |
    Apr 8, 2020 4:23 AM
    2277 views | 1 replies

Latest Discussions

  • How do I calculate z-scores at different aggregation levels?

    Hello,  How do I use JSL to calculate Z-scores at different levels of aggregation? I am working with cancer mortality data (1999 - 2015) at the county-level. I need to calculate Z-scores to compare each county to the others within a state and all counties within the country. I cannot simply use the standardize function because it automatically takes an average of rates--which is invalid unless the...

    Jmsouch Jmsouch
    Discussions |
    Feb 26, 2020 7:04 AM
    2207 views | 0 replies
  • Calling Windows API ImageViewer.dll to display JPG files.

    I am working with a very large database of image files and want to be able to display the file for the user for visual inspection from a script. I have been able to get the following code to load the DLL but get an error requesting a signature argument. Does anyone know how to get a signature string from the system to pass to the DLL.   ERROR MESSAGE FORM LOG: Second argument to CallDLL must be a ...

    DMeakin1 DMeakin1
    Discussions |
    Jan 17, 2020 10:19 AM
    2016 views | 0 replies
  • Running script from command line on MAC

    Not a mac person.  Does anyone know how to run a jsl script from command line on a mac?  I specifically mean WITHOUT "//!" at the top of it.     I have this but it only opens the file unless I have the "//!" open -g -W -a /Applications/JMP\ Pro\ 15.app/ $(pwd)/myscript.jsl

    vince_faller vince_faller
    Discussions |
    Jan 10, 2020 2:26 PM
    1660 views | 0 replies
  • how to add confounding variable

    I am working with a multi level data. Data is attached.In this dataset, I have 8- X variable: cumulative risk (continuous), all other risk (dichotomous). 3- Y variables: insurance and practice (dichotomous) and time (continuous)I have one confounding variable Age (continuous). I will have to add random effect to X variable. But I am confused how to add confounding variable to this analysis. Can an...

    billi billi
    Discussions |
    Jan 6, 2020 9:39 AM
    1600 views | 0 replies
  • Difference between std error in "Parameter Estimates" and "Least Squares Means Table"?

    I am running mixed effects models and have noticed that the standard error for an effect in the "Parameter Estimates" table is different from the standard error reported in the Least Squares Means table for the same effect. How are they calculated differently? Thanks! 

    Ranae Ranae
    Discussions |
    Nov 26, 2019 11:44 AM
    1681 views | 0 replies
view all discussions