cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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

  • Characters as Markers: How to get rid of the shadows?

    I like the ability to add outlines to data points. This is very useful for separating partially overlapping data points.Unfortunately, when characters are used as markers, the outline mode looks very unprofessional - kind of like shadows, but without blur.Besides turning off the outline mode - is there a way to get rid of the "shadows"? (view in My Videos)  Names Default to Here(1); dt = Open( "$S...

    hogi hogi
    Discussions |
    Aug 9, 2024 3:04 AM
    329 views | 0 replies
  • Script data to color code where it is from specification limitt

    Hey All, I'm wanting to color code data based on where it is from the specification limit. Ideally, I would want data that is in spec to be colored green, below spec by ,<10% to be yellow, ≥10% to be red and above the spec to be blue. Does anyone have a script to complete this?

    alexhemmert1 alexhemmert1
    Discussions |
    Aug 9, 2024 2:03 AM
    10031 views | 4 replies
  • how to use contains for mutiple charators selection and subset ?

    I wrote a script for the following purpose:for "chart" column, i want select all items which contains mutiple charators like:" Trace width","Trace thickness","insulator thickness" , actually i have more to be selected, but in jsl which i worte just take 3 charators. I take 6 rows to take them one by one, and subset them to 3 new tables. that is a a little complex, any ideas to set only one row scr...

    Sean_ShCn0 Sean_ShCn0
    Discussions |
    Aug 9, 2024 2:02 AM
    1082 views | 5 replies
  • Function to Count Rows Within Spec

    I want to create a function that reads in a column, checks the number in each row on whether it is within spec, and output the passing count/total count/percentages. This is what I have:count_in_spec = Function( { col, lsl, usl }, a=0; //pass count b=0; //all count for( i = 1, i <= N Rows(col), i++, if( col[i] >= lsl & col[i] <= usl, a++ ); if( not(ismissing(col[i])), b++ ); ); pctpass = ...

    LaserGuy LaserGuy
    Discussions |
    Aug 9, 2024 2:00 AM
    2408 views | 5 replies
  • I would like to find another political scientist or other social scientist who has worked with mapping congressional districts and counties

    There are great bodies of data presented by counties (disease incidence, education, income). There are other bodies of data presented by congressional districts (incumbents, vote percentages, etc.)  I want to find someone who has mapped the counties and the congressional districts into the same space.  I know this can be done with ESRI products, but  I wanted to avoid jumping off the JMP platform....

    LNitz LNitz
    Discussions |
    Aug 8, 2024 8:15 PM
    365 views | 0 replies

Latest Discussions

  • Characters as Markers: How to get rid of the shadows?

    I like the ability to add outlines to data points. This is very useful for separating partially overlapping data points.Unfortunately, when characters are used as markers, the outline mode looks very unprofessional - kind of like shadows, but without blur.Besides turning off the outline mode - is there a way to get rid of the "shadows"? (view in My Videos)  Names Default to Here(1); dt = Open( "$S...

    hogi hogi
    Discussions |
    Aug 9, 2024 3:04 AM
    329 views | 0 replies
  • I would like to find another political scientist or other social scientist who has worked with mapping congressional districts and counties

    There are great bodies of data presented by counties (disease incidence, education, income). There are other bodies of data presented by congressional districts (incumbents, vote percentages, etc.)  I want to find someone who has mapped the counties and the congressional districts into the same space.  I know this can be done with ESRI products, but  I wanted to avoid jumping off the JMP platform....

    LNitz LNitz
    Discussions |
    Aug 8, 2024 8:15 PM
    365 views | 0 replies
  • Graph builder: Saving y-axis scale and ref lines while using column switcher

    Hello, I am making plots in graph builder that look at how observations look relative to limits. I have rescaled the y-axis and would like to add reference lines too. I do this and looks good. However when I add the column switcher to go through different observations the rescaled y-axis and ref lines disappear. Does anyone know how I would get them to stay while using column switcher to loop thro...

    Abby_Collins14 Abby_Collins14
    Discussions |
    Aug 8, 2024 7:03 PM
    883 views | 5 replies
  • Weibull Alpha or shape factor from Fit Parametric Survival

    I am plotting a Weibull fit to "Time" with a location parameter "B" ("B" has several values) using the Fit Parametric Survival. I have made the "B" variable as numerical and nominal. The parameter estimates from the weibull fit gives me estimates but I can't figure out if these are the shape factors of the Weibull fits to each "B" value. How do I get the shape factor in Fit Parametric Survival plo...

    FrequencyBison9 FrequencyBison9
    Discussions |
    Aug 8, 2024 2:06 PM
    660 views | 1 replies
  • Trouble extracting text from a Text Edit Box JMP 16.1

    I am having trouble extracting text from the Text Edit Box in JMP 16.1.  When running the script below, the text that is entered by the user does not show up in the field "title".     maintitle = New Window("Project Name", <<Modal, Text Box("Enter Project Name for Reports. "), PNAME = Text Edit Box("Project Name", set width(80)), title = (PNAME << get text() ; ), Button Box("OK"), Button Box...

    olmadriaga olmadriaga
    Discussions |
    Aug 8, 2024 12:15 PM
    437 views | 2 replies

Latest Discussions

  • Characters as Markers: How to get rid of the shadows?

    I like the ability to add outlines to data points. This is very useful for separating partially overlapping data points.Unfortunately, when characters are used as markers, the outline mode looks very unprofessional - kind of like shadows, but without blur.Besides turning off the outline mode - is there a way to get rid of the "shadows"? (view in My Videos)  Names Default to Here(1); dt = Open( "$S...

    hogi hogi
    Discussions |
    Aug 9, 2024 3:04 AM
    329 views | 0 replies
  • I would like to find another political scientist or other social scientist who has worked with mapping congressional districts and counties

    There are great bodies of data presented by counties (disease incidence, education, income). There are other bodies of data presented by congressional districts (incumbents, vote percentages, etc.)  I want to find someone who has mapped the counties and the congressional districts into the same space.  I know this can be done with ESRI products, but  I wanted to avoid jumping off the JMP platform....

    LNitz LNitz
    Discussions |
    Aug 8, 2024 8:15 PM
    365 views | 0 replies
  • App Interface saved in a journal

    Hi There 
    Some time ago, I created a nice interface using Application Builder and I saved it as a journal. Now I need to make a few modifications to the interface, rearrange buttons, add boxes, and so on. I am unable to import the journal into the app and have the interface appear in the Module tab. It is a very busy interface ...Is there a way to have it?
    Thanks

    Mioffe Mioffe
    Discussions |
    Aug 7, 2024 5:01 PM
    332 views | 0 replies
  • Multivariate Rho Boostrap option not in Mac Jmp 17.

    I am not getting the bootstrap option after running multivariate Spearson's Rho. How to proceed further? I want a forest plot with correlation and CI. <Jmp17>

    NoSQLBird361 NoSQLBird361
    Discussions |
    Aug 2, 2024 11:00 AM
    340 views | 0 replies
  • Overlying map files and merging content

    I have two map files--one of economic and health conditions by US  county.  The other of  congressional districts. I wish to overlay the county map on the congressional district map and attrribute the county measures to the ( larger opr smaller) congressional districts.  For example, what is the average rate of coronary heart disease in districts represented by  women versus those represented by m...

    LNitz LNitz
    Discussions |
    Aug 1, 2024 2:04 AM
    350 views | 0 replies
view all discussions