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

  • 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
    1602 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
    1752 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
    2233 views | 4 replies
  • JSL providing variability chart with greyed out background, how to "click" on the graph to make vibrant?

    Hi all, I have made variability charts in the past but for some reason I am getting this greyed background for the graphs that makes it seem like it is unselected as below:When I click on the graph as below the color is how I expect it to. Is there some jsl code that accomplishes this? I have tried to "Select" the object but it highlights the entire region and doesn't provide me with the below pic...

    neelsrejan neelsrejan
    Discussions |
    Nov 15, 2023 8:16 PM
    2137 views | 4 replies
  • Not understanding the "cycle detected" log report

    Hello - I'm having a cycle detected in one of my tables, and I can't seem to find documentation on cycles. Maybe its there, and google and JMP's help index are failing me, but I'm pretty confused what the cycle report means. I'm currently getting the following report:Cycle detected for data column: Best concentration source 1. Calculated concentration 2. Best concentration value 0. Best con...

    ehchandlerjr ehchandlerjr
    Discussions |
    Nov 15, 2023 7:28 PM
    977 views | 1 replies

Latest Discussions

Latest Discussions

view all discussions