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

  • Updating JMP Data Tables

    I have an Excel table that I use to update a JMP data table 2-3 times per week.  However, after retrieving the Excel file, the source script gets changed when I use the Tables platform to perform the update.  The source script changes to the steps done in the Tables update platform.  Why is this happening?  Am I missing a step?

    Steven_Moore Steven_Moore
    Discussions |
    Jun 22, 2017 6:24 PM
    24484 views | 9 replies
  • How to convert the name of list into a string?

    Hi,I have this script which checks if the list has duplicate elements, and if it does, it sends error message.ColAgain=Function({main}, {duplicate}, duplicate={}; duplicate_r={}; unique={}; For (i=1,i<=Nitems(main),i++, If (Nrows(Loc(unique,main[i])) == 0, InsertInto (unique,main[i]), InsertInto (duplicate_r,main[i]) ); ); For (i=1,i<=Nitem...

    shaira shaira
    Discussions |
    Jun 22, 2017 5:07 PM
    7502 views | 2 replies
  • Is there a simple way to compare the density of response location (XY coordinates on a touchscreen)?

    I have a data set made up of X and Y coordinates of responses made on a touchscreen when stimulus x, y, or z are presented. I have plotted these as three different scatterplots in JMP and have been able to get JMP to display nonpar density (colored "rings" denoting of 5% quantiles) to get an idea of response location density across the touchscreen. These appear as a kind of "heat map" that indicat...

    mlauffer mlauffer
    Discussions |
    Jun 22, 2017 12:29 PM
    4581 views | 2 replies
  • Probit Analysis & Fit Testing

    I am using the Simple Probit Analysis script add-in to determine LD50, LD90, and LD95. Is this script capable of correcting with Abbott's, or how do you set this up?  Currently, I corrected the data myself by applying the Abbott's correction to the raw data to adjust for mortalities. After running the Probit Add-In, how do I determine goodness of fit?  There are no Chi Squared results.  Is there a...

    sassymenace sassymenace
    Discussions |
    Jun 22, 2017 12:16 PM
    20489 views | 33 replies
  • Initialize all radio buttons to be empty

    Hi, is there anyway to initialize all radio buttons to be empty? When running the script, the "Yes" button is filled in by default; however, I would like them to both begin as empty buttons. Is this possible?New Window( "Warning", <<Modal, Panel Box( "Would you like to continue?.", rbox1 = Radio Box( {"Yes", "No"}, rb1 = rbox1 << get selected ), ), )  

    matt7109 matt7109
    Discussions |
    Jun 22, 2017 2:49 AM
    5565 views | 2 replies

Latest Discussions

  • Is there a simple way to compare the density of response location (XY coordinates on a touchscreen)?

    I have a data set made up of X and Y coordinates of responses made on a touchscreen when stimulus x, y, or z are presented. I have plotted these as three different scatterplots in JMP and have been able to get JMP to display nonpar density (colored "rings" denoting of 5% quantiles) to get an idea of response location density across the touchscreen. These appear as a kind of "heat map" that indicat...

    mlauffer mlauffer
    Discussions |
    Jun 22, 2017 12:29 PM
    4581 views | 2 replies
  • Initialize all radio buttons to be empty

    Hi, is there anyway to initialize all radio buttons to be empty? When running the script, the "Yes" button is filled in by default; however, I would like them to both begin as empty buttons. Is this possible?New Window( "Warning", <<Modal, Panel Box( "Would you like to continue?.", rbox1 = Radio Box( {"Yes", "No"}, rb1 = rbox1 << get selected ), ), )  

    matt7109 matt7109
    Discussions |
    Jun 22, 2017 2:49 AM
    5565 views | 2 replies
  • Axis in Loading plot of PCA in JMP

    The loading plots of PCA in JMP always have axis from -1 to +1. But the eigen vectors of the linear combinations of PCs are not necessearyly goes from -1 to +1. For example the file I uploaded has highest value in PC1 in the loading plot, WC % Mass Loss is very close to +1 in the loading plot but its real eigenvector value(coefficient) is ~0.5.Why it dosent show the variables real eigenvectors in ...

    CCD CCD
    Discussions |
    Jun 21, 2017 8:59 AM
    6047 views | 1 replies
  • Convert CSV file to JMP file

    Hi, would you know how to convert CSV file into JMP file?Thanks,RD

    reginado reginado
    Discussions |
    Jun 21, 2017 8:40 AM
    7575 views | 3 replies
  • HTML5: how to set column width, how to wrap text to specified px

    Dear Community, Working a lot with interactive html output, attached file has colums which are much wider than needed and the column named "text" needs wrapping (too long).  Could I do that with JSL? 

    saitcopuroglu saitcopuroglu
    Discussions |
    Jun 21, 2017 4:28 AM
    5847 views | 3 replies

Latest Discussions

  • JSL How do I wrap the title text of a OutlineBox?

    Hi all, I often use the Set Title() message to overwrite the OutlineBox titles of charts, distributions, etc. My first issue is that the OutlineBox does not support the Set Wrap() message. Is there any replacement I could use? To work around the missing Set Wrap(), I started inserting newlines "\!n" in the tiitle text. After doing this, I have noticed a second issue: Whatever number of newlines I ...

    AlexanderKrebs AlexanderKrebs
    Discussions |
    Jun 13, 2017 5:38 AM
    4565 views | 0 replies
  • Printing worksheet with cell colors

    Hello JMP Community, I'm currently using JMP version 10.0.0 and having trouble printing my data table with cells highlighted in certain colors.  Is there a way to print keeping the colors or to even export the file keeping the cells highlighted?

    Thanks.

    ferdt58 ferdt58
    Discussions |
    May 16, 2017 9:14 AM
    2279 views | 0 replies
  • Linearity and Bias Report

    In Our MSA stsudy we are performing Linearity and Bias measurment. We are currently controlling at Linearity and Bias to be below 5%.  We actually generate the following report for Linearity and BIas. However in AIAG handbook the criteria for the gauge to pass bias criteria has the following criteria.

    Aravindan Aravindan
    Discussions |
    Apr 18, 2017 12:54 AM
    4523 views | 0 replies
  • CCC Optimal

    Hi,I have 2 clustering chooses as mentionned below,- Nr of cluster 15 : CCC = 69.99 (OPTIMAL)- Nr of cluster 15 : CCC = -92.87- Nr of cluster 15 : CCC = -112.8 The first one with CCC = 69.99 is mentionned as the best optimal. I don't understand why this one is the best by consedering the different values ?. What is the signification of these values ? Thanks,

    Lamine Lamine
    Discussions |
    Mar 17, 2017 5:25 AM
    3426 views | 0 replies
  • Understanding the Dispatch and Legend Model and what exactly is Base(0,0,0)?

    My problem is two fold. Im writing a JSL Function to create some custom charts at work. Everything is working fine. Thats great. But I dont understand why - and I am trying to break down the code. Most of I wrote myself, but some aspects I made the tweaks within JMP, copied the scripts and used the parts that generated what I needed. Some of the code chunks that get added in are intuitive to read ...

    kevinwtbolger kevinwtbolger
    Discussions |
    Feb 26, 2017 9:30 AM
    3539 views | 0 replies
view all discussions