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

  • I cannot add USL and LSL to my variability chart automatically

    Hi Guys,

    I am trying to have my Variability charts generated automatically with LSL and USL. This is the code I am using.
    This code runs but it does not generate the limits in the chart. Do you have any idea of what io am doing wrong?DeltaVar= New Window("GRR Delta Report", For(l=1, l<=Nitems(ListDelta),l++, tres=Variability Chart( Y(ListDelta[l]), X(:Chan, :SN), Model (Crosse...

    CrownofTears CrownofTears
    Discussions |
    Aug 13, 2023 7:53 AM
    1751 views | 2 replies
  • Trying to create a column and fill it with a formula but I get an error.

    View more...Hi, I can make the script to fill the new column created.

    This is the error I get:
     Has anyone an idea of whats wrong here?


    Formula Interrupted
    Cannot convert argument to a number [or matrix] at row 1 in access or evaluation of 'Subtract' , Column( j ) - /*###*/Column( j + 1 ) /*###*/
    Formula evaluation errors have been ignoredHi, I can make the script to fill the new column created.This is...

    CrownofTears CrownofTears
    Discussions |
    Aug 11, 2023 1:40 PM
    5960 views | 13 replies
  • JSL: How to change the width of a combo box

    Hi All,   I am working on some JSL code where I have some combo boxes listed in a V List Box(); The lists for the combo boxes are all of different character lengths, but I'd like the combo boxes to all have the same width.   The normal <<Set Width() call doesn't seem to work as expected. I could go in and manually change the character widths by padding the right of each item in each list with spac...

    SDF1 SDF1
    Discussions |
    Aug 11, 2023 5:40 AM
    3511 views | 6 replies
  • Saving output of a for loop so that the data isn't over-written.

    Hello all, I have a for loop that generates individual tables based on unique items in a list. On each table generated, calculations are done, and new columns are added to each table. Please see below for the code and my comments for each line. MaskList = Associative Array(Column(dt3, "mask") << Get Values) << Get Keys; // from dt3, puts unique masks into a list, removes duplicates show(MaskList)...

    JMPnoob JMPnoob
    Discussions |
    Aug 10, 2023 3:39 PM
    1480 views | 2 replies
  • How to make the content of the paste board into a table?

    The pasted board contains previous content, blank content, and tabs at the beginning of each line, and forms a tableThanks!

    1 2023-09-09 00:00 A C 2 2023-09-09 00:00 B D

    lala lala
    Discussions |
    Aug 10, 2023 9:02 AM
    3126 views | 8 replies

Latest Discussions

Latest Discussions

  • Get the JMP Default Dark color theme

    Hello, Is there anyway I could extract all the color codes used in these color themes, using JSL or any another way?I do have difficulties in dealing with colors, hence I rely more on HEX codes, or numeric codes.  Thank you.

    Kenobi Kenobi
    Discussions |
    Aug 9, 2023 9:26 AM
    1299 views | 0 replies
  • How to use JSL of JMP software to find the one that is more suitable for sinusoidal curve from multiple sets of data?

    Hello!For example, using large class data:
    Compare the height column and the weight column to see which column fits the sinusoidal distribution better.
    The parameters of the sine curve are random. Thanks! 

    UersK UersK
    Discussions |
    Jul 24, 2023 11:44 PM
    804 views | 0 replies
  • bounded KDE (Kernel Density Estimator)?

    Has anyone created or heard of function for JSL that returns a bounded KDE (Kernel Density Estimator)? I'm aware of the KDE used inside of the distribution platform, but one is not able to provide bounds to the domain.

    Prokaryote Prokaryote
    Discussions |
    Jun 23, 2023 11:56 AM
    928 views | 0 replies
  • How to set Scale Values in Graph Builder use Col Quantile function?

     HI, I want  set Scale Values in Graph Builder use Col Quantile function,  but always something wrong. the red code have some problem. I need color scale as Quantile Graph Builder( Size( 839, 726 ), Variables( X( :Prober_X ), Y( :Prober_Y ), Color( :OpticalPower ) ), Elements( Points( X, Y, Legend( 6 ) ) ), SendToReport( Dispatch( {}, "400", ScaleBox, {Legend Model( 6, Pr...

    Solarwing Solarwing
    Discussions |
    Jun 20, 2023 9:32 AM
    786 views | 0 replies
  • New Series on JSL and Visual Code Studio

    Just a heads up that we've been posting some additional JSL tricks on our LinkedIn Blog.   We have a weekly series that's been running currently focused on our Visual Code Studio Extension for JMP. Week 1:  https://www.linkedin.com/posts/predictum_automationjmp-series-use-vs-code-extension-activity-7062456347543359488-uzFu?utm_source=share&utm_medium=member_desktopWeek 2: https://www.linkedin.com/...

    wjlevin wjlevin
    Discussions |
    Jun 19, 2023 2:26 PM
    1222 views | 0 replies
view all discussions