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 make script for Process Capability analysis with certain distribusion dynamically?

    Atatched code and result are what I want to do with JSL on JMP 15, however this is hard-coded unfortunately. This does not work for other data with different distribution.
    I want to know the way how to make the Process Capability analysis dynamically with best distribution in the followings: Y » Continuous Fit » Fit AllChoose Top distribution (In this case, 'Top' is 'Weibull')Fitted 'Top' Distribut...

    bitwalk bitwalk
    Discussions |
    Jan 27, 2021 3:11 PM
    3560 views | 5 replies
  • Single data points not displayed when using axis column properties

    I have an issue while using JMP for process tracking on various groups of data. The data sets can be of any length or width depending on when certain characterization is finished. For a particular field, I use <<set column property() to default the axis to log scale when using the graph builder.  For this log scale parameter I get the following outcomes depending on how many data points are in the...

    Kyle_at_ii-vi Kyle_at_ii-vi
    Discussions |
    Jan 27, 2021 2:12 PM
    2026 views | 3 replies
  • Populate a collistbox from the clipboard

    I am looking for a way to populate a collistbox from a list of columns in the clipboard.  I tried the getclipboard() command but since the list that is returned isn't a list of columns names this approach fails. For background, I am copying a list of column names out of one datatable (the names are listed in the rows) and using the copied list of column names as the input for an analysis in anothe...

    shampton82 shampton82
    Discussions |
    Jan 27, 2021 1:45 PM
    1718 views | 2 replies
  • How to create an array from Column Names and values.

    I have a table that has 3 columns and a single row of values and I am trying to create an Associative array from it,I have tried this:Names Default To Here( 1 ); dt = Current Data Table(); keysList = dt << Get Column Names(string); tablData = Associative Array(); For(i=1, i <= N Items(KeysList), i++, tablData<< Insert(KeysList[i]) ); //end of For tablData << Get Values;The array is created but al...

    ALopez ALopez
    Discussions |
    Jan 27, 2021 1:24 PM
    4486 views | 2 replies
  • How do I compare a variables values to a table column value

    I have what should be a simple problem, but I don't know the right way to phrase it. I have a few variables;   A1 = "44";   A2 = "47";   A3 = "50"; //numbers are in string format intentionally   And a data table, dt,  where these variables are included among many others in one column, column "LOT". If I create a for loop, to find these variables in the table, and mark the rows when they are found,...

    JensRiege JensRiege
    Discussions |
    Jan 27, 2021 11:33 AM
    2650 views | 3 replies

Latest Discussions

  • Single data points not displayed when using axis column properties

    I have an issue while using JMP for process tracking on various groups of data. The data sets can be of any length or width depending on when certain characterization is finished. For a particular field, I use <<set column property() to default the axis to log scale when using the graph builder.  For this log scale parameter I get the following outcomes depending on how many data points are in the...

    Kyle_at_ii-vi Kyle_at_ii-vi
    Discussions |
    Jan 27, 2021 2:12 PM
    2026 views | 3 replies
  • How can convert JSON data in this format into a table?

    Thanks Experts! The result of a direct read is a column.d1=jsontodatatable(txt);

      How to use JSL to organize this JSON data into the table below.Thank you very much!

    lwx228 lwx228
    Discussions |
    Jan 27, 2021 6:24 AM
    1534 views | 1 replies
  • Fitting a response surface model with four factors (one factor is a nuisance factor)

    I've designed a DoE to study the influence of factors on a filtration process. First, I designed a fractional factorial DoE to investigate 4 factors at two levels (low and high) and also includes two center points. In the evaluation, I find that one of the four factors has no influence on the responses and is not considered in further DoE designs. The design is then augmented to include star point...

    Michael_Mart Michael_Mart
    Discussions |
    Jan 26, 2021 11:58 PM
    2714 views | 4 replies
  • column names won't display

    Hi, I've just upgraded to JMP 15 and have noticed that column names won't display unless they are selected (see screenshot). This also occurs if I use graphbuilder and if I drag columns to different axes they do not show up as well. Any help or suggestions would be greatly appreciated, thank you!  

    ross_marklein ross_marklein
    Discussions |
    Jan 26, 2021 12:06 PM
    1707 views | 2 replies
  • How to add border around bars in Graph Builder bar chart?

    For visual enhancement purposes I would like to put borders around each bar to make them stand out, though I cannot figure out if it's possible to do in JMP. This is do-able in Excel, but making charts of summarized data is a pain to make each time.Here is how it looks in JMP followed by what I am trying to achieve:Any help is much appreciated. Thanks.

    bio_grad bio_grad
    Discussions |
    Jan 26, 2021 5:26 AM
    11899 views | 9 replies

Latest Discussions

view all discussions