cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • How can use variables instead of column names in graphing JSL?

    For example, the following script, I want to use
    aa="height";
    bb="weight";
    In JSL use aa, bb to code the relevant column names.Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); aa = "height"; bb = "weight"; p1 = dt << Graph Builder( Size( 765, 453 ), Show Control Panel( 0 ), Show Legend( 0 ), Legend Position( "Bottom" ), Variables( X( Transform Column( "Row", Formula( Row() ) ) ), Y( aa ), Y( bb...

    lala lala
    Discussions |
    Mar 28, 2023 2:16 AM
    1296 views | 2 replies
  • How to change the number of decimal places shown in reports and graphs?

    How do tell JMP that want exactly three decimal places in every number in every report or graph?There must be an easy answer to this question, but it eludes me (and at least two others on the forums). Here's what I tried:* Change the column settings from "Best" to "Fixed Dec" with 3 decimal points. It alters the way data are displayed, but not the output in the reports.* Examine the numerous optio...

    Juter Juter
    Discussions |
    Mar 28, 2023 2:09 AM
    3993 views | 1 replies
  • JSL Open function isn't creating a subset based on optional argument "Select Columns"

    Hi all,  I am working on importing various structured data files into a jmp dataframe using the Open method. I am struggling to see what I am doing wrong for the second case as I am able to use the method to subset as I wish for the first code block. Any help would be appreciated! [file name] is for the string format of the file name not a variable reference. I am omitting full name per company po...

    neelsrejan neelsrejan
    Discussions |
    Mar 28, 2023 1:40 AM
    1897 views | 4 replies
  • Problem time axis settings graph builder

    I have a problem with time axis settings in graph builder see file in attachment. When I use the full time axis scale for factor "Tijd" it is OK but adjusting axis settings to a more narrow "Tijd" scale I get a blank graph with increment time setting that don't correspond to my requested adjustments. Also (not shown), I can't  concatenate this data set with another one, time/Tijd distribution goes...

    frankderuyck frankderuyck
    Discussions |
    Mar 27, 2023 11:44 PM
    1841 views | 5 replies
  • Show multiple images in graph label?

    I really appreciate the ability to add images to a JMP table, and add that column as "label" so that when I hover over the data point, it shows the image! However, when I add two different images as label, only the first one is shown. I'd really like to be able to hover over a data point and view both images. Is there any way to do that in JMP? Or is the only solution to use an external program to...

    markschwab markschwab
    Discussions |
    Mar 27, 2023 9:24 PM
    1713 views | 4 replies

Latest Discussions

  • How to change the number of decimal places shown in reports and graphs?

    How do tell JMP that want exactly three decimal places in every number in every report or graph?There must be an easy answer to this question, but it eludes me (and at least two others on the forums). Here's what I tried:* Change the column settings from "Best" to "Fixed Dec" with 3 decimal points. It alters the way data are displayed, but not the output in the reports.* Examine the numerous optio...

    Juter Juter
    Discussions |
    Mar 28, 2023 2:09 AM
    3993 views | 1 replies
  • Problem time axis settings graph builder

    I have a problem with time axis settings in graph builder see file in attachment. When I use the full time axis scale for factor "Tijd" it is OK but adjusting axis settings to a more narrow "Tijd" scale I get a blank graph with increment time setting that don't correspond to my requested adjustments. Also (not shown), I can't  concatenate this data set with another one, time/Tijd distribution goes...

    frankderuyck frankderuyck
    Discussions |
    Mar 27, 2023 11:44 PM
    1841 views | 5 replies
  • Show multiple images in graph label?

    I really appreciate the ability to add images to a JMP table, and add that column as "label" so that when I hover over the data point, it shows the image! However, when I add two different images as label, only the first one is shown. I'd really like to be able to hover over a data point and view both images. Is there any way to do that in JMP? Or is the only solution to use an external program to...

    markschwab markschwab
    Discussions |
    Mar 27, 2023 9:24 PM
    1713 views | 4 replies
  • Jmp not recognizing the column headers from excel

    I am trying to open an excel file from JMP to start analysis. This excel file has the column headers on row 1, but JMP is not able to detect the column names even after selecting the check mark on the import option and additionally, JMP only shows columns from 6 and doesn't read all the columns. First screenshot is jmp export page not detecting the column names. Second screenshot is the excel file...

    ClassMandrill86 ClassMandrill86
    Discussions |
    Mar 27, 2023 3:03 PM
    5079 views | 10 replies
  • Name == Main?

    Is there a similar syntax in jmp that replicates the behavior of if __name__ == __main__ of python?

    BKMitchell BKMitchell
    Discussions |
    Mar 27, 2023 7:57 AM
    924 views | 1 replies

Latest Discussions

  • Black Cursor Keeps Turning into the Regular Windows Cursor

    I am trying to hover over values to get the provided explanations, but it won't work because my mouse cursor keep changing into the regular white windows cursor. I only have the black cursor when hovering over certain things (like graphs) but I want it to be active for the entire window. Is there anyway to fix this? Edit: Nevermind, the white cursor works fine. I saw in another discussion that I j...

    Shipidento Shipidento
    Discussions |
    Mar 17, 2023 5:50 PM
    1347 views | 0 replies
  • problème affichage date et heure dans un dashboard

    bonjour, j'ai créé un dashboard avec un script. Quand je fais affiché la date et l'heure, j'ai des affichages qui varient et qui décalent mes graphiques.comment je peux supprimer ce problème dans mon script? cordialement

    Françoise Françoise
    Discussions |
    Mar 17, 2023 4:55 AM
    981 views | 0 replies
  • JMP17 JSL 读取多张表时值为空怎么解决?

    JMP17版本用之前15版正常的读取程序,结果为空值。比如第一个表中一行是1,2,3这种值的,第二张表这一系列,是这列,ML1,R1拼接在一起,L1,R1,M1就自动改变亏值。求问大佬怎么解决?dir = Pick Directory( "Select a directory" ); //得到所有文件名,注意要确保所有表格字段名一致,且表格样式一样,否则会得到非预期结果。 files = Files In Directory( dir, Recursive ); If( Contains( files, ".DS_Store" ), files = Remove( files, Contains( files, ".DS_Store" ) ) ); For( i = 1, i <= N Items( files ), i++, fullfile = dir || files[i];...

    lehaofeng lehaofeng
    Discussions |
    Mar 16, 2023 5:58 AM
    698 views | 0 replies
  • How to get ROC table for Neural Network classification model?

    I fitted Neural Network on a dataset that has nominal response variable. For logistic regression model, I can see ROC table along with ROC curve. However, in neural networks (and other ML models) I only get the ROC curve but not ROC table.

    abhinavsharma91 abhinavsharma91
    Discussions |
    Mar 12, 2023 5:58 AM
    683 views | 0 replies
  • change font size only on the major ticks when using log scale

    Hi, when using a log scale two font sizes are being used (for the major and minor ticks). How do I only change one of them (e.g. major ticks)? Any change I make seems to apply to both. In other words, I want to have the font size for 100, 1000 to be closer to that of 200, 300, 400 in the example below using JMP17.0.0 

    mvanderaa1 mvanderaa1
    Discussions |
    Mar 10, 2023 3:07 AM
    714 views | 0 replies
view all discussions