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

Latest Discussions

  • JSL

    How to find minimum or maximum of combined values of R^2 after performing fit line on a bivariate plot in JSL 

    ParametricStudy ParametricStudy
    Discussions |
    Jul 25, 2023 8:16 AM
    1833 views | 4 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
    812 views | 0 replies
  • Error message from Elements( Points( X, Y, Legend( 2 ) ) ),

    Hi all,I am trying to make a graph, However, I get an error message, but I don't have any idea where it comes from.Here is my program:graph = RAW_DATA_TABLE << Graph Builder( Size( 450, 400 ), Show Legend( 0 ), Show Control Panel( 0 ), Variables( X( :Numéro de lot ), Y( Eval( defaut ) ), Elements( Points( X, Y, Legend( 2 ) ) ), SendToReport( Dispatch( {},...

    Sebastienlg Sebastienlg
    Discussions |
    Jul 24, 2023 2:56 PM
    1735 views | 3 replies
  • maximize function

    Hello!is there any way to implement the maximize function to find or search for the max values of a linear fit or in a polynomial graph? Thanks 

    ParametricStudy ParametricStudy
    Discussions |
    Jul 24, 2023 10:25 AM
    1293 views | 1 replies
  • Parse String with no Delimiter

    Hi, I have 3 columns: A, B, and C.  Each column contains a string like "A121A5*6".  I would like to parse each alphabet or the * symbol and subsequent number into separate columns.  With the example string, there will be 3 columns with A121, A5, and *6. I want to do that for Columan A, B, and C, except when the value of the column is NA.  How do I do this?  Thank you! 

    PopulationWolf4 PopulationWolf4
    Discussions |
    Jul 23, 2023 6:39 AM
    1720 views | 3 replies

Latest Discussions

  • 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
    812 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
    933 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
    789 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
    1226 views | 0 replies
  • Overlaying histograms: Iterating a function through N number of columns?

    @PatrickGiuliano ,  As a response to our latest discussion : Re: How to overlay histograms in JMP Thanks a lot for the response. Also, 1) I would like to get more guidance on ' possibilities of iterating the Overlap function for more columns ( N number of Columns), if possible. the code for : Y Function(N, x):  can be iterated ?  Y Function(N, x);
    For(i = 1, i <= N Col(xm), i++,
    ym[i] = Min(Normal D...

    DecileDromedary DecileDromedary
    Discussions |
    Jun 19, 2023 6:31 AM
    702 views | 0 replies
view all discussions