cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • Autosave

    Is there some kind of autosave for scripts and tables? I could not find it and after losing lines of code I wrote the following     mypath = "$sample_data/"; scr = Window( "script.jsl" ); scrr = scr[Script Box( 1 )] << get text; Save Text File(   mypath || (scr << Get window title ; ),   scrr ); aus = Window( "Autosave" ); saus = aus[Script Box( 1 )]; Delete Symbols( scr, scrr, aus ); Schedule( 36...

    jorgeramosdealm jorgeramosdealm
    Discussions |
    Mar 10, 2023 9:31 AM
    7764 views | 3 replies
  • why are no star points in custom design RSM

    Hi JMP experts, we internally discussed a lot, why there are no star points in the RSM design, which the custom designer computes. What is the reason for that and is the classical design in this case better, than custom designer? Thanks for help here.

    SimonFuchs SimonFuchs
    Discussions |
    Mar 10, 2023 8:37 AM
    3389 views | 7 replies
  • change font size only on the major ticks when using log scale

    Hi, when using a log scale two font sizes are being used (for the major and minor ticks). How do I only change one of them (e.g. major ticks)? Any change I make seems to apply to both. In other words, I want to have the font size for 100, 1000 to be closer to that of 200, 300, 400 in the example below using JMP17.0.0 

    mvanderaa1 mvanderaa1
    Discussions |
    Mar 10, 2023 3:07 AM
    714 views | 0 replies
  • Calculate difference between 2 group

    Hi Everyone,I am new with jmp.  I have a data table like the below:index Team value1        a        52        a        123        a        204        b        55        b        226        b        6 I want to create a new column, "delta", that calculate the differences between the index group by "team", so i would have something like this: index Team value delta1        a        5        .   2  ...

    kluu kluu
    Discussions |
    Mar 9, 2023 5:54 PM
    1540 views | 2 replies
  • How do keep the value calculated by the formula to only two significant digits after the decimal point?

    For example, the actual data for a column calculated like this is many digits.How can  directly compute something like the last column?Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); New Column( "A" ); Column( "A" ) << Formula( Round( height /weight, 2 ) ); dt << run formulas; Column( "A" ) << deleteFormula; dt << run formulas; d2 = dt << Summary( Group( age ), Max( A ), Freq( "无" ), Weight( "无"...

    lala lala
    Discussions |
    Mar 9, 2023 3:17 PM
    1559 views | 3 replies

Latest Discussions

  • change font size only on the major ticks when using log scale

    Hi, when using a log scale two font sizes are being used (for the major and minor ticks). How do I only change one of them (e.g. major ticks)? Any change I make seems to apply to both. In other words, I want to have the font size for 100, 1000 to be closer to that of 200, 300, 400 in the example below using JMP17.0.0 

    mvanderaa1 mvanderaa1
    Discussions |
    Mar 10, 2023 3:07 AM
    714 views | 0 replies
  • How do keep the value calculated by the formula to only two significant digits after the decimal point?

    For example, the actual data for a column calculated like this is many digits.How can  directly compute something like the last column?Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); New Column( "A" ); Column( "A" ) << Formula( Round( height /weight, 2 ) ); dt << run formulas; Column( "A" ) << deleteFormula; dt << run formulas; d2 = dt << Summary( Group( age ), Max( A ), Freq( "无" ), Weight( "无"...

    lala lala
    Discussions |
    Mar 9, 2023 3:17 PM
    1559 views | 3 replies
  • Use of Column Properties across 100's of rows

    Question,
    How can I use Column Properties to perform a 1st pass of the Columns using a sigma value, or similar descriptive feature.  Once I have found suspect columns of test data will perform a deeper dive into the data columns. Attached as snip of the dataset. Charles 

    charles_revelle charles_revelle
    Discussions |
    Mar 8, 2023 1:59 PM
    1118 views | 1 replies
  • Unable to open Add-in files in JMP17

    Hi there,I have an old Add-in file (an jmpaddin file) that works well in JMP 16. However, I am unable to open this Add-in file using JMP 17. The error message says " Add-in xxx is invalid for this version of JMP". Is there a way to address this incompatible-version issue?  

    MannBuffalo699 MannBuffalo699
    Discussions |
    Mar 8, 2023 1:15 PM
    1145 views | 2 replies
  • Use jsl to execute cmd to open up a ESP file

    Hi all, I'm trying to present my 3D model on my jmp dashboard. The esp file is opened by executing a command through cmd window and opens up in a browser. I can add a wed page in the dashboard, but is it possible to use jsl to call cmd window and execute a command? Thank you!

    OrthogonalCrow3 OrthogonalCrow3
    Discussions |
    Mar 8, 2023 10:39 AM
    996 views | 1 replies

Latest Discussions

  • change font size only on the major ticks when using log scale

    Hi, when using a log scale two font sizes are being used (for the major and minor ticks). How do I only change one of them (e.g. major ticks)? Any change I make seems to apply to both. In other words, I want to have the font size for 100, 1000 to be closer to that of 200, 300, 400 in the example below using JMP17.0.0 

    mvanderaa1 mvanderaa1
    Discussions |
    Mar 10, 2023 3:07 AM
    714 views | 0 replies
  • What kind of interpolation is used when Scale() is applied to an image object?

    Working on a script that processes images and comparing results to a python script that applies similar operations.  When I have a script that goes:<image = new image("$SAMPLE_IMAGES/tile.jpg");image << Scale(0.49);> What kind of interpolation is used when changing the image size? Thank you On JMP 16

    RoamingForests RoamingForests
    Discussions |
    Mar 6, 2023 7:17 AM
    585 views | 0 replies
  • JMP SCRIPT: dashboard displayed horizontaly

    Hi all,I was able to create a dashboard with a column switcher, a table and a graph.
    However, the table and the graph are displayed below the column switcher. Do you know if it is possible to create a dashboard with the table and the graph which are displayed on the right of the column switcher (horizontally and not vertically) ?It would be easier to see everything quickly... In the script help, th...

    Sebastienlg Sebastienlg
    Discussions |
    Mar 6, 2023 12:12 AM
    614 views | 0 replies
  • Plot change in temperature over time on a 3D plot or Contour Plot

    Hi,I am using JMP 16 and am trying to see if JMP has the capability to plot the change in temperature over time at different positions in X,Y,Z space. I have the locations (in inches), temperature data, and time data for all 11 positions, but I cannot seem to find a good way to display the  temp changes at each position over time. In an ideal world, I would like to be able to plot the changes over...

    rlangsner rlangsner
    Discussions |
    Mar 1, 2023 11:02 AM
    1078 views | 0 replies
  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    793 views | 0 replies
view all discussions