cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to Use a Variable for Custom Value Order in JMP Scripting?

    Hi everyone, I'm trying to set a custom value order in a column using JSL. Here's the code that works when I hardcode the list:   TestTable:Origin << Set Property( "Value Order", {Custom Order({"EU", "IND", "US", "JPN", "AU"}), Common Order(0)} );   However, when I try to pass the list as a variable, it doesn't work: countriesOrder = {"EU", "IND", "US", "JPN", "AU"}; TestTable:Origin << Set Proper...

    mysteriouskrypt mysteriouskrypt
    Discussions |
    Aug 28, 2025 2:57 PM
    190 views | 1 replies
  • How to insert X axis break in graph builder?

    Hi everyone, I am trying to insert a simple X axis break in JMP, but can't find the option for it in the Graph Builder. In Origin Lab for example this was easily achievable using x axis breaks. I am quite new to JMP, so any help would be much appreciated! My X axis data are timestamps, spread over multiple days, but on a single day they are only in the range of up to one hours. If I put all timest...

    PaulMasuch PaulMasuch
    Discussions |
    Aug 28, 2025 10:52 AM
    8632 views | 12 replies
  • STATS on recurrence analysis, loglinear NHPP model

    Hi, I am new to recurrence analysis and JMP.
    I did the analysis and use loglinear NHPP model. I have a little trouble understanding the results (in attached image). It seems that the γ and δ values are listed in the Effect Marginals section of the result. If I want to do stats on gamma compared between two groups (AlphaC and Sym 1.0). How do I do that? JMP is not generating a p value so I want to d...

    Caozheng0115 Caozheng0115
    Discussions |
    Aug 28, 2025 9:22 AM
    380 views | 0 replies
  • jmp 18.2.2 windows issues

    1. jmp opens multiple instances when clicking on a jmp or jsl file. 2. opening jsl runs it automatically even though i checked off preferences/windows specific/jsl scrupt should run only 

    RonB RonB
    Discussions |
    Aug 28, 2025 4:12 AM
    327 views | 2 replies
  • Path to long for Files in Directory() ?

    I came across the following problem while trying to access some files: Due to some directory structures the path to the desired directory can be greater than 134 characters. If the path is 134 characters long or shorter, file in directory() has no problem of listing the files in the directory, but if its longer than 134 (same parent directory) the list is empty. I already checked my permissions an...

    Erik_The_First Erik_The_First
    Discussions |
    Aug 27, 2025 10:39 PM
    1119 views | 9 replies

Latest Discussions

  • How to Use a Variable for Custom Value Order in JMP Scripting?

    Hi everyone, I'm trying to set a custom value order in a column using JSL. Here's the code that works when I hardcode the list:   TestTable:Origin << Set Property( "Value Order", {Custom Order({"EU", "IND", "US", "JPN", "AU"}), Common Order(0)} );   However, when I try to pass the list as a variable, it doesn't work: countriesOrder = {"EU", "IND", "US", "JPN", "AU"}; TestTable:Origin << Set Proper...

    mysteriouskrypt mysteriouskrypt
    Discussions |
    Aug 28, 2025 2:57 PM
    190 views | 1 replies
  • STATS on recurrence analysis, loglinear NHPP model

    Hi, I am new to recurrence analysis and JMP.
    I did the analysis and use loglinear NHPP model. I have a little trouble understanding the results (in attached image). It seems that the γ and δ values are listed in the Effect Marginals section of the result. If I want to do stats on gamma compared between two groups (AlphaC and Sym 1.0). How do I do that? JMP is not generating a p value so I want to d...

    Caozheng0115 Caozheng0115
    Discussions |
    Aug 28, 2025 9:22 AM
    380 views | 0 replies
  • Graphiques dans les marges d'un nuage de points

    Il peut être intéressant dans un nuage de points de rajouter pour chacune des deux variables et dans les marges une boite à moustaches ou un histogramme. Je n'ai pas trouvé, est ce possible ? Par avance merci.

    rugolf rugolf
    Discussions |
    Aug 27, 2025 1:19 PM
    343 views | 4 replies
  • Obtenir un raccourci pour la commande "Exécuter à nouveau les formules"

    Ce serait très pratique d'avoir quelque chose comme le F9 d'Excel, notamment pour les formules avec de l'aléatoire. Je n'ai pas trouvé le moyen de "coller" un raccourci à cette commande. Possible ? Par avance merci.

    rugolf rugolf
    Discussions |
    Aug 27, 2025 11:15 AM
    166 views | 1 replies
  • script - delete or reorder colums

    hi,   I would like to add "delete multiple columns" or "reorder multiple columns" to my script. How can I code this into my scripts? JMP help provides a simple description for a single column, but I can't do it manually for more than 100 columns. Thank you in advance   A++  Zdenek   dt = Open("$SAMPLE_DATA/Big Class.jmp"); dt:height << Set Selected; Wait(2); dt << Delete Columns(); Edit (jthi): ad...

    cz1 cz1
    Discussions |
    Aug 27, 2025 12:39 AM
    174 views | 1 replies

Latest Discussions

view all discussions