cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Graph Builder Wrap With different Y Axis Scales

    Is there a way to use the wrap functionality of graph builder where all graphs share a common x axis (time), but have differing Y axis scales?  I tried the Page option which is OK, but I'd prefer a grid of graphs.  Here's an example where one of the graphs throws the scale way off for the other graphs. GBLabs.png

    pmroz pmroz
    Discussions |
    Mar 24, 2025 2:30 PM
    14317 views | 6 replies
  • Insert a Expr() object into another script as an unevaluated Expr() object to be used later?

    Adding to @jthi 's answer at Insert contents of Parse expression rather than variable name into New Script, how to insert a Expr() object into another script as an unevaluated Expr() object to be used later?   I am using JMP 18.1.2   Names Default To Here( 1 ); dt = New Table( "My Table" ); e1 = Expr( Print( "Run some code." ) ); e2 = Expr( e1; Print( "Run some other code." ); ); e3 = Eval ...

    robot robot
    Discussions |
    Mar 24, 2025 9:38 AM
    2527 views | 5 replies
  • Removing Part of a string of variable length

    Hi - I'm trying to remove the IDs from the Name column (e.g. C17-2612.4 2612.4, C23, etc.). Can someone help me with the jsl?    

    dn610 dn610
    Discussions |
    Mar 24, 2025 9:32 AM
    1666 views | 3 replies
  • Request for Expert Assistance: Receiving Real-Time Stock Data in JMP Using JSL and Python

    I’m working on a project to receive real-time stock market data using JMP software and need your guidance. JMP supports its scripting language (JSL) and embedded Python execution, which I’d like to leverage. My goal is to capture specific stock data fields from a 32-bit DLL (StockDrv.dll) and store them in a JMP data table. I’ve developed a solution, but I’d greatly appreciate your review and sugg...

    lala lala
    Discussions |
    Mar 24, 2025 1:30 AM
    1987 views | 3 replies
  • Force JMP to match line of fit line color to marker color along with a forced line style

    JMP 17.2.0   EDIT: Example data file uploaded with main post.   I have run into a slight issue when trying to customize my graphs, either through graph builder or via JSL (or combo). I have scoured the JMP forums and found some similar topics, but no solution that actually works for what I specifically want to do.   What I want JMP to do is: color code my markers by test number (or in the code its...

    Plotasaurus Plotasaurus
    Discussions |
    Mar 23, 2025 2:26 PM
    5472 views | 10 replies

Latest Discussions

  • Request for Expert Assistance: Receiving Real-Time Stock Data in JMP Using JSL and Python

    I’m working on a project to receive real-time stock market data using JMP software and need your guidance. JMP supports its scripting language (JSL) and embedded Python execution, which I’d like to leverage. My goal is to capture specific stock data fields from a 32-bit DLL (StockDrv.dll) and store them in a JMP data table. I’ve developed a solution, but I’d greatly appreciate your review and sugg...

    lala lala
    Discussions |
    Mar 24, 2025 1:30 AM
    1987 views | 3 replies
  • Force JMP to match line of fit line color to marker color along with a forced line style

    JMP 17.2.0   EDIT: Example data file uploaded with main post.   I have run into a slight issue when trying to customize my graphs, either through graph builder or via JSL (or combo). I have scoured the JMP forums and found some similar topics, but no solution that actually works for what I specifically want to do.   What I want JMP to do is: color code my markers by test number (or in the code its...

    Plotasaurus Plotasaurus
    Discussions |
    Mar 23, 2025 2:26 PM
    5472 views | 10 replies
  • DOE - blocking augmented design

    Hi, I am planning a DOE to save on time/resources, no surprise here. I don’t have much experience with the topic, but would like to push for DOE instead of OFAT within the org I work at, I guess common idea too. About the problem, there are 10 continuous factor, 3 responses. The experiments can be done at 4 labs at physically different locations. Lab 1 has more resources than the other 3, thus the...

    beluga111 beluga111
    Discussions |
    Mar 23, 2025 8:18 AM
    1131 views | 1 replies
  • When to remove outliers when reducing model?

    Hi,   When I am reducing a model, I watch the externally studentized residuals to know when outliers are appearing. When should I remove these outliers throughout the model reducing process?   If I see no outliers when the model contains all terms, but then I remove a term and an outlier appears, do you remove that outlier immediately and continue reducing, or continue reducing and then remove the...

    MetaLizard62080 MetaLizard62080
    Discussions |
    Mar 23, 2025 8:18 AM
    2369 views | 3 replies
  • How to use JSL to realize the hanging valley dynamic graph?

    grok3 Thanks Experts! Names Default To Here( 1 ); //---------------------------------------------------------- // 1. Create a data table and add rows // We only need 0 to 180 degrees (semi-circle) //---------------------------------------------------------- dt = New Table( "Radial Mesh Plot" ); dt << Add Rows( 181 ); // 0 to 180 degrees, 181 points //-----------------------------------------...

    lala lala
    Discussions |
    Mar 23, 2025 6:30 AM
    3994 views | 9 replies

Latest Discussions

  • Discovery summit book signings - official list of books?

    Fellow JMP enthusiasts! During the 2024 Manchester Discovery Summit I was surprised to learn that the handing out and signing of books is a tradition. So, I am wondering whether there is a list of the books handed out & signed so far. If it exists, where to find it?I thoroughly enjoyed reading "Bitch" by Lucy Cooke, and I have a feeling "Hello World" by Hannah Frey will be a good read too.

    Ressel Ressel
    Discussions |
    Feb 28, 2025 11:25 AM
    710 views | 0 replies
  • query text files from zip folder in Azure blob file system secure (ABSS) url

    Hi All,I wonder if anyone has the experience to query text files from zip folder through Azure blob file system secure (ABSS) url?
    the url looks like format below. If you do, can you share some script lines how to connect to the url at least?

    abfss://[email protected] 

    dadawasozo dadawasozo
    Discussions |
    Feb 18, 2025 1:37 PM
    798 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    916 views | 0 replies
  • Question About F-Tests in GLMMs with Binomial Errors

    Hi,
    I have a question regarding Generalized Linear Mixed Models (GLMMs) in JMP pro. Most statisticians consider it inappropriate to use F-tests or t-tests to evaluate predictor contributions in GLMs or GLMMs with binomial errors. This is because F- and t-tests are based on sums of squares, which assume normally distributed residual errors.
    While using a logit link function helps linearize the relati...

    LanaMilana LanaMilana
    Discussions |
    Jan 17, 2025 2:21 AM
    1233 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    953 views | 0 replies
view all discussions