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

  • JSL: How to script a graph update with Combo box and Next/Prev buttons

    Hi All,   I'm working on a larger set of JSL code and am interested in adding some functionality to it so that the user can cycle through different views -- something like what one can do when cycling through the different components in the PCA platform, see screen shot below.  I know that I need a couple Combo Boxes with the relevant columns from the data table, but I'm not sure how to get the gr...

    SDF1 SDF1
    Discussions |
    Oct 20, 2022 8:17 AM
    5704 views | 8 replies
  • How to order the x-axis of a Oneway Analyis by another column?

    Hey all, I have a typical JSL that makes graphs from a table with X-Y Oneway Analysis that defaults to ordering the X axis alphabetical/numerical.  On my graphs I want the top most value(in the table) to be the furthest to the right on my plots. I have been right clicking then "Edit Value Order" to do this, but I would like to incorporate it in my JSL for my colleagues to be able to use as well.  ...

    Hobbi Hobbi
    Discussions |
    Oct 18, 2022 4:38 AM
    1888 views | 2 replies
  • Create a report window of graphs without spawning multiple graph windows

    Hello,  I have a datatable with hundreds of thousands of lines.  There is a run ID column, a column of device names (29 currently of interest), and a column of associated values.  So for each run there are multiple devices recording data, and I want to create run charts for each device with the run ID as the x-axis.  However, I have two issues that I can partially resolve individually, but not res...

    JDA JDA
    Discussions |
    Oct 17, 2022 7:14 AM
    1738 views | 1 replies
  • Measure exact distance having latitudes and longitudes

    Hello, I have some latitudes and longitudes and need to measure the exact distance between each pairs of nodes. By exact distance I mean a measurement close to what google maps shows. Is it possible to this in SAS JMP PRO?I have already tried Distance Tool Add-In but the distance metrics are not what I am looking for. Thanks,Azadeh 

    sadeghia sadeghia
    Discussions |
    Oct 14, 2022 9:48 AM
    1113 views | 1 replies
  • How do I Run a Matlab function from jsl Script.

    I Have two pretty beefy codes, one in Matlab that does some very specific Matlab stuff that outputs a csv file. I then also have a jsl script that takes that CSV file and does a bunch of analysis and compiles it all into a journal. What I used to take a week doing, these two codes run will be done in 2 minutes. Perhaps I am getting greedy.But I would love to run JUST my JSL script, where the begin...

    MannScoreBird30 MannScoreBird30
    Discussions |
    Oct 13, 2022 9:42 AM
    1927 views | 1 replies

Latest Discussions

  • How to order the x-axis of a Oneway Analyis by another column?

    Hey all, I have a typical JSL that makes graphs from a table with X-Y Oneway Analysis that defaults to ordering the X axis alphabetical/numerical.  On my graphs I want the top most value(in the table) to be the furthest to the right on my plots. I have been right clicking then "Edit Value Order" to do this, but I would like to incorporate it in my JSL for my colleagues to be able to use as well.  ...

    Hobbi Hobbi
    Discussions |
    Oct 18, 2022 4:38 AM
    1888 views | 2 replies
  • Create a report window of graphs without spawning multiple graph windows

    Hello,  I have a datatable with hundreds of thousands of lines.  There is a run ID column, a column of device names (29 currently of interest), and a column of associated values.  So for each run there are multiple devices recording data, and I want to create run charts for each device with the run ID as the x-axis.  However, I have two issues that I can partially resolve individually, but not res...

    JDA JDA
    Discussions |
    Oct 17, 2022 7:14 AM
    1738 views | 1 replies
  • Measure exact distance having latitudes and longitudes

    Hello, I have some latitudes and longitudes and need to measure the exact distance between each pairs of nodes. By exact distance I mean a measurement close to what google maps shows. Is it possible to this in SAS JMP PRO?I have already tried Distance Tool Add-In but the distance metrics are not what I am looking for. Thanks,Azadeh 

    sadeghia sadeghia
    Discussions |
    Oct 14, 2022 9:48 AM
    1113 views | 1 replies
  • How do I Run a Matlab function from jsl Script.

    I Have two pretty beefy codes, one in Matlab that does some very specific Matlab stuff that outputs a csv file. I then also have a jsl script that takes that CSV file and does a bunch of analysis and compiles it all into a journal. What I used to take a week doing, these two codes run will be done in 2 minutes. Perhaps I am getting greedy.But I would love to run JUST my JSL script, where the begin...

    MannScoreBird30 MannScoreBird30
    Discussions |
    Oct 13, 2022 9:42 AM
    1927 views | 1 replies
  • JMP12 vs JMP14 close command while saving

    Hello, I've recently moved to JMP14 and have some scripts that stop working due to "invalid argument in access or evaluation of 'Close'". Basically in JMP12 if I wanted to close table ABC and save it as a csv file, I'd use the following command:close(data table ("ABC") << save("\C:\Temp\ABC.csv"));In JMP14, I cannot do this anymore. Does anyone know what would be the equivalent to this command in ...

    godfeatha godfeatha
    Discussions |
    Oct 10, 2022 8:31 AM
    1449 views | 2 replies

Latest Discussions

  • Model classification thresholds add-in display "negative" probability

    Hi, I've been looking at this add-in which is very useful.https://community.jmp.com/t5/JMP-Add-Ins/Exploring-Model-Classification-Thresholds/ta-p/66964 In our case we don't have a probability but instead we have a status and a measurement that ranges between -10 and 10.I want to adapt the script so that the slider can move between -10 and 10 (I've already done it and it works). However the "Probab...

    Agustin Agustin
    Discussions |
    Sep 13, 2022 6:43 AM
    713 views | 0 replies
  • JSL Script Creates New Taskbar Icon When Run

    Hi All, I have what seems to be an odd problem. I've created a JSL script that launches a window through which a user can select some options and then run scripts to pull data from various sources. The odd thing that is happening is that when one of these scripts is run it causes all subsequent JMP windows to open under a new taskbar icon. An example for clarity: 1) User opens jmp. There is 1 icon...

    jbakri jbakri
    Discussions |
    Aug 1, 2022 12:32 PM
    1247 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    934 views | 0 replies
  • How do I apply time fixed effects with multiple regression

    I have financial panel data and would like to hold dummy time variables fixed as I regress the other independent variables to test my model's significance. Not sure how to proceed. Is this function only available in SAS? Thanks   

    RiDe RiDe
    Discussions |
    Jan 10, 2022 11:18 PM
    815 views | 0 replies
  • Projects Window List in JMP 15 for Mac -- Reorder?

    I'm trying to use JMP projects more with the promise of re-using graphs and analyses on new sets of similar data. I'm using the Window List in the UL as a kind of 'table of contents' that I can click into to see/show my findings for various analyses.  There is a flow to the findings which I'd like to order in that Window List.  Is this possible? I can't click and drag an entry for a window up or d...

    datanaut datanaut
    Discussions |
    Aug 16, 2021 6:38 AM
    720 views | 0 replies
view all discussions