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
    107 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
    52 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
    461 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
    2416 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
    129 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
    52 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
    129 views | 5 replies
  • JMP Python Script Interface to point to Python installation different than JMP native folders

    Hello I am looking to writing a script that sends data from a JMP table,  executes a python library, returns outputs back to JMP.  Some of these libraries can be very strictly requiring a specific Python installation. Additionally, we certainly have an independent Python  installation (ie. local, and this is what I refer to as non-jmp python) .  I am new to JMP python scripting and going through h...

    altug_bayram altug_bayram
    Discussions |
    Jan 27, 2026 2:01 PM
    104 views | 2 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
    375 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
    82 views | 2 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
    52 views | 0 replies
  • How do I keep Window list docked and visible

    When I work in JMP  like to have the Window list visible at all times on left side of screen - so easier navigation between tables and plots.  For that reason I have selected ' dock the window list in maximised windows' in Preferences. But despite that the window list on left side of screen sometimes goes blank/ empty for no reason and I then have to click on Window on the top menu to navigate bet...

    JamesAlcorn JamesAlcorn
    Discussions |
    Jan 24, 2026 4:17 AM
    71 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
    61 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
    619 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
    288 views | 0 replies
view all discussions