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

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • 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
    266 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
    296 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
    317 views | 3 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
    226 views | 3 replies
  • Graph Box: values of variables continue changing even after creation

    [JMP 19] In the following script, I am trying to create a series of graph boxes that are displayed below each other in a window. For this i am given a list of values for every important characteristic (these lists are all accessible via the Associative Array 'listMap'. Then I create all graph boxes via a for loop.
    This however doesn't work because the variables that are used inside of the Graph Box...

    nozellot nozellot
    Discussions |
    Mar 16, 2026 6:12 AM
    293 views | 3 replies

Latest Discussions

  • 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
    266 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
    226 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
    434 views | 6 replies
  • Make F1 key customized (was Newb help)

    In JMP 16 (Windows) , I removed the F1 hotkey from Help and set up as a new function using Custom Menus and Toolbars.
    I did the same in JMP 17 standard, and yet when I hit F1, I still get the Help browser link.&nbsp; Is there another place that F1 is set up that I am missing?&nbsp; Or is it hardcoded?

    Katennika Katennika
    Discussions |
    Mar 13, 2026 11:54 PM
    194 views | 1 replies
  • Seasonal Exponential Smoothing

    Have determined data best fits seasonal exponential smoothing forecast model.  Doing my yearly forecasting but have hundreds of materials numbers to do my forecast. This is an extremely long and tedious process to do a forecast for each material number.  Steps Set up actual data in excel JMP format. First column month YR Next 100 columns actual sales data for each material number . import data int...

    jtessom jtessom
    Discussions |
    Mar 13, 2026 11:11 AM
    176 views | 1 replies

Latest Discussions

view all discussions