cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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 configure Python for JMP 14?

    I'm very new to Python so this is hopefully an easy question.  I have Python version 3.6 and 3.7 installed.  I installed numpy, matplotlib, scipy and pdfkit in both versions.  However I get errors in the log window when trying to run examples from the scripting index. For the Python Get example: Names Default To Here( 1 ); Python Init(); x1 = [1, 2, 3]; Python Send( x1 ); x2 = Python Get( x1 ); Sh...

    pmroz pmroz
    Discussions |
    Aug 13, 2020 4:42 PM
    24488 views | 13 replies
  • Multiline label for reference line?

    Is there any way to have a two-line label for a reference line? My lable has to be long and it eats up a lot of valuable screen space. Would be ideal if I could break it into two lines. Any way to achieve that? 

    miguello miguello
    Discussions |
    Aug 13, 2020 1:56 PM
    1913 views | 2 replies
  • Change order of categorical columns in graph

    Hi   I'm new to the forum. I'm making a graph which has many rows containing a column of real numbers "measurement (mm)" and one of categrorical labels "Height". I want to have the graph divided into groups of each height. But the order of the height is not desireable. See picture. Is there a way to change the order of the grouping with nominal data labels?  

    DrDress DrDress
    Discussions |
    Aug 13, 2020 3:08 AM
    2315 views | 1 replies
  • How to show that variation between parts on different tools is intrinsic to the part and not caused by the tool?

    All,  I have the following problem I would like some help with: I have a population of parts each installed in their respective tool. There is some parameter that is measured on the part prior to the installation on the tool (:InspectionValue) and also the same parameter measured on that part while it was installed in the tool (:CurrentValue).The task is the following - I need to show that the var...

    miguello miguello
    Discussions |
    Aug 12, 2020 9:10 PM
    2145 views | 3 replies
  • Cauchy distribution. Where is Process capability button?

    Why where is no Process Capability button? Or you can't do it with Cauchy's distribution data.  

    Leonard Leonard
    Discussions |
    Aug 12, 2020 8:32 PM
    5537 views | 10 replies

Latest Discussions

  • How to show that variation between parts on different tools is intrinsic to the part and not caused by the tool?

    All,  I have the following problem I would like some help with: I have a population of parts each installed in their respective tool. There is some parameter that is measured on the part prior to the installation on the tool (:InspectionValue) and also the same parameter measured on that part while it was installed in the tool (:CurrentValue).The task is the following - I need to show that the var...

    miguello miguello
    Discussions |
    Aug 12, 2020 9:10 PM
    2145 views | 3 replies
  • repeatability, reproducibility

    Hello,I'm new to JMP, and I really need to urgently validate the repeatability reproducibility of a methode. I correlate 10 parameters of a plate with an SPF. 10 products have been tested, 5 or more plates for each product, and 2 operaters. Could you please help me analyse the data joint ?Thanks in advance!

    Ana95 Ana95
    Discussions |
    Aug 12, 2020 8:42 AM
    3981 views | 2 replies
  • Plotting packed distribution with equal width (Jitter = 0)

    When using violin plots (density), there is an option to have equal widths per variable. However, I am unable to plot the dot distribution with the same shape as it does not respect the width of each variable.  // Start of script; Names Default To Here( 1 ); Clear Log(); dt = Open( "$SAMPLE_DATA/Bands Data.JMP" ); Data Table( "Bands Data" ) << Stack( columns( :proof cut, :viscosity, :blade pres...

    FN FN
    Discussions |
    Aug 12, 2020 5:55 AM
    1711 views | 2 replies
  • Report saving problem

    Hi! I tried to save the analysis output as a report. I clicked 'File'--> 'save'.  I noticed that the extension .jrp didn't automatically show next to the filename, so I manually added the extension. I then selected 'embedded'.  When I opened the saved file (I also noticed that the icon of the saved file is 'JRN' instead of jrp), there was no figure popping out, but a log window showed up.  At the ...

    CYLiaw CYLiaw
    Discussions |
    Aug 11, 2020 2:36 PM
    2950 views | 5 replies
  • Degree-heating weeks-help with formulas

    Hello,    To understand how much heat stress corals are exposed to, we calculate what is known as a "degree-heating week:" this is the amount of time a temperature is above a known threshold (typically the mean monthly maximum or the bleaching threshold). Basically, I need to integrate the amount of time that the temperature has surpassed 31C in my dataset (attached). Temperature was measured four...

    abmayfield abmayfield
    Discussions |
    Aug 10, 2020 4:30 PM
    5598 views | 4 replies

Latest Discussions

  • XPath Query() and XML namespaces

    I have a bunch of XML documents that I want to put into a data column. I want to use XPath expressions to pull out values from them, by appending columns that contain formulas that make use of the XPath Query() function. Some of my documents have XML-namespace qualified element names. For example, one might look like this: <?xml version="1.0" encoding="UTF-8"?> <synopsis xmlns="http://www.cap.org/...

    john_madden john_madden
    Discussions |
    Jul 23, 2020 9:53 AM
    1317 views | 0 replies
  • Using JMP to Calculate Surface Flatness

     Has anyone used JMP to calculate the Minimum Zone surface flatness of a point cloud? I have some differences between two metrology areas for our surface flatness requirements and wanted to check them in JMP. There are different algorithms for doing the calculation. (There is an ASME standard for the general rule, ASME Y14.5: " a tolerance zone defined by two parallel planes within which the surfa...

    jay_holavarri jay_holavarri
    Discussions |
    Jul 20, 2020 11:26 AM
    1560 views | 0 replies
  • Save all scripts and close reports by JSL

    Trying to write a script for this I found the following below working. JMP15@Win10.The first part opens two tables and starts some Reports,and the second Closes all report Windows post saving scripts to belonging tables.But when the report has a local datafilter, the script is not working any more (get scriptable object doesn't get the Right reference).Is there a way to find proper reference for e...

    Georg Georg
    Discussions |
    Jul 20, 2020 7:48 AM
    1312 views | 0 replies
  • [JSL Contour Plot] Method of define contour plot, number, minimum, maximum

    The contour plot is very helpful to show 3D map, however the problem of defining the zone is always a trouble. In my typical jsl plot, I use something below to define the contour plot zone number = 8, maximum = 1.4, minimum =1. However, the table column :Length may change time to time, and the scale will have to be modified manually for each corresponding plot.   Does someone have experience how t...

    Stokes Stokes
    Discussions |
    Jun 25, 2020 12:09 PM
    1192 views | 0 replies
  • Impact of screen resolution on html output

    Hi, I'm preparing a dashboard using jmp that will be used for a daily meeting. It contains information in form of data tables and text boxes. In order to transfer text sizes and colors for the text as well as the data tables into the html output I transformed them into pictures (rep = dt << get as report(); pic = rep << get picture(); ). I set up all font sizes on my external monitor and it worked...

    Ole Ole
    Discussions |
    Jun 9, 2020 6:21 AM
    1172 views | 0 replies
view all discussions