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 update distribution graph and explore outlier platform in user window

    Dear All,   I'm updating a script that I wrote some time ago. You can find the original script/idea here. The original script was meant to update some basic statistical information as a user clicks through the columns listed in the "Select Columns" Panel Box of the current data table.   What I'd like to do now is add some panel boxes that also update when the user clicks on the different columns a...

    SDF1 SDF1
    Discussions |
    Aug 7, 2023 2:08 PM
    1872 views | 2 replies
  • Calculate mean and standard deviation for each columns

    Is there any way write a script to calculate mean and standard deviation for each columns and put them in new columns. The test data is attached here.

    chandankishor66 chandankishor66
    Discussions |
    Aug 7, 2023 4:48 AM
    2874 views | 2 replies
  • How to add reference line with different values to multiple different plots all at once?

    I am a beginner and have no coding experience.Although reviewing many related solutions, I still have no clue.Currently, I'm manually adding these reference lines, but there are hundreds of plots (and each with different reference line).I'm wondering if there's a quicker way (script...) I can refer to.I've attached the file I made plots and the values I want to add as reference lines.If the file f...

    CCH CCH
    Discussions |
    Aug 7, 2023 2:58 AM
    2013 views | 3 replies
  • Talking to Display boxes

    The auto-generated script to generate this plot is Graph Builder( Variables( X( :height ), Y( :weight ), Overlay( :sex ) ), Elements( Points( X, Y, Legend( 1 ) ), Smoother( X, Y, Legend( 2 ) ) ), SendToReport( Dispatch( {}, "X title", TextEditBox, {Set Text( "xxx" )} ) ) ) - Why "X title"? - What is a robust way to talk later with the X axis title. current Report()[TextEditBox(3)]seems to work ...

    hogi hogi
    Discussions |
    Aug 4, 2023 11:39 AM
    1445 views | 2 replies
  • Issues with JMP17 Variability chart Row Legends

    I am trying to add row legends in the VC plots. However, the sendToReport doesn't add legends to all the plots. It only work for the first plot but not for the other VC charts. It used to work just fine in JMP 16.  Any work around? Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Variability Data/2 Factors Crossed.jmp" ); obj = dt << Variability Chart( Y( :Measurement,:Standard ), X( :Operator...

    Jackie_ Jackie_
    Discussions |
    Aug 4, 2023 9:52 AM
    2644 views | 5 replies

Latest Discussions

  • Calculate mean and standard deviation for each columns

    Is there any way write a script to calculate mean and standard deviation for each columns and put them in new columns. The test data is attached here.

    chandankishor66 chandankishor66
    Discussions |
    Aug 7, 2023 4:48 AM
    2874 views | 2 replies
  • Talking to Display boxes

    The auto-generated script to generate this plot is Graph Builder( Variables( X( :height ), Y( :weight ), Overlay( :sex ) ), Elements( Points( X, Y, Legend( 1 ) ), Smoother( X, Y, Legend( 2 ) ) ), SendToReport( Dispatch( {}, "X title", TextEditBox, {Set Text( "xxx" )} ) ) ) - Why "X title"? - What is a robust way to talk later with the X axis title. current Report()[TextEditBox(3)]seems to work ...

    hogi hogi
    Discussions |
    Aug 4, 2023 11:39 AM
    1445 views | 2 replies
  • Connect Local Data Filters between Graph Builder Windows from different data tables

    Suppose I have two Graph Builder windows from different data tables, each with a Local Data Filter filtering on "run number" and "time". Is it possible to connect the two Local Data Filters so they stay in sync? Or perhaps with JSL to pull the current settings from Local Data Filter #1 and apply them to Local Data Filter #2? (I guess step 1 is getting a reference to the Local Data Filters, I haven...

    BHarris BHarris
    Discussions |
    Aug 3, 2023 8:34 AM
    4671 views | 11 replies
  • How to Select values in a column Based on Column Number

    I have a column dialog that stores the name of a column into the list "selectedDataPinColumn". I am using a loop to find out which column number that name corresponds to and am referencing the column based on the number found, which works. I am trying to add to a previous selected on the table, and I just cannot seem to get the Select Where function to work with anything other than the hard coded ...

    waraulston waraulston
    Discussions |
    Aug 3, 2023 5:47 AM
    1009 views | 1 replies
  • I am trying to plot bivariate of the new columns created but having issue creating another list.

      dt = Current Data Table(); //declaring variables alpha_min = 14; alpha_max = 18; inc_val = 0.1; this is the script, but i want to create bivariate plots of each of them without it showing up as multiple pages and also combine the reports to data table. thanks :)   //defining mu col names mu_col = "mu"; //loop through alpha range and create new cols// For( alpha = alpha_min, alpha <= alpha_max, ...

    ParametricStudy ParametricStudy
    Discussions |
    Jul 31, 2023 11:30 AM
    1914 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
    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
  • 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
    699 views | 0 replies
view all discussions