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

  • 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
    177 views | 1 replies
  • Return the Name of a referenced column

    I'm writing a helper function that renames the a column group if it contains a particular column name. Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Cities.jmp" ); /*//Use if already existing dt = Data Table ("Cities"); */ dt << group columns( "xy", {:X, :y} ); dt << group columns( "pollutants", :Ozone :: :Lead ); match_col = "X"; new_name = "coordinates"; groups_list = dt << get colum...

    EOwl EOwl
    Discussions |
    Mar 13, 2026 10:06 AM
    144 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
    7088 views | 11 replies
  • Scripting Graph Builder for Parallel Merged Axis with List of Columns

    Hi,  I'm trying to script a step in a workflow. What I want to do is pass a list of columns to Graph Builder to create a merged parallel axis line chart. I had previously asked a question on making these graphs manually at the following link.  Solved: Re: How to Get Continuous Line Plot in Graph Builder for Multiple Variables in X - JMP User Community What I'm hoping to build now is a script that ...

    Cathal Cathal
    Discussions |
    Mar 13, 2026 5:44 AM
    211 views | 2 replies
  • # Runs don't change in a strip plot DOE when hard to change factors changes are not independend from very hard factors?

    I have a strip plot DOE with 2 very hard and 2 hard to change facors, also 2 are easy to change. With my model I get 8 whole plots and 16 subplots with 48 runs However when I don't allow the hard to change factors to change independend from very hard the number of runs remain the same? Allowing all whole plot x subplot conbinations should give significantly more runs?

    frankderuyck frankderuyck
    Discussions |
    Mar 13, 2026 1:13 AM
    964 views | 12 replies

Latest Discussions

  • 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
    177 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
    7088 views | 11 replies
  • Graph Builder Histogram Label Size

    Hello! Is there a way to change the size of the label on a histogram created in graph builder?  For example, with the "Little Pond" dataset, I created a histogram using column "Z" and then selected "percents".  I want to increase the size of the percents.  Circled below.   Thanks!

    Kemable Kemable
    Discussions |
    Mar 12, 2026 2:50 PM
    2039 views | 4 replies
  • Axis label of distribution platform

    Hi all,   I am using JMP19, how can I get it to always show as a label the column name for which I am doing the distribution on the axis?   Regards, Valeria

    ValeriaJMP ValeriaJMP
    Discussions |
    Mar 12, 2026 8:29 AM
    164 views | 1 replies
  • Auto-Update

    When I installed an AddIn that I downloaded from the JMP Marketplace, and I activated the Auto-Update", will JMP check the Marketplace and trigger an update, when the AddIn gets updated?

    hogi hogi
    Discussions |
    Mar 12, 2026 7:18 AM
    169 views | 1 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
    266 views | 0 replies
view all discussions