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

  • delete rows with same values except...

    Hello to you, I have this table and I want to delete all duplicated rows based on "entity" and "layer" column value with one exception - I want that rows that have the value "set process allowed to" in "layer" column, will stay and not delete the duplications. Would like your help with it:  

    Stas Stas
    Discussions |
    Jan 15, 2021 5:42 AM
    2009 views | 3 replies
  • Setting SPC control limits based on an initial set amount of data points in JMP?

    Hi fellow JMP users. 
    In Minitab when I wanted to set the Control limits for an SPC chart based on the first "x" amount data points (e.g. 10) I could do this very easily using the 'stage' feature. Any future data points over and above the initial stage would retain these control limits.
    Being relatively new to JMP I was curious how setting the control limits based on the first "x" amount of data poi...

    jpollock jpollock
    Discussions |
    Jan 15, 2021 4:38 AM
    1286 views | 1 replies
  • jsl script to recode multiple columns

    Dear All, I am trying to recode multiple columns by using the following script (also in attachment together with an example data table). I tried several changes but it does not work. The values in the columns just disappears instead of being recoded.  I appreciate any help. Many thanks,
    Marcello.     dt3 = Current Data Table(); n3 = dt3 << Get Column Names(); Show( n3 ); lstColNames_n3 = dt3 << Ge...

    MFVIT MFVIT
    Discussions |
    Jan 15, 2021 1:40 AM
    4206 views | 8 replies
  • Labeling data on split Y-axis

    JMP 15.1.0Sorry if this has been answered before. I have a graph built on graphbuilder with split y-axis (eg Temperature (y-axis1), Humidity (y-axis2) vs day). I want to add data labels showing the datapoint values for each series with its respective data (ie Temperature datapoints labeled with temperature values and Humidity datapoints labeled with humidity values). What I get is both series labe...

    howard_woo1 howard_woo1
    Discussions |
    Jan 14, 2021 10:19 PM
    2288 views | 3 replies
  • transpose list of lists (summarize()) without a for loop

    Can anyone think of a way to transpose a list of lists like what comes from the following script so that each row is grouped together instead of by column.  I know I can do it with a for loop but I'm wondering if there's anything better or less brute.     Names default to here(1); dt = open("$SAMPLE_DATA\Big Class.jmp"); summarize(dt, d = By(:age, :sex)); rows = nitems(d); cols = nitems(d[1]); s...

    vince_faller vince_faller
    Discussions |
    Jan 14, 2021 6:19 PM
    12335 views | 11 replies

Latest Discussions

Latest Discussions

view all discussions