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

  • Color cells and points discretely

    I have a column with continuous data (millimeters) and I would like to color the cells according to spec and warn limits. The coloring should be discrete, not continuous. When creating a plot using Graph Builder, the points should be colored in the same way as the cells.This is the desired coloring:< -4: red>= -4 and <-2: yellow>=-2 and <=2: green>2 and <=5: yellow>5: red I tried using the column ...

    JWi JWi
    Discussions |
    Sep 25, 2020 2:44 AM
    2735 views | 2 replies
  • Wilcoxon Sign Ranked Test - JMP OUT PUT

     Hi,  So I am doing Wilcoxon Sign Ranked test and I am not understanding what JMP is doing for where it says test statistic. I understand its using the "Pratt method" and this is the formula S = R+ - 1/4[(N(N+1)-do(do+1)]but could you expand on this a little further as I am not getting the same thing as what JMP is gettting. where my values are :R+ is 1527,my sample has 76 pairs,and 11 0's. I try ...

    rlw268 rlw268
    Discussions |
    Sep 25, 2020 1:45 AM
    4258 views | 3 replies
  • Label Offset for MarkerSeg

    I need to have a label offset for all my labels (if I choose to label a row) on my plots.So, I have 8 plots through "Group X". In each plot I have exactly 30 points.I'm trying to do the following:rgb = Report (gb); For( i = 1, i <= 8, i++, frame = (gb << report)[FrameBox(i)]; seg = frame << Find Seg( Marker Seg( 1 ) ); for(j = 0, j < 30, j++, seg << label offset({j, 10, -60} ) ); );  But it doesn...

    miguello miguello
    Discussions |
    Sep 24, 2020 5:46 PM
    1443 views | 1 replies
  • Check column name if existing

    Hi,I have a list of column names that I need to check from my table if it exist.How will I check every columns of the table and prompt an error and stop the program from running if it is not existing? col_list = {"Col1", "Col2", "Col3", "Col4", "Col5" }; //checks column if exist

    //..code continue running
    //if column doesn't exist
    //..code will stop script & error prompt
      

    UserID16644 UserID16644
    Discussions |
    Sep 24, 2020 5:30 AM
    4424 views | 5 replies
  • Time stamps, time zones, daylight savings, yuck

    Hi, I'm looking for a method to align by time stamp two separate data files that have "time" stored differently.  One uses the J2000 epoch for its timestamps, which cares not for time zones nor daylight saving time.  The other file uses wall clock time.  So this one does change based on time zone and daylight saving. I don't think that I can just let JMP's date/time format handle this for me.  It ...

    klk klk
    Discussions |
    Sep 23, 2020 6:27 PM
    1838 views | 1 replies

Latest Discussions

  • Label Offset for MarkerSeg

    I need to have a label offset for all my labels (if I choose to label a row) on my plots.So, I have 8 plots through "Group X". In each plot I have exactly 30 points.I'm trying to do the following:rgb = Report (gb); For( i = 1, i <= 8, i++, frame = (gb << report)[FrameBox(i)]; seg = frame << Find Seg( Marker Seg( 1 ) ); for(j = 0, j < 30, j++, seg << label offset({j, 10, -60} ) ); );  But it doesn...

    miguello miguello
    Discussions |
    Sep 24, 2020 5:46 PM
    1443 views | 1 replies
  • Time stamps, time zones, daylight savings, yuck

    Hi, I'm looking for a method to align by time stamp two separate data files that have "time" stored differently.  One uses the J2000 epoch for its timestamps, which cares not for time zones nor daylight saving time.  The other file uses wall clock time.  So this one does change based on time zone and daylight saving. I don't think that I can just let JMP's date/time format handle this for me.  It ...

    klk klk
    Discussions |
    Sep 23, 2020 6:27 PM
    1838 views | 1 replies
  • Enabling a Smoother Line in Graph Builder with Local Data Filters

    I'm using JMP 15 Graph Builder to plot points as well as a smoother line. When I apply a local data filter, the smoother line disappears and only the points are displayed. Is it possible to make the smoother line show up when using a local data filter?

    S_Reisch S_Reisch
    Discussions |
    Sep 23, 2020 9:37 AM
    5788 views | 10 replies
  • Question about Maximize Desirability in Prediction Profiler

    After maximizing desirability in prediction profiler, the setting of the most significant and dominant factor is at its high level, what should I do next step? Option-1: I was thinking about augment the design by expanding the range of the most significant factor, but my colleague does not agree with that for no reason.Option-2: I was also thinking about using simulation, but it does not make sens...

    Jeff2010 Jeff2010
    Discussions |
    Sep 23, 2020 9:30 AM
    1933 views | 3 replies
  • points on graph not color coded according to legend

    I am running into a different issue. I made the variability plots and normal quantile plots so that the points on the graph appear highlighed and color coded according to the legend category but every legend category has turned into a blob of black dots. How can I fix this issue?     current data table(dt); dt<<bring window to front; colNameList=dt<< Get Column Names(); vlb=V list Box(); j2=New ...

    anuragg anuragg
    Discussions |
    Sep 23, 2020 9:17 AM
    1992 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
    1400 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
    1097 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
    1690 views | 0 replies
view all discussions