cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to see how to import and prepare Excel data on Jan. 30 from 2 to 3 p.m. ET.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Bayesian Optimization into JMP 19

    I want to use Bayesian Optimization in JMP but can not find it. I've already updated JMP to version 19. It is not under Analyse - Specialized Modeling - Bayesian Optimization. Searching for new What am I missing? 

    Rebekka Rebekka
    Discussions |
    Jan 28, 2026 4:07 AM
    128 views | 3 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
    62 views | 0 replies
  • Emoji + TextBox()?

    The Icons which are available in JPM are very limited.

    The idea: “Use emojis as icons — there’s one for almost anything!”
    just seahorse is missing ...

    The problem: how can I use Emojis in JMP - e.g.  in TextBox()? 

    With New Window("Emoji Example", Text Box("") ); I expect: 
      ... but JPM generates:   not helpful in this context: the creativity of Learnbot   New Window("Emoji Example", ...

    hogi hogi
    Discussions |
    Jan 28, 2026 1:05 AM
    475 views | 13 replies
  • how do you generate this plot in JMP?

    I have a grid of crosses that I measure.  Each grid position has a nominal expected position, and I measure its actual position and calculate the error.  I would like to plot the magnitude and direction of the error at each nominal position.  Is there a way to do this in JMP?  The plot I'm hoping for looks like the following (I did not generate this plot; I have software that does it):I don't know...

    JPB JPB
    Discussions |
    Jan 27, 2026 10:48 PM
    2420 views | 3 replies
  • Adding reference lines in variability plot

    I have two tables Table1 is dt=Data Table("Data"); It has columns :WAFER, :STRUCTURE, :PARAMETER and :Value  Table2 is dtr= Data Table("Targets"); it has columns :PARAMETER, USL, LSL & Target In one window ( that is active and can be used for point selection or changing legends) I want to have variability charts of all the parameters along with reference lines added (Target, USL, LSL) for each PAR...

    NewToThis NewToThis
    Discussions |
    Jan 27, 2026 9:35 PM
    138 views | 5 replies

Latest Discussions

  • 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
    62 views | 0 replies
  • Adding reference lines in variability plot

    I have two tables Table1 is dt=Data Table("Data"); It has columns :WAFER, :STRUCTURE, :PARAMETER and :Value  Table2 is dtr= Data Table("Targets"); it has columns :PARAMETER, USL, LSL & Target In one window ( that is active and can be used for point selection or changing legends) I want to have variability charts of all the parameters along with reference lines added (Target, USL, LSL) for each PAR...

    NewToThis NewToThis
    Discussions |
    Jan 27, 2026 9:35 PM
    138 views | 5 replies
  • AI + JSL

    Thanks a lot  for your effort to make AI capable of programming JSL code.
    The improvements over the last few months and weeks are incredible!

    where did the improvements come from?

    hogi hogi
    Discussions |
    Jan 27, 2026 4:49 AM
    394 views | 10 replies
  • Indexing the return value of a function

    Today's challenge: f=Function({}, {1,2,3}); tmp=f(); y=tmp[1]; // works x=f()[1] // doesn't work
    understanding the issue helps a lot to understand how JSL works  : - )

    hogi hogi
    Discussions |
    Jan 27, 2026 4:10 AM
    86 views | 2 replies
  • Interpreting a Mixture of Mixtures Study

    Can I get some help interpreting the results of my mixture of mixtures study? I'm studying the friction of asphalt, specifically the effects of aggregate type, aggregate blend ratios at coarse and fine fractions, and asphalt gradation type. Aggregate Types, 6 total:
    - Class A (high quality): A1, A2, A3
    - Class B (low quality): B1, B2, B3 Aggregate Blending (Coarse and Fine portions)
    - Blend percent o...

    bryantw bryantw
    Discussions |
    Jan 26, 2026 11:30 PM
    424 views | 8 replies

Latest Discussions

  • 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
    62 views | 0 replies
  • open as HTTP get - Credentials?

    Which credential does open() use when it accesses a file via open("https://www.google.de")

    hogi hogi
    Discussions |
    Jan 22, 2026 2:24 AM
    65 views | 0 replies
  • Need help with random errors on script start AFTER the previous run finished

    Never mind, I figured it out - one of the functions had Eval() which was evaluating right when script starts.   I am writing a simple GUI prototype: List of tables in a combo box, button to add\open table and Filter Col Box with column names of the currently selected table. Everything works on the first run - tables are switched, columns are displayed, combobox reacts to tables being added, closed...

    miguello miguello
    Discussions |
    Dec 15, 2025 10:40 AM
    645 views | 0 replies
  • Analyzing and Interpreting a Mixture of Mixtures Model

    I created a mixture of mixtures test plan. Now that the data are collected, I'm not sure how to interpret the results. Can I get help to verify that I designed the experiment correctly, and also walk me through how to interpret the results? I am studying the friction of asphalt surfaces, and specifically the effects of aggregate type, aggregate blend ratios on coarse and fine fractions, and asphal...

    bryantw bryantw
    Discussions |
    Dec 5, 2025 12:56 PM
    290 views | 0 replies
  • Bonferroni simultaneous confidence interval

       

    CurseOfDingo217 CurseOfDingo217
    Discussions |
    Dec 4, 2025 5:03 PM
    279 views | 0 replies
view all discussions