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

  • Dynamically adding distribution plots to a table

    I have a table with roughly ~180 columns of data.  I'd like to dynamically add a distribution plot (to the table) for each column via a for loop in JSL (with a local data filter specific to each column).  Is this possible? What happens in my attempts is all the attached plots are the last value of the for loop. Probably something simple I'm missing. thanks!

    matador951 matador951
    Discussions |
    Jan 18, 2024 8:38 AM
    2999 views | 7 replies
  • Task to build control chart with automatic warning

    Hi Team, I am trying to build control chart like WAT SPC chart via JMP.I am almost done the chart but I can only plot it by click the JSLHowever, my issue now is how to load data automatically (like file in specifc path or read it from server).After load the data, how I can only get help from JMP to sent out warning only for the new data point.Actually I try the alarm function but it alwasy stuck ...

    Lichun Lichun
    Discussions |
    Jan 18, 2024 7:49 AM
    5905 views | 12 replies
  • Changing the width of the grid lines

    Doesn't anyone know how to change the  grid line width? I would be most grateful for an answer on how to do it using JSL JMP alhough an answer how to do it manually, would also be useful for me.

    Giardini Giardini
    Discussions |
    Jan 18, 2024 2:51 AM
    2000 views | 2 replies
  • How do I create a new table using another columns?(get columns from different tables)

    Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt1 = Open( "$SAMPLE_DATA/Iris.jmp" ); New Table( "Merge Columns", Add columns( 3 ), Add rows(100), New Column( "1st", Set Values( column(dt, 3 ) ) ), New Column( "2nd", Set Values( column(dt, 1) ) ), New Column( "3rd", Set Values( column(dt1, 1) ) ) );Hi all. I want to make a new table getting another c...

    NetflixDingo567 NetflixDingo567
    Discussions |
    Jan 18, 2024 1:54 AM
    1149 views | 1 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

Latest Discussions

Latest Discussions

  • 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
  • query in topic modelling

    how to find coherence values in topic modeling. Moreover how to plot topic proportion and and publication years in text explorer option 

    FrequencyBeetle FrequencyBeetle
    Discussions |
    Jan 11, 2024 4:20 AM
    721 views | 0 replies
  • Acrobat OCR settings for preparing PDFs for import using the PDF import wizard

    Just sharing an issue I had with Adobe Acrobat and the JMP PDF Import Wizard in case others come across the same problem.A few months ago I had a workflow where I needed to perform OCR on PDFs in Acrobat (Pro) before I could use the PDF Import Wizard to pull data from the PDFs into JMP - this had been working fine for a long time.When I tried this again last week I had an issue where many pages wo...

    jc510_2 jc510_2
    Discussions |
    Jan 8, 2024 2:02 PM
    1693 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
    1226 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
view all discussions