cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • How to rotate a label?

    In the Scripting Guide I found the commandText Box<<Rotate Text(direction)
    Is there a command to rotate the labels in Graph Builder? Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Data Table( "Big Class" ):height << Format( "Percent", 5, 0 ); gb = Graph Builder( Variables( X( :sex ), X( :age, Position( 1 ) ), Y( :height ), Overlay( :sex ) ), Elements( Bar( X( 1 ), X( 2 ), Y...

    hogi hogi
    Discussions |
    Jun 28, 2023 4:48 AM
    1573 views | 2 replies
  • Marker size is not work for all the chart in graph builder

    I build a script as below: STHI TRB SEC = Graph Builder( Size( 1733, 995 ), Show Control Panel( 0 ), Variables( X( :device_start_1 ), Y( :cell_id ), Group X( :mapsec ), Overlay( :Track ), Color( :Track ) ), Elements( Points( X, Y, Legend( 4 ), Jitter( "Random Uniform" ), Jitter Limit( 0 ) ) ), SendToReport( Dispatch( {}, "device_start_1", ScaleBox, {Min( (Today()) - 43200 ...

    HSN HSN
    Discussions |
    Jun 27, 2023 8:22 PM
    2737 views | 5 replies
  • How the pass/fail formula works?

    I'm having a problem where the formulas are returning null values.
    The raw table is the raw data and there is a specification table, which is used to determine whether the raw data passes or fails according to the specification table. I have written a JSL, please help me to see what the problem is, thanks. Names Default To Here( 1 ); //raw data dt = Data Table( "raw data001" ); dt1 = dt << subset(...

    lehaofeng lehaofeng
    Discussions |
    Jun 27, 2023 7:39 PM
    4313 views | 11 replies
  • How to change value in specific columns using scripts

    Hello community, i'm new to this JMP. Asking for help for those who know on how to change all value in 1 columns?I already make the script to rename the columns but how to change also on value depend on text box?:WAFER_ID << Set Name( "PROBE" ); User_Input = New Window( "JMP AUTOMATION", << modal(), hlistbox( Text Box( "Enter Probe ID:" ), ID_Probe = Text Edit Box( "", <<set width( 200 ) ), ...

    mystylelife19 mystylelife19
    Discussions |
    Jun 27, 2023 5:29 PM
    1641 views | 2 replies
  • Adding reported numbers to Boxplots

    Is there any way to add the median and st dev to a boxplot? 

    ndowidar ndowidar
    Discussions |
    Jun 27, 2023 2:21 PM
    863 views | 1 replies

Latest Discussions

  • How to rotate a label?

    In the Scripting Guide I found the commandText Box<<Rotate Text(direction)
    Is there a command to rotate the labels in Graph Builder? Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Data Table( "Big Class" ):height << Format( "Percent", 5, 0 ); gb = Graph Builder( Variables( X( :sex ), X( :age, Position( 1 ) ), Y( :height ), Overlay( :sex ) ), Elements( Bar( X( 1 ), X( 2 ), Y...

    hogi hogi
    Discussions |
    Jun 28, 2023 4:48 AM
    1573 views | 2 replies
  • Adding reported numbers to Boxplots

    Is there any way to add the median and st dev to a boxplot? 

    ndowidar ndowidar
    Discussions |
    Jun 27, 2023 2:21 PM
    863 views | 1 replies
  • How to get RMSE of the Power analysis for DOE

    Hello! I think this question was asked several times before. But I am still confused about how to get the RMSE for the power analysis for DOE with multiple factors. Say I have 7 factors and 10 responses, do I have to first conduct 10 different pilot studies for each response to construct a fitting model, and then get the RMSE (that will be a lot of work!)? How to set up the pilot study? Can someon...

    DendrogramSteer DendrogramSteer
    Discussions |
    Jun 27, 2023 2:01 AM
    1921 views | 2 replies
  • Design space profiler not showing number of random sample

    Hi,  I just started to use the new design space profiler in <JMP 17.0.0>. I am wondering why in some cases I can add a number of random sample and sometimes not when starting the design  space profiler. I used the design space profiler with several responses fitted with their prediction formula. This is the window that is sometimes not showing up   Has anyone experienced the same problem? Emmanuel

    eruffet eruffet
    Discussions |
    Jun 27, 2023 12:53 AM
    676 views | 0 replies
  • X-axis location in Graph Builder

    I am relatively new to using Graph Builder in JMP Pro 16.1 and ideally trying to shift all my figure development into JMP rather than another software package. Is there any way to change of the placement of the x-axis tick marks and titles to the top of the graph rather than at the base? In earth science we frequently present depth profiles of data w/ the y-axis in units of meters where zero is at...

    OddsBarracuda74 OddsBarracuda74
    Discussions |
    Jun 26, 2023 2:50 PM
    1447 views | 3 replies

Latest Discussions

  • Design space profiler not showing number of random sample

    Hi,  I just started to use the new design space profiler in <JMP 17.0.0>. I am wondering why in some cases I can add a number of random sample and sometimes not when starting the design  space profiler. I used the design space profiler with several responses fitted with their prediction formula. This is the window that is sometimes not showing up   Has anyone experienced the same problem? Emmanuel

    eruffet eruffet
    Discussions |
    Jun 27, 2023 12:53 AM
    676 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
    772 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
    657 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
    1051 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
    591 views | 0 replies
view all discussions