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

  • JMP import csv, shows as empty

    Hi team,  The table shows as empty when i choose to import through csv file. I saw couple posts before showing there is a issue with uploading with csv, just wondered if there is a workaround for this issue? Or do I have to upload through xlsx file?   ThanksJason

    OutputCivet4254 OutputCivet4254
    Discussions |
    Feb 5, 2024 2:14 PM
    999 views | 1 replies
  • Permutation test only producing one outcome

    I am trying to do a permutation test to see if a group of parameters are different based on exposure. For my columns I have "Tx", "Intercept" and "Intercept Shuffled". I then do a Y by X with y = "Intercept" and x = "Tx". Based on the jump permutation test guidelines (Example of a Permutation Test (jmp.com)), after running a one way ANOVA I am able to right click the F-statistic and select simulat...

    spiny11 spiny11
    Discussions |
    Feb 5, 2024 11:51 AM
    993 views | 1 replies
  • Adding conditon to variables in graph builder in JSL

    Hi all,  I'm trying to modify the graph builder code which has certain variables. I would like to add conditional statements to include or exclude those certain variables. I tried using if statements, but it doesn't seem to work properly. I would appreciate any suggestions in the matter.      Example code: I want to take an input from the user (already done with this part), to evaluate whether the...

    RA899 RA899
    Discussions |
    Feb 5, 2024 11:21 AM
    1932 views | 3 replies
  • Change axis width in Graph Builder

    I would like to change the axis width in Graph Builder, but the <<Set Width message doesn't seem to work. My demo script: Names Default To Here( 1 ); dt_class = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb_test = Graph Builder( Size( 534, 454 ), Show Control Panel( 0 ), Variables( X( :height ), Y( :name, Order By( :height, Ascending, Order Statistic( "Mean" ) ) ) ), Elements( Bar( X, Y, Lege...

    matth1 matth1
    Discussions |
    Feb 5, 2024 8:12 AM
    2249 views | 3 replies
  • Box plots from five number summary - missing table?

    I am trying to understand the proposed solution (by @mpb ) here https://community.jmp.com/t5/Discussions/Box-plots-from-five-number-summary/td-p/2786but the table suggested in the solution is missing. Can anyone help me with a similar table?

    Neo Neo
    Discussions |
    Feb 5, 2024 6:52 AM
    4470 views | 9 replies

Latest Discussions

  • JMP import csv, shows as empty

    Hi team,  The table shows as empty when i choose to import through csv file. I saw couple posts before showing there is a issue with uploading with csv, just wondered if there is a workaround for this issue? Or do I have to upload through xlsx file?   ThanksJason

    OutputCivet4254 OutputCivet4254
    Discussions |
    Feb 5, 2024 2:14 PM
    999 views | 1 replies
  • Permutation test only producing one outcome

    I am trying to do a permutation test to see if a group of parameters are different based on exposure. For my columns I have "Tx", "Intercept" and "Intercept Shuffled". I then do a Y by X with y = "Intercept" and x = "Tx". Based on the jump permutation test guidelines (Example of a Permutation Test (jmp.com)), after running a one way ANOVA I am able to right click the F-statistic and select simulat...

    spiny11 spiny11
    Discussions |
    Feb 5, 2024 11:51 AM
    993 views | 1 replies
  • Change axis width in Graph Builder

    I would like to change the axis width in Graph Builder, but the <<Set Width message doesn't seem to work. My demo script: Names Default To Here( 1 ); dt_class = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb_test = Graph Builder( Size( 534, 454 ), Show Control Panel( 0 ), Variables( X( :height ), Y( :name, Order By( :height, Ascending, Order Statistic( "Mean" ) ) ) ), Elements( Bar( X, Y, Lege...

    matth1 matth1
    Discussions |
    Feb 5, 2024 8:12 AM
    2249 views | 3 replies
  • Box plots from five number summary - missing table?

    I am trying to understand the proposed solution (by @mpb ) here https://community.jmp.com/t5/Discussions/Box-plots-from-five-number-summary/td-p/2786but the table suggested in the solution is missing. Can anyone help me with a similar table?

    Neo Neo
    Discussions |
    Feb 5, 2024 6:52 AM
    4470 views | 9 replies
  • Private yes/no?

    When I open a data table, I can use the option private to hide the data table:dt = Open( "$SAMPLE_DATA/Big Class.jmp", private ); The same feature is also available for table operations like Subset, Concatenate, and so on:Data Table( "Big Class" ) << subset(1, Private) Data Table( "Big Class" ) << Concatenate( Data Table( "Big Class" ), Private);For MFI, there no such option :(
    ... up to now, but a...

    hogi hogi
    Discussions |
    Feb 4, 2024 7:36 AM
    1195 views | 1 replies

Latest Discussions

  • How might I include a line break (or a second line) in the print header of a PDF generated from a Journal window?

     w = New Window("window", <<Journal, hlb = hlistbox() ); w << Set Print Headers( "lineone \!n linetwo", "", "Page &pn; of &pc;" ); w << SavePDF ( "C:\Users\blahblah.pdf");The above script should include a line break in the "left header" so that it has two lines. Instead the resulting PDF just has a non-printing box character between the two words, like this ... and if i copy that text into this wi...

    mann mann
    Discussions |
    Jan 31, 2024 6:25 AM
    1092 views | 0 replies
  • GraphBuilder Legend hook

    There are many useful instances of being able to have a hook onto the selection state change of a legend for a chart / graph.  With the non graph-builder method of generating charts' and graphs' legends (using Row Legend()), this was quite simple as the display element was simply a Table Box() that can receive a Set Row Change Function() message.  The same cannot be done (to my knowledge) with Gra...

    ErraticAttack ErraticAttack
    Discussions |
    Jan 17, 2024 6:41 PM
    747 views | 0 replies
  • Copy Columns - selected rows

    Copy Columns from the right-click context menu of a column header is very useful. Just copy the column(s)  - with all the settings ... and paste it into a JSL script - or another table. There is a hidden feature:
    When rows are selected, the values of the selected rows are used as arguments of the Set Values() command and will populate the cells of the new column. So, when you select all rows before...

    hogi hogi
    Discussions |
    Jan 3, 2024 1:27 PM
    1228 views | 0 replies
  • Documentation for Promise/async http requests

    Hi, I was wondering if anyone knows of any documentation for Promise objects. So far I am finding fairly little in the scripting index or at https://www.jmp.com/support/help/en/17.2/index.shtml. I am currently working from the Send documentation, which gives an example and demonstrates that you can use `<< On Response` and `<< On Error`, but not what else, if anything you can do with a Promise obj...

    mat-ski mat-ski
    Discussions |
    Dec 22, 2023 9:45 AM
    837 views | 0 replies
  • Keyboard shortcuts

    [More Topic Containers like this] Jmp Help/Keyboard Shortcuts   assign new Keyboard ShortcutsAssigning-keyboard-shortcuts-for-frequently-used-options comment/uncomment blocks of code (international keyboard)A shortcut can be set in the menu customization Editoradd  keyboard shortcuts for your own functionsadd them to the main menu/ to a toolbar and assign a shortcutadd keyboard shortcuts for "open...

    hogi hogi
    Discussions |
    Nov 26, 2023 1:38 AM
    1134 views | 0 replies
view all discussions