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

  • Creating multiple varcharts for a given list of columns with different legends for each var chart using a newly created legend column everytime.

    I want to create journal of varcharts for a list of columns in a dataset with different legends. a legend column is mentioned which would change in reality for each loop. everything works expect the new column formula does not work. In this example, i have used a static legend value of "ABC" but this would change for every loop in reality. the issue is the new formula column does not evaluate the ...

    ankitgssingh ankitgssingh
    Discussions |
    Aug 9, 2023 6:55 AM
    1598 views | 3 replies
  • How to save CSV file with custom text before headers

    There is a way to import a csv file where headers start not from the first line. You just specify the on what line the headers are. But let's say after I did something with the data table and I want to export it back to the same format, how would I do that? Let's say I have the text, and it is just one line.So that this CSV in Excel looks like this:and in a Notepad it looks like this: Is there a c...

    miguello miguello
    Discussions |
    Aug 8, 2023 11:17 PM
    4553 views | 5 replies
  • Parse in substitute

    In Substitute, if I don't have a fixed number of symbols, is it possible to use a for loop and parse to generate the symbol names?Something is wrong here: myExpr=Expr(sum()); For( i=1, i<=10, i++, Insert Into (myExpr,parse("__x"||Char(i)||"__"))); Show(NameExpr(myExpr)); For( i=1, i<=10, i++, substitute (Name Expr(myExpr),parse("__x"||Char(i)||"__"),parse("y"||Char(i)))); Show(NameExpr(myExpr));

    hogi hogi
    Discussions |
    Aug 8, 2023 11:04 PM
    1178 views | 2 replies
  • Get the value from a given column on the first selected row using JSL

    I'm trying to simply get the value from a given column on the first selected row -- but somehow this is surprisingly hard.  Here's what I have so far: Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Probe.jmp" ); dt << Select Where( :Wafer Number == "16" & :Die X == 3); selRow = ( dt << get selected rows() )[0]; Row() = selRow; site = :Site; // returns "1", should return "5" (:Site from ro...

    BHarris BHarris
    Discussions |
    Aug 8, 2023 8:38 PM
    6729 views | 6 replies
  • How to pick data Quantiles in Distribution?

    Hello, i'm making the contour plot using the data in Distribution, Quantiles 75% & 25%. My question is how do i put the data Quantiles 75% & 25% in my Minimum Maximum Contour Values? All the data Quantiles is different from another data.

    //Put the spec limit on parameter into current data table Names Default To Here( 1 ); dt = Current Data Table(); // Get the all column names from the data table c...

    mystylelife19 mystylelife19
    Discussions |
    Aug 8, 2023 5:44 PM
    2254 views | 2 replies

Latest Discussions

  • Creating multiple varcharts for a given list of columns with different legends for each var chart using a newly created legend column everytime.

    I want to create journal of varcharts for a list of columns in a dataset with different legends. a legend column is mentioned which would change in reality for each loop. everything works expect the new column formula does not work. In this example, i have used a static legend value of "ABC" but this would change for every loop in reality. the issue is the new formula column does not evaluate the ...

    ankitgssingh ankitgssingh
    Discussions |
    Aug 9, 2023 6:55 AM
    1598 views | 3 replies
  • How to save CSV file with custom text before headers

    There is a way to import a csv file where headers start not from the first line. You just specify the on what line the headers are. But let's say after I did something with the data table and I want to export it back to the same format, how would I do that? Let's say I have the text, and it is just one line.So that this CSV in Excel looks like this:and in a Notepad it looks like this: Is there a c...

    miguello miguello
    Discussions |
    Aug 8, 2023 11:17 PM
    4553 views | 5 replies
  • Design of journal

    HelloI have written the script and everything runs ok, but:
    1) I don't know how to do the last point to a choice Lock Journal by script?2) I have 2 tables, how I can put the 2 tables in front of each other? 

    Dennisbur Dennisbur
    Discussions |
    Aug 8, 2023 4:11 AM
    1708 views | 3 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
    2877 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
    1446 views | 2 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
    805 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
    931 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
    1225 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