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

  • 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
    295 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
    311 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
    221 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
  • Discovery Summit Europe 2026 "ONLINE"

    Is it possible to attend the Discovery Summit conference Europe 2026 "Online"? Regards, Lu      

    Lu Lu
    Discussions |
    Mar 14, 2026 3:05 PM
    734 views | 9 replies

Latest Discussions

  • 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
    221 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
    432 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
    175 views | 1 replies
  • Parallel Assign() is slow on certain devices

    Hi everybody, there seems to be a problem with Parallel Assign() in combination with certain systems.I have got access to 3 Windows 10 PCs with JMP 16.1.:Laptop: Core i5-8350U (4 cores) @ 1.9 GHz, 16GB RamOld Workstation: Xeon E5-1660 v4 (8cores) @ 3.2 GHz, 256GB RamNew Workstation Xeon W-2145 (8 cores) @3.7 GHz, 128GB RamI compared the performance of the parallel and the sequential version of my ...

    Robbb Robbb
    Discussions |
    Mar 13, 2026 7:11 AM
    7079 views | 11 replies

Latest Discussions

  • Saving Confidence/Prediction Limit for Model With Nested Effects

    Hi, Does anyone know why you cannot save confidence/prediction limit formulas for a model that contains nested effects? Is there any way around this? Robert

    rcast15 rcast15
    Discussions |
    Mar 10, 2026 8:03 AM
    172 views | 0 replies
  • Surface Plot resets between filter selections

    This is a new bug, or at lease JMP never behaved like this before.

    I set up a surface plot of an average of individuals and adjust the viewing angle to show relevant features of the surface. 
    I have a local filter selecting for individuals, when I click on the individual 1, looks great, click on individual 2, looks great, click on individual 3, it completely resets the view - losing the "apples to a...

    CG2 CG2
    Discussions |
    Mar 9, 2026 12:23 PM
    190 views | 0 replies
  • JMP Window ordering and confusion

    How do I get newly opened JMP files to appear as the top window in my apps. How many times have I mistaken the newly opened for the currently opened. Very, VERY annoying.

    EQ_Engineer EQ_Engineer
    Discussions |
    Feb 26, 2026 2:44 PM
    210 views | 0 replies
  • Color Coding Categorical Report

    When I create a Categorical Report to look at data, I would LOVE if the "Total"/"Total Responses" line could be bold or in a different color to easily stand out. Is this possible to do?

    BackwardWords96 BackwardWords96
    Discussions |
    Feb 19, 2026 10:36 AM
    152 views | 0 replies
  • string - or function

    In a code, the coding for the expression handling was wrong and produced a surprising result.

    I reduced it to an interaction between "x()" [inside Variables (x(:column))] and a variable x.   an example: x= "hello"; type(x); // -> string X(5) // -> "hello"   After defining a variable x, I can use it as a function x(...) - with an arbitrary argument
    ...  and JMP will return the content of x.   someho...

    hogi hogi
    Discussions |
    Jan 28, 2026 3:59 AM
    265 views | 0 replies
view all discussions