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

  • Controlling format of output PowerPoint slides generated from exporting from JMP

    Hello JMP Community, I believe the theme of the question I'm about to ask has been addressed in a few previous posts, but the ambiguity in the specifics of the context of the askers (including the versions of JMP they used) makes it difficult to decisively tell if the proposed solutions apply to my situation or not. This, along with how involved most of the proposed solutions seemed to be and the ...

    A_Zaid A_Zaid
    Discussions |
    Sep 22, 2020 6:55 AM
    2151 views | 1 replies
  • JSL to plot graph with last N values of a column

    I am writing script to plot graph with last 10 values of a column. Below is the script I use which I learned from previous post.It works. But I notice the this wording " Where( Row() > (n - last n) ) " appear in the graph which I do not want it to show.Is there a way to remove this wording? or Is there other way to write JSL script to plot graph with last N values of a column?dt = Open( "$SAMPLE_D...

    bzanos bzanos
    Discussions |
    Sep 22, 2020 6:44 AM
    1875 views | 2 replies
  • how to set user defined colors for column property "value colors" by jsl?

     Hello JMP-experts,I wonder if there is a way to set the user defined colors in below shown color menu by any script?For value colors I want to use colors which are not available in the proposed default colors. Once I have defined these additional user defined colors by myself then I can use as I want. However after new installing jmp it is gone and I have to do the same exerice again. Therefore I...

    ivo ivo
    Discussions |
    Sep 21, 2020 10:13 PM
    6208 views | 6 replies
  • Executing .bat files using Run Program()

    I am trying to execute a .bat file from JSL but it does not work as expected. What am I missing? https://www.jmp.com/support/help/en/15.1/#page/jmp/run-external-programs.shtml rp = RunProgram( Executable( "cmd.exe" ), Options( {"C:\temp\myfile.bat"} ), ReadFunction("text") // returns all text ); //"Microsoft Windows [Version xxx] //(c) 2018 Microsoft Corporation. All rights reserved. // // C:...

    FN FN
    Discussions |
    Sep 21, 2020 7:41 PM
    3570 views | 3 replies
  • Lollipop graph

    Is it possible via GraphBuilder to make  a lollipop plot? See example I've posted. I know you can get something akin to this when looking at time series data (under the time series platform). The control chart very nearly does this, too, but it is obviously to be used for other sorts of analyses, and the lines are not drawn directly below the points. What I want is for the point plotted to have a ...

    abmayfield abmayfield
    Discussions |
    Sep 21, 2020 2:52 PM
    13162 views | 9 replies

Latest Discussions

  • Controlling format of output PowerPoint slides generated from exporting from JMP

    Hello JMP Community, I believe the theme of the question I'm about to ask has been addressed in a few previous posts, but the ambiguity in the specifics of the context of the askers (including the versions of JMP they used) makes it difficult to decisively tell if the proposed solutions apply to my situation or not. This, along with how involved most of the proposed solutions seemed to be and the ...

    A_Zaid A_Zaid
    Discussions |
    Sep 22, 2020 6:55 AM
    2151 views | 1 replies
  • Graph Builder and Overlay

    Hello, I am using the Graph Builder to create a wafer map of some leakage currents.  I've dragged the leakage current column over to the Overlay option.  It automatically gives 5 intervals/ranges; I've figured out how to edit the ranges, but I can't find how to add a new range.  Is there a way?  I prefer to use this over the "Color" option.   Thanks, Natalie

    natalie_ natalie_
    Discussions |
    Sep 18, 2020 11:53 PM
    2948 views | 2 replies
  • Null hypothesis - JMP Custom test

    Hi All,I am fitting  a fourth degree polynomial to a dataset.  The equation is. y = b0 +b1x+ b2x^2 + b3x^ + b4x4 + e Typically, we null tested is "Ho: b1=b2=b3=b4=0" However, I want to test if the coefficients are not zero "Ho: b3=b4=0"How do we do this using JMP 15 custom test? Thanks

    rs rs
    Discussions |
    Sep 18, 2020 4:40 PM
    1925 views | 1 replies
  • Comparing mortality/survival rate among treatments

    What is the best method to analyze percent mortality or percent survival (100-mortality) data? I am providing a mock data set. I place 20 animals in a cage and at the end of the study I count the number of live animals and the difference from 20 is the dead animals. The experimental design is a complete randomize block design and I want to use block as either a random effect, covariable, or other ...

    jescobar jescobar
    Discussions |
    Sep 18, 2020 8:41 AM
    2455 views | 3 replies
  • Deleting Column Formula error by using Delete Property (formula) script.

    Hi,   I have multiple columns with formula, and I wanted to remove formula after calculations. codes are as below.   cols = dt << get column names(); For( i = 1, i <= N Col( dt ), i++, cols[i] << Delete Property( formula ) );   Then, the log says the following: Send Expects Scriptable Object in access or evaluation of 'Send' , cols[i] <<  /*###*/Delete Property( formula ) /*###*/ Can some...

    joelahn joelahn
    Discussions |
    Sep 18, 2020 1:51 AM
    1828 views | 2 replies

Latest Discussions

  • Default encoding on JMP - EUC-KR

    Hi,I have JMP 14.2, 15.1, and also 16.0EA at the moment.All versions here don't include EUC-KR encoding system; so this can cause importing problems in many cases since a lot of Korean data or pages are made with EUC-KR. I have charsets that are all broken. So I had to import it with other programs and save as to fit into UTF-8 or match/join columns with other matching codes.It seems like JMP is a...

    joelahn joelahn
    Discussions |
    Sep 10, 2020 1:26 AM
    1401 views | 0 replies
  • order statistic for DS Weibull ... maximum failure time for n fails out of N~n/p units

    this isn't a JMP question per se, but a reliability/survival statistics question ... see my post on Cross Validatedthanks in advance! :)https://stats.stackexchange.com/questions/483556/order-statistic-maximum-for-subpopulation-weibull-distribution 

    galactus3000 galactus3000
    Discussions |
    Aug 18, 2020 8:48 AM
    985 views | 0 replies
  • Custom Lat Long Contour Map

    Hi all,    Playing around with the Custom Map Creator add in and I ran into some trouble when trying to construct borders for a river system. When constructing a custom map border using a a background map the boundaries function does not let me to trace the river pattern as accurately as I would hope (see attached photo). Alternatively, when constructing a border from a background photo the bounda...

    MikeDereviankin MikeDereviankin
    Discussions |
    Aug 14, 2020 11:03 AM
    1098 views | 0 replies
  • XPath Query() and XML namespaces

    I have a bunch of XML documents that I want to put into a data column. I want to use XPath expressions to pull out values from them, by appending columns that contain formulas that make use of the XPath Query() function. Some of my documents have XML-namespace qualified element names. For example, one might look like this: <?xml version="1.0" encoding="UTF-8"?> <synopsis xmlns="http://www.cap.org/...

    john_madden john_madden
    Discussions |
    Jul 23, 2020 9:53 AM
    1486 views | 0 replies
  • 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
    1691 views | 0 replies
view all discussions