cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • [Graph builder] Batch pin the hover label for selected rows

    Dear all, Currently I use JMP16 to create a graph. I have a col with picture in it, and I want to pin the picture for each dot I selected so I turn on the "add label" of this col. But I find that I can only by hover my pointer on the dot, and wait the hover label shown itself, and then click the pin button to pin it one by one, is there any faster way to achieve this like jsl code?  I have million...

    Clanlope Clanlope
    Discussions |
    Jun 25, 2026 1:53 AM
    1821 views | 22 replies
  • JSL coding

    Dear JMP community
    I wrote a code the loop through all Site values (29 total) to extract  fail probability and part_actions (Estimate Probability( 1 ), Estimate Quantile( 1 )) to one table. It is calculating fail probability and part_actions at 0.15 percent fail from a Weibull analysis.  Following is the code. It keeps failing. Could you help me debug?

    Names Default To Here( 1 ); dt = Data Table( ...

    Caozheng0115 Caozheng0115
    Discussions |
    Jun 24, 2026 10:00 PM
    357 views | 3 replies
  • Régression multiple

    Bonjour, J'ai effectué une régression multiple avec un Y et 6 X (c'est l'exemple du béton, extrait des jeux de données améliorés). J'ai déposé la variable de réponse en Y et les 6 autres variables dans le champ "Choisir les effets du modèle" avec "Ajouter". J'ai cliqué sur "Modèles préétablis", j'ai choisi "Factoriel de degré", j'ai laissé 2 pour le degré. J'ai fait "Exécuter". Dans le rapport, le...

    rugolf rugolf
    Discussions |
    Jun 24, 2026 10:17 AM
    344 views | 2 replies
  • How to fix a broken experiment done in 3 blocks?

    I have a DOE where I've blocked runs by month - I can run 4 runs/month, for a total of 12 runs over 3 months.  Is there a way to salvage my design if 1 of the runs in a block fails due to outside circumstances unrelated to the DOE factors? For example, run number 4 in my 1st block of experiments had to be stopped half way through due to a raw material supplier issue, so that block only has 3 runs ...

    MJZ82 MJZ82
    Discussions |
    Jun 24, 2026 7:55 AM
    277 views | 1 replies
  • Branding Custom Colors - upload ~20 RGB or Hex codes in a .json file

    Hi All, Does anyone have a way to upload about 20 RGB or Hex codes in a .json file all at one time instead of inputting them one by one under File /Preferences/ Graph/ Categorical/ New Would love to have this feature as companies change branding every few years

    Sharon2 Sharon2
    Discussions |
    Jun 24, 2026 5:39 AM
    408 views | 4 replies

Latest Discussions

  • JSL coding

    Dear JMP community
    I wrote a code the loop through all Site values (29 total) to extract  fail probability and part_actions (Estimate Probability( 1 ), Estimate Quantile( 1 )) to one table. It is calculating fail probability and part_actions at 0.15 percent fail from a Weibull analysis.  Following is the code. It keeps failing. Could you help me debug?

    Names Default To Here( 1 ); dt = Data Table( ...

    Caozheng0115 Caozheng0115
    Discussions |
    Jun 24, 2026 10:00 PM
    357 views | 3 replies
  • How to fix a broken experiment done in 3 blocks?

    I have a DOE where I've blocked runs by month - I can run 4 runs/month, for a total of 12 runs over 3 months.  Is there a way to salvage my design if 1 of the runs in a block fails due to outside circumstances unrelated to the DOE factors? For example, run number 4 in my 1st block of experiments had to be stopped half way through due to a raw material supplier issue, so that block only has 3 runs ...

    MJZ82 MJZ82
    Discussions |
    Jun 24, 2026 7:55 AM
    277 views | 1 replies
  • JMP19.1.2 has an issue with running python script directly from addin.

    JMP19.1.2 has an issue with running python script directly from addin, upon running it will crash.  - If it runs directly the same script using script window, no issue.  - If a script window already ran, and then only you run the script from addin, no issue.  - Same script run from addin directly using 19.0.1 and jmp18, no issue.   There is a bug in the JMP 19.1.2 version for running python from a...

    AprioriBudgie38 AprioriBudgie38
    Discussions |
    Jun 23, 2026 10:10 AM
    196 views | 1 replies
  • JMP & MCP ?

    Does JMP provide an MCP connection for AI models?

    https://modelcontextprotocol.io/docs/getting-started/intro
    https://mcpservers.org/ 
    https://mcp-awesome.com/ 
    https://github.com/modelcontextprotocol  

    hogi hogi
    Discussions |
    Jun 22, 2026 12:15 PM
    1219 views | 4 replies
  • For Loop in "Expr" not working

    Hello,
    this is a representation of the script I am having a problem with:   n = 100; ow = Expr( OneWay(Y(colPara), X(splitPara), MeansAndStdDev(0), AllGraphs(0), LineOfFit(0), StdDevLines(1), Legend(1), PlotQuantileByActual(1), SendToReport( Dispatch({}, "Normal Quantile Plot", OutlineBox, {SetTitle("")}),
    For(l = 0, l <= n, l++, Dispatch({"Normal Quantile Plot"}, "2", ScaleBox, {Format(
    ...

    nozellot nozellot
    Discussions |
    Jun 22, 2026 10:46 AM
    179 views | 1 replies

Latest Discussions

  • SPC: Run test 2

    The customised run test2, can be customised from 7 to 11, say you set it to 7 and you have 7 + another 11 points all below the centerline why does the process screen function.  Why does it

    1) Record 11 as the number of alarms, where in fact there is only 1 single stepchange
    2) Surely it shoud just record 1, as there is only 1 stepchange that affect 7+11 points.  You are not goin to ivestigate all 18...

    Gadsdon Gadsdon
    Discussions |
    Jun 17, 2026 7:18 AM
    306 views | 0 replies
  • JMP Live Event Queue Freeze - Jobs Stalling and Event Queue Backlog

    Our company uses JMP Live, version 19.0.2 We make use of JMP Live's event scheduler to automatically refresh reports via SQL queries. Typically our data refresh jobs <1 minute to complete with a handful that take 2-3 minutes at most.  However, at least once a week, our scheduled refresh pool becomes "stuck". Data refreshes and reports which usually take seconds to complete instead stay active in t...

    MetaParrot539 MetaParrot539
    Discussions |
    Jun 9, 2026 7:55 AM
    401 views | 0 replies
  • Simulation de Monte-Carlo - Profileur

    Bonjour, A quoi correspondent les lignes rouges (en trait plein) dans les graphiques du profileur de défauts ? En fait, parfois il y a 2 lignes rouges  qui se coupent et quand on ajoute les ordonnées d'un point de l'une des deux lignes rouges avec l'ordonnée d'un point de même abscisse mais de l'autre ligne rouge  on obtient l'ordonnée d'un point de la ligne noire. Le learnbot n'a pas su me répond...

    rugolf rugolf
    Discussions |
    Jun 1, 2026 9:04 AM
    388 views | 0 replies
  • JMP Live Local Data Filter Auto Update off by default?

    I've published a JMP Live report and realized the Auto-Update is true/on by default in Local Data Filter. Is there an option to turn that off by default?? This will be very helpful as I don't have to uncheck it every time I load the report. When multi-selecting the filters, I often realize after selecting first option since it tries to re-load the entire report and it takes time to reload with lar...

    DarthYoda DarthYoda
    Discussions |
    May 29, 2026 10:11 PM
    392 views | 0 replies
  • Graph Builder line plot: Loss of detail at smaller frame sizes

    When graphing line plots at smaller frame sizes, data points seem to be omitted or summarised and detail lost. Attached are screenshots from the same measurement graphed four times, each time halving frame size, exported to PDF and then scaled up to the same height. As PDF is vector-based, the graphs should be scaled versions of each other, like the text of the axis title, but clearly they are not...

    PathReindeer523 PathReindeer523
    Discussions |
    May 26, 2026 5:48 AM
    522 views | 0 replies
view all discussions