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

  • Cross section of a 2D plot

    How to I plot the variation in a 2D plot along say vertically in a 1D line plot in JMP?I am coming from Matlab (an equivalent in MATLAB is something like this )Thanks,  

    Neo Neo
    Discussions |
    Oct 26, 2023 2:13 PM
    4192 views | 8 replies
  • Reformat Script - Protect some code?

    Reformat Script in JSL Editor is very helpful to get the code with a formatted structure. Often it helps to find bugs in the code and to keep the overview.But sometimes, it's the opposite.
    Is there a way to protect code in a specific area from being shuffled by Reformat Script?  Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << Recode Column( dt:name, {Map Value( _rcO...

    hogi hogi
    Discussions |
    Oct 26, 2023 2:32 AM
    2053 views | 5 replies
  • How to get Pareto/Histogram plot for failing parameters when using Process Capability platform?

    I use the the example script below to select and color the out of spec values of each measured parameter in my test data set.I want to create a pareto/histogram plot with measured parameter names (on x-axis) and number of fail occurrences (on y axis) per parameter and order the parameter names as decreasing with no of fails/parameter (i.e. to get a parameter fail pareto plot). The first thing come...

    Neo Neo
    Discussions |
    Oct 25, 2023 11:14 AM
    1383 views | 2 replies
  • Is it possible to show excluded row values on chart via JSL?

    In my attached example data table (and box plot chart script inside), I would like to show the excluded row values as points (or Marker (29)) on the chart. These excluded rows do not necessary need to be excluded but should not participate in the Box Plot. Is this doable via JSL (I am on JMP 16.2)? Perhaps using Show Excluded Rows (), but cannot get it to work as desired.

    Neo Neo
    Discussions |
    Oct 25, 2023 3:49 AM
    2182 views | 3 replies
  • How can script to get which columns have been selected for the table?

    The value can be a column number or a specific column name.Settings are selected in whole columns. Thanks!

    lala lala
    Discussions |
    Oct 25, 2023 3:21 AM
    1130 views | 1 replies

Latest Discussions

  • Reformat Script - Protect some code?

    Reformat Script in JSL Editor is very helpful to get the code with a formatted structure. Often it helps to find bugs in the code and to keep the overview.But sometimes, it's the opposite.
    Is there a way to protect code in a specific area from being shuffled by Reformat Script?  Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << Recode Column( dt:name, {Map Value( _rcO...

    hogi hogi
    Discussions |
    Oct 26, 2023 2:32 AM
    2053 views | 5 replies
  • Match case ( 0 )

    HelloI would like to find test names that continue "pcie0" sometimes in lower or upper formatI understand I should use Match case ( 0 )I have added it to my script but received errorcan you check what I should change in my script?  Column(dt, "PARAMETR") << Set Each Value( If( Contains(( :TEST_NAME,"pcie0")), Match case( 0 ),"PCIE0",:PARAMETR)); 

    Dennisbur Dennisbur
    Discussions |
    Oct 23, 2023 9:59 PM
    1732 views | 4 replies
  • Running JMP on RDS (Remote Desktop Services)?

    We are currently running JMP on Citrix servers.  We've been asked by our IT department to see if JMP will run using Remote Desktop Services (RDS).  Is that possible?  Has anyone else done this and can you share war stories? Thanks, Peter

    pmroz pmroz
    Discussions |
    Oct 23, 2023 8:54 AM
    3136 views | 5 replies
  • How to use JSL to set the color gradient of a column in text format by the value of a numeric column?

    For example, the name column of Big Class.jmp automatically sets the color gradient of the name based on the value of the height column
    It is required to be done in script.Thanks!

    lala lala
    Discussions |
    Oct 20, 2023 1:32 AM
    5647 views | 16 replies
  • Is it possible to customize such buttons in the toolbar: a button next to an editor bar?

    The edit bar can fill in characters, click the button to run a JSL, JSL can automatically read the content of the edit bar and write into the variable. Thanks!

    lala lala
    Discussions |
    Oct 19, 2023 11:01 PM
    679 views | 0 replies

Latest Discussions

  • Is it possible to customize such buttons in the toolbar: a button next to an editor bar?

    The edit bar can fill in characters, click the button to run a JSL, JSL can automatically read the content of the edit bar and write into the variable. Thanks!

    lala lala
    Discussions |
    Oct 19, 2023 11:01 PM
    679 views | 0 replies
  • Is it possible to have independent x-axis ordering within x-axis groups in graph builder?

    In the attached data table the saved script plots the chart below.I want the x-axis parameter bars to change in order with the highest number of fails appearing first within each week (i.e. a Pareto type plot within each week)I created a FailOrder column for ordering within each week, but it does not seem to do what I want. Is there a way, via JSL, to have the order of the parameters (Para) in asc...

    Neo Neo
    Discussions |
    Oct 17, 2023 7:33 AM
    806 views | 0 replies
  • What determines which data table is seen as "Associated Data" for New Window?

    What determines which data table is seen as associated data for a new window? First drawn report and it's data table? Something else? Is there a way to change that associated table / determine on creation what it should be (without first creating some report which will be removed)?   This example script will have the summary table as associated data, but I would like it to be the Big Class table. ...

    jthi jthi
    Discussions |
    Sep 21, 2023 9:44 AM
    871 views | 0 replies
  • Data Access Handler

    How can I define a function that is activated when Jmp accesses the data in a column.I found the Event Handler option in the Column Properties.  But there I can only define functions for the cases: Click, and Mouseover (and I can set the color of the link)- but there are no settings for Write Data Access and Read Data Access. Applications:- To check the performance of code (https://community.jmp.c...

    hogi hogi
    Discussions |
    Sep 16, 2023 12:21 AM
    657 views | 0 replies
  • Use JMP Locale Settings( 0 ) not working on macOS

    It seems the following command does not work for JMP MacOS.   Use JMP Locale Settings( 0 )   Is there a general script to deal with the following scenario? Or do we need to put conditionals depending on the OS of the user? // Configuring JMP to save CSV as commas and not If( (Num( "3.14" ) == 3.14), is_EN_num_format = 1, //"English numeric format" is_EN_num_format = 0 //"Non-english"); )...

    FN FN
    Discussions |
    Sep 15, 2023 10:21 AM
    786 views | 0 replies
view all discussions