cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

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
    2101 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
    1764 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
    4573 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
    2747 views | 3 replies
  • Quadratic Models with Inputs that change X-Position of Vertex

    Hi JMP Community, I have a response variable that goes from 0 to 100% and following a quadratic function in response to a continuous variable. The vertex of which can only go up to 100%. The problem I'm having is that there's a nominal factor that can shift this function to the left and to the right. So far, I've filtered for responses to less than 80% to make the regression mostly linear (2nd ord...

    lloyd_tripp lloyd_tripp
    Discussions |
    Jan 27, 2021 9:14 AM
    2271 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
    2101 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
    1578 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
    2840 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
    1784 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
    12105 views | 9 replies

Latest Discussions

view all discussions