cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • close all like this user-defined outlines

    Hello, I'm trying to replicate the behavior of <<close all like this for outlines I've created from scratch in JSL. From the scripting index: Syntax: obj << Close All Like This Description: Closes this Outline Box and all Outline Boxes in the display tree with the same original title or help key. If I inspect a JMP Platform (Fit Least Square) with Show Tree Structure, I do see HelpKey=FitLS etc.. ...

    matteo_patelmo matteo_patelmo
    Discussions |
    Mar 18, 2026 6:58 AM
    989 views | 6 replies
  • how to work out std error in Overall Bias Linearity and Bias

    can i know how the std error of 0.002981 in the overall bias is worked out ?    DF are 10 , Anova I performed too , understood the individual std error but not the overall ?   carlo 

    carloaz carloaz
    Discussions |
    Mar 18, 2026 12:03 AM
    359 views | 2 replies
  • Best practice in FDE when the main variation is a shift along X (phase variation) rather than a change in shape?

    Hello JMP community, I have been testing Functional Data Explorer on a synthetic data set where each curve is essentially the same motif translated along the X-axis, with little intrinsic change in amplitude or shape. In this situation, my impression is that the resulting FPCA/FPC basis becomes increasingly oscillatory, and the physical interpretation becomes difficult. In other words, one simple...

    Florent_M Florent_M
    Discussions |
    Mar 17, 2026 9:29 AM
    397 views | 0 replies
  • print to stdout from executable on MacOS

    I was wondering if there is a way to print to stdout on MacOS when running a jsl executable. the print command prints to the log, which is lost once the executable finishes. 

    shuey shuey
    Discussions |
    Mar 17, 2026 4:32 AM
    496 views | 2 replies
  • Apply background map to all panels in a grouped grid?

    In Graph Builder I often create grids of maps using latitude and longitude data. For example, I might plot flight time histories where: Airline is placed in the Group X drop zoneFlight Index is placed in the Group Y drop zoneLongitude is placed in the X drop zoneLatitude is placed in the Y drop zone This produces a grid of small maps, one per airline/flight combination. The issue I run into is tha...

    BHarris BHarris
    Discussions |
    Mar 16, 2026 11:50 AM
    634 views | 3 replies

Latest Discussions

  • close all like this user-defined outlines

    Hello, I'm trying to replicate the behavior of <<close all like this for outlines I've created from scratch in JSL. From the scripting index: Syntax: obj << Close All Like This Description: Closes this Outline Box and all Outline Boxes in the display tree with the same original title or help key. If I inspect a JMP Platform (Fit Least Square) with Show Tree Structure, I do see HelpKey=FitLS etc.. ...

    matteo_patelmo matteo_patelmo
    Discussions |
    Mar 18, 2026 6:58 AM
    989 views | 6 replies
  • how to work out std error in Overall Bias Linearity and Bias

    can i know how the std error of 0.002981 in the overall bias is worked out ?    DF are 10 , Anova I performed too , understood the individual std error but not the overall ?   carlo 

    carloaz carloaz
    Discussions |
    Mar 18, 2026 12:03 AM
    359 views | 2 replies
  • Best practice in FDE when the main variation is a shift along X (phase variation) rather than a change in shape?

    Hello JMP community, I have been testing Functional Data Explorer on a synthetic data set where each curve is essentially the same motif translated along the X-axis, with little intrinsic change in amplitude or shape. In this situation, my impression is that the resulting FPCA/FPC basis becomes increasingly oscillatory, and the physical interpretation becomes difficult. In other words, one simple...

    Florent_M Florent_M
    Discussions |
    Mar 17, 2026 9:29 AM
    397 views | 0 replies
  • Using Where() in Oneway Graph for multiple parameters

    This code works because I am explicitly writing ":WaferID" inside of the Where(...) clause: // Example Parameters
    colParaList = {Column(dt, "Para1"), Column(dt, "Para2"), Column(dt, "Para3")}; splitPara = Column(dt, "Site"); byPara = Column(dt, "WaferID");

    byParaValues
    = Associative Array(byPara) << GetKeys();
    New Window("Test", vlb = V List Box(
    dt << Fit Group(
    For(iC = 1, iC <= NItems(colParaList),
    ...

    nozellot nozellot
    Discussions |
    Mar 16, 2026 7:48 AM
    451 views | 3 replies
  • How can point the cursor to a certain bar chart on the right to obtain the country name?


    How can point the cursor to a certain bar chart on the right to obtain the country name, and then get all the resource data of that country in the master table: Left panel: Resource list (Oil, Natural Gas, etc.). Mouse hover (no click needed) auto-selects and highlights the item, then instantly updates the trend text and source link button below.
    When hovering on left resource name, the right main ...

    lala lala
    Discussions |
    Mar 14, 2026 2:39 PM
    919 views | 6 replies

Latest Discussions

view all discussions