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

  • bin each row based on date time

    I often need to bin each row based on the date time. However, this is kind of troublesome for the data time. let say I am binning based before 7/22/2020 12:00:00pm as Good and after as bad. I can use the IF formula logic to compare the date time to 7/22/2020 12:00:00pm. But to do that I need to convert to the numeric value of 3678264000. if there any quicker way to do this? thanks 

    wencun6 wencun6
    Discussions |
    Jul 22, 2020 3:40 PM
    2829 views | 5 replies
  • Confidence Interval in the Oneway Anova

    Hello, I'm using the "Big Class" data table to run the Oneway ANOVA analysis for "height" and notice that the confidence interval values are different between the "Means for Oneway Anova" table and "Means and Std Deviations" table.My calculation is the same as the "Means and Std Deviations" table, but am trying to understand why they are different from the other table. 

    zguan zguan
    Discussions |
    Jul 22, 2020 12:01 PM
    2689 views | 1 replies
  • How to remove summary statistics using JSL

    Hello users, How do I remove graph summary statistics using JSL?  This is the ouput.   Here is the desired output:   I want to do this using JSL. Here is my simple JSL script to generate the graph from Big Class.JMP data:     dt = Open("C:\users\...........\Big Class.JMP"); dt1 = Logistic( Y( :sex ), X( :height ) );     Thanks.

    simon_2 simon_2
    Discussions |
    Jul 22, 2020 11:46 AM
    2671 views | 3 replies
  • How to remove summary statistics from Journal using JSL

    Hello, I am trying to remove summary statistics from a journal using JSL. Earlier I received help about removing statistics just for one graph but I ran into problems when I had multiple graphs in a journal. Here is a snapshot of one graph in my journal.I tried removing the statistics using this code but I am getting an error of:  Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA\Big Class.JMP"...

    simon_2 simon_2
    Discussions |
    Jul 22, 2020 9:56 AM
    2622 views | 2 replies
  • 3D plot of crystal structure

    Has anyone done this, is there any example?I would like to use JMP's 3D plotting capabilities to understand Location of Atoms in a Crystal lattice, to plot some crystallographic planes etc.

    Georg Georg
    Discussions |
    Jul 22, 2020 9:43 AM
    4779 views | 8 replies

Latest Discussions

  • bin each row based on date time

    I often need to bin each row based on the date time. However, this is kind of troublesome for the data time. let say I am binning based before 7/22/2020 12:00:00pm as Good and after as bad. I can use the IF formula logic to compare the date time to 7/22/2020 12:00:00pm. But to do that I need to convert to the numeric value of 3678264000. if there any quicker way to do this? thanks 

    wencun6 wencun6
    Discussions |
    Jul 22, 2020 3:40 PM
    2829 views | 5 replies
  • How can the minimum value of the specified column corresponding to each category be greater than the number of categories of a certain value?

    For example, according to "Big class.jMP"
    1. First, categorize by age.
    2. Determine the minimum "weight" >90 for each age.
    3. Figure out the number of age categories that meet the second condition.So it turns out the number of ages is 3. How can I use JSL to solve it quickly?Thanks!

    lwx228 lwx228
    Discussions |
    Jul 22, 2020 3:25 AM
    2073 views | 3 replies
  • Autocorrelation by JMP14

    I check my training powerpoint file I was trained on year 2007. When  we want to make control chart, we have to check normality of data. And also autocorrelation by JMP.  I try to search autocorrelation check on JMP14 but I cannot find it.  Any function in JMP14 to use instead of autocorrelation.

    In the previous version of JMP we need to go by Autocorrelation Check – In JMP:Analyze > Modeling > Tim...

    ThoYala ThoYala
    Discussions |
    Jul 21, 2020 10:38 PM
    4723 views | 3 replies
  • Details about robust standard deviation from "Distribution" module?

    The JMP documents guide me to the book by Huber & Ronchetti (2009). But it's still not clear for me how to calculate the robust standard deviation.Thanks!

    jennyli jennyli
    Discussions |
    Jul 21, 2020 12:10 PM
    5577 views | 3 replies
  • How to access System Preferences in JSL, specifically the date format setting

    I've searched around and haven't found any simple way to get System Preferences settings from within JSL.  I'm developing on a Mac – (JMP 14 & 15) – but would also like to know how to do this on Windows.  The closest I got was a discussion on how to get the language code: System Service( Get Language Code );System Service sounds like and interesting function, but I couldn't find any documentation ...

    SteveTerry SteveTerry
    Discussions |
    Jul 21, 2020 11:21 AM
    1990 views | 1 replies

Latest Discussions

  • Using JMP to Calculate Surface Flatness

     Has anyone used JMP to calculate the Minimum Zone surface flatness of a point cloud? I have some differences between two metrology areas for our surface flatness requirements and wanted to check them in JMP. There are different algorithms for doing the calculation. (There is an ASME standard for the general rule, ASME Y14.5: " a tolerance zone defined by two parallel planes within which the surfa...

    jay_holavarri jay_holavarri
    Discussions |
    Jul 20, 2020 11:26 AM
    1695 views | 0 replies
  • Save all scripts and close reports by JSL

    Trying to write a script for this I found the following below working. JMP15@Win10.The first part opens two tables and starts some Reports,and the second Closes all report Windows post saving scripts to belonging tables.But when the report has a local datafilter, the script is not working any more (get scriptable object doesn't get the Right reference).Is there a way to find proper reference for e...

    Georg Georg
    Discussions |
    Jul 20, 2020 7:48 AM
    1422 views | 0 replies
  • [JSL Contour Plot] Method of define contour plot, number, minimum, maximum

    The contour plot is very helpful to show 3D map, however the problem of defining the zone is always a trouble. In my typical jsl plot, I use something below to define the contour plot zone number = 8, maximum = 1.4, minimum =1. However, the table column :Length may change time to time, and the scale will have to be modified manually for each corresponding plot.   Does someone have experience how t...

    Stokes Stokes
    Discussions |
    Jun 25, 2020 12:09 PM
    1288 views | 0 replies
  • Impact of screen resolution on html output

    Hi, I'm preparing a dashboard using jmp that will be used for a daily meeting. It contains information in form of data tables and text boxes. In order to transfer text sizes and colors for the text as well as the data tables into the html output I transformed them into pictures (rep = dt << get as report(); pic = rep << get picture(); ). I set up all font sizes on my external monitor and it worked...

    Ole Ole
    Discussions |
    Jun 9, 2020 6:21 AM
    1314 views | 0 replies
  • How do I have two different chart types in a single graph using two axis?

    While doing some research to answer this question, I found this article on the JMP community that helped me get started. How do I do a combination bar and line plot using Overlay Plot?    Using the big class sample data example of height and weight I was able to create a bar chart for weight and a line plot for height on the same chart using the Overlay Plot.     To do this, first clear the row s...

    Bass_Masri Bass_Masri
    Discussions |
    Apr 28, 2020 4:28 PM
    4662 views | 0 replies
view all discussions