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

  • How to script to apply spec limit values appearing in a column to its own property based on labels on other columns?

    I have incoming data similar to the attached data table.I would like to (as an example)save the row values appearing (first/top) in column Breakdown_5 against rows USL/LSL (under Label) for T5 (under TestStage) as limits in Breakdown_5 column property, similarly save the row values appearing (first/top) in column Resistance_7 against rows USL/LSL (under Label) for S7 (under TestStage) as limits in...

    Neo Neo
    Discussions |
    Nov 17, 2023 4:54 AM
    3733 views | 6 replies
  • Caution: Places where Jmp does something unexpected

    Definitely, JMP is Not a Spreadsheet . And that's great!! Besides this difference, there are other places where Jmp doesn't do/behave/produce what a newbie / innocent Jmp user expects.
    If a user knows these issues and the remedies and workarounds -  he/she can
    a) save a lot of time b) be safe from data loss c) be sure that the results are as expected.

    [More Topic Containers like this]   Topicdescrip...

    hogi hogi
    Discussions |
    Nov 17, 2023 4:15 AM
    1404 views | 0 replies
  • Make invisible data table out of a graph builder

    Hello , Inside a loop, I make datatables out of graph builders . Point is that I would like those data tables to be invisible and I cannot figure out how to do it. As an illustration, here is the exemple from the scripting help : Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); obj = Graph Builder( Variables( X( :Sex ), Y( :Height ), Group X( :Age ) ), Elements( Box Plot( X...

    johanna_younous johanna_younous
    Discussions |
    Nov 17, 2023 2:53 AM
    1604 views | 2 replies
  • set control limits in Control Chart

    Greetings,
    I'm using JMP 17, I tried to set control limit for chart A (x-bar) and chart B (R)
    edt is the data table.
    below is my script:

    graph = edt << Control Chart Builder( Size( 1123, 586 ), Show Alarm Report( 1 ), Show Control Panel( 0 ), K Sigma( 2.5 ), Variables( Subgroup( :CaptureDateTime ), Y( :CaptureValue ) ), Chart( Position( 1 ), Limits, Set Control Limits( {LCL( 49.5 ), UCL( 50.5 ), Avg( ...

    Celine1 Celine1
    Discussions |
    Nov 17, 2023 1:56 AM
    1754 views | 1 replies
  • Sorting words in a string

    I would like to sort words alphabetically in a string.  I am stuck trying to get the list back into one string. string= "sort this sentence"; string_list = sort list(words(string ));  // string_list = {"sentence", "sort", "this"}; Sorted_string = (string_list);  // not sure how to create Sorted_string = "sentence sort this" show(string, string_list, Sorted_string);

    justvince justvince
    Discussions |
    Nov 16, 2023 11:49 AM
    2246 views | 4 replies

Latest Discussions

Latest Discussions

  • Caution: Places where Jmp does something unexpected

    Definitely, JMP is Not a Spreadsheet . And that's great!! Besides this difference, there are other places where Jmp doesn't do/behave/produce what a newbie / innocent Jmp user expects.
    If a user knows these issues and the remedies and workarounds -  he/she can
    a) save a lot of time b) be safe from data loss c) be sure that the results are as expected.

    [More Topic Containers like this]   Topicdescrip...

    hogi hogi
    Discussions |
    Nov 17, 2023 4:15 AM
    1404 views | 0 replies
  • Is it possible to change the color of the median line in a box plot (with graph builder) via JSL?

    Is it possible to change the color of only the median (horizontal) line in a box plot (with graph builder) via JSL? If yes, could I get an example please (I am on JMP 16.2)?

    Neo Neo
    Discussions |
    Nov 15, 2023 7:25 AM
    978 views | 0 replies
  • JSL script to open a SharePoint .xlsx worksheet.

    Hi!I am getting the below error when I tried to implement this method of opening an excel worksheet from SharePoint. Is there another method ?(Solved: How to extract data from an Excel file on Sharepoint? - JMP User Community) 

    MIchaels MIchaels
    Discussions |
    Nov 15, 2023 12:58 AM
    1012 views | 0 replies
  • JMP Progress Bar

    Hello expert,I'm running a script in JMP 17.0 (basically handling ~200,000 rows of data : 20MB) & trying to save the treemap result in html.after waiting for ~10 mins, JMP progress bar appear like below;I see the update but I don't know how to read this progress bar.The reason I ask this question is because I would like to set Task Scheduler later on to run the JSL script.So, I just want an approx...

    WebDesignesCrow WebDesignesCrow
    Discussions |
    Nov 14, 2023 7:10 PM
    762 views | 0 replies
  • Functional data in rows-as-functions, but different rows have different step size

    Hello - I have a table with 250+ experiments and thousands of columns, about 100 that are for either raw or transformed data, and then I'm taking output from an xml file with functionally "spectral data" (XRD diffractograms for anyone that is familliar), and just laying that on its side in row form (more explanation if needed in another question I posted here: https://community.jmp.com/t5/Discussi...

    ehchandlerjr ehchandlerjr
    Discussions |
    Oct 28, 2023 12:33 PM
    799 views | 0 replies
view all discussions