cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to remove a variable in Graph builder

    Hello,   I am trying in the script below to remove the variable  age in the X axis but I can't achieve to remove it this way, does anyone had the same issue ? Note: I know I could remove it with Remove variable(index) but I don't know in advance if this variable is in the graph, so I want to avoid accidentally deleting another graph via the index.     Names Default To Here( 1 ); dt = Open( "$SAMP...

    SophieCuvillier SophieCuvillier
    Discussions |
    Dec 26, 2025 1:55 AM
    10 views | 1 replies
  • 对已知数据列进行抽样,统计其均值分布的脚本

    从已知数据列中进行放回(或不放回)抽样,再统计每个样本的均值及分布,这个脚本如何编辑?例如,有2000个数据,每次随机抽取20个数据计算其均值,一共抽取100次,计算这100个样本的均值以及分布状况;

    Tod0931 Tod0931
    Discussions |
    Dec 25, 2025 10:16 PM
    16 views | 0 replies
  • Tiny Traps in Jmp and JSL

    JMP has 1 million cool features which allow the user to analyze the data at warp speed.
    There are just a few tiny traps. They are less annoying for users who know where they are hidden.
    → Let's make a map! - and stay away from the dangerous places.

    [More Topic Containers like this one]   Topic:additional infov18V19Graph Builder and Reports
       Graph Builder + multiple response + multiple histograms 

    TS...

    hogi hogi
    Discussions |
    Dec 25, 2025 1:41 PM
    4436 views | 7 replies
  • Python in JMP: dataframe column to datatable column best practices and computation speed implications

    Background * Using Python in JMP19 scripting environment. * Creating dataframe (df) from pandas from existing JMP datatable (dt).  * Running function that requires df input and returns a new df result.  Lets call it df_results. * Transferring results back to JMP datatable column. This works, but there are two things that make me suspect I'm not doing this properly.  For one, I get a warning in the...

    MeanChris MeanChris
    Discussions |
    Dec 25, 2025 1:13 PM
    2216 views | 26 replies
  • Global Variables overwritten in a loop

    Hello, I create windows in a loop following columns. For example, in the JSL example below, I create a window with the distribution and a button that temporarily hides the window for each column (Age, Weight). The problem is that as my loop progresses, my object variables are overwritten by the last window. For example, in the age window generated by the example, clicking on the button is supposed...

    SophieCuvillier SophieCuvillier
    Discussions |
    Dec 24, 2025 9:33 AM
    155 views | 6 replies

Latest Discussions

  • How to remove a variable in Graph builder

    Hello,   I am trying in the script below to remove the variable  age in the X axis but I can't achieve to remove it this way, does anyone had the same issue ? Note: I know I could remove it with Remove variable(index) but I don't know in advance if this variable is in the graph, so I want to avoid accidentally deleting another graph via the index.     Names Default To Here( 1 ); dt = Open( "$SAMP...

    SophieCuvillier SophieCuvillier
    Discussions |
    Dec 26, 2025 1:55 AM
    10 views | 1 replies
  • 对已知数据列进行抽样,统计其均值分布的脚本

    从已知数据列中进行放回(或不放回)抽样,再统计每个样本的均值及分布,这个脚本如何编辑?例如,有2000个数据,每次随机抽取20个数据计算其均值,一共抽取100次,计算这100个样本的均值以及分布状况;

    Tod0931 Tod0931
    Discussions |
    Dec 25, 2025 10:16 PM
    16 views | 0 replies
  • Tiny Traps in Jmp and JSL

    JMP has 1 million cool features which allow the user to analyze the data at warp speed.
    There are just a few tiny traps. They are less annoying for users who know where they are hidden.
    → Let's make a map! - and stay away from the dangerous places.

    [More Topic Containers like this one]   Topic:additional infov18V19Graph Builder and Reports
       Graph Builder + multiple response + multiple histograms 

    TS...

    hogi hogi
    Discussions |
    Dec 25, 2025 1:41 PM
    4436 views | 7 replies
  • JMP/JSL way to run periodic background tasks for refreshing cached data?

    I am a developer and already familiar with how background workers, schedulers, and similar patterns are normally implemented in general‑purpose programming languages. However, I’m interested in the JMP‑specific way to handle this. I have a JMP add‑in where the workflow loads data from a cached data file first, and users also have a button they can click if they want to refresh the cache and pull...

    OddsDeer284888 OddsDeer284888
    Discussions |
    Dec 23, 2025 8:15 AM
    44 views | 1 replies
  • JMP Scope -- Dynamic vs. Lexical scope and general confusion learning JSL

    If I'm wrong please correct me, but it would seem that JMP has dynamic-scope with no scope persistence (except for the pseudo-namespaces Here, Window, Box).  This contrasts with many popular programming languages that have lexical-scope with full scope-persistence using reference-counters. This caused a lot of head-smashing on my end until I gained the intuition needed to work with the weird scope...

    ErraticAttack ErraticAttack
    Discussions |
    Dec 23, 2025 6:53 AM
    2115 views | 5 replies

Latest Discussions

view all discussions