cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Profiler: Using variables in term value script not working

    Hello I have a JMP script for creating a profiler and saving some settings. dt = Current Data Table(); pCPP1 = Column("Load Challenge"); pCPP1Target = 10; ColNames = dt << Get Column Names("String"); Preds = Filter Each ({ColName}, ColNames, Starts With(ColName, "Pred")); For (i = 1, i <= N Items(Preds), i++, PF = Profiler( Y(Preds[i]), :Preds[i] << Response Limits ); PF << Term Value(...

    Katz0801 Katz0801
    Discussions |
    Sep 11, 2025 3:35 AM
    285 views | 1 replies
  • Increase size of data points in wafer map

    nw = New Window("BSS_Wafermap", gb = Graph Box( framesize(xres, yres), X Scale(xmin, xmax), Y Scale(ymin, ymax), Fill Color("lightgray"); Pen Color("Blue"); Circle({0, 0}, 150000, "FILL"); For(i = 1, i <= N Rows(pdt), i++, xleft = pdt:left[i]; xright = pdt:right[i]; ybottom = pdt:bottom[i]; ytop = pdt:top[i]; pcolor = color_list[1]; If(pdt:defect_images_count...

    anandambujaraja anandambujaraja
    Discussions |
    Sep 11, 2025 12:53 AM
    1053 views | 4 replies
  • Tabulate Page Column item specified from for loop

    Hello all,   I am trying to tabulate multi cases based on a specific column value in for loop. categorizes = Column(dt, "Categorize"); columnValues = Associative Array(categorizes << Get Values) << Get Keys; For(i = 1, i <= N Items(columnValues), i++, currentItem = columnValues[i]; obLoopY = Outline Box("categorize" || Char(currentItem), dt << Tabulate( Page Column(:Categorize(Char(cur...

    DarkWinter DarkWinter
    Discussions |
    Sep 10, 2025 11:40 AM
    793 views | 2 replies
  • How to Replace Original Points with Contour When Using Add Element in JSL Graphs

    The JSL code below attempts to use the add Element method to display a Contour plot on the graph on the right side. However, because add Element is an Add Element operation, it cannot remove or replace the original Points format on the right-side graph, resulting in the generated image being different from the figure below. The original Points remain along with the added Contour. Since the X-axis ...

    BabyDoragon BabyDoragon
    Discussions |
    Sep 10, 2025 8:48 AM
    787 views | 3 replies
  • JMP18 Excel Save Behavior

    Hello Community! When saving a table of character columns as an xlsx Excel file, JMP18 adds some kind of invisible flag that makes Excel think it is has numbers stored as text. This is a different behavior than JMP17 and is causing data interpretation issues on downstream non-JMP scripts that use this Excel file. Any advice on how to work around this or change this behavior? I cannot change the co...

    obstruksion obstruksion
    Discussions |
    Sep 9, 2025 9:58 AM
    625 views | 2 replies

Latest Discussions

  • JMP18 Excel Save Behavior

    Hello Community! When saving a table of character columns as an xlsx Excel file, JMP18 adds some kind of invisible flag that makes Excel think it is has numbers stored as text. This is a different behavior than JMP17 and is causing data interpretation issues on downstream non-JMP scripts that use this Excel file. Any advice on how to work around this or change this behavior? I cannot change the co...

    obstruksion obstruksion
    Discussions |
    Sep 9, 2025 9:58 AM
    625 views | 2 replies
  • Can I embed a live, interactive figure in power point generated in JMP?

    I am new to JMP and I am using only the standard JMP 18. So if I generated a figure in JMP, can I embed the live, interactive figure in power point? So the figure can be automatically updated when data table is updated in JMP. It is like the live function in PowerBI. It will be a good reason to upgrade to Pro if it can do that. Thanks.

    Caozheng0115 Caozheng0115
    Discussions |
    Sep 9, 2025 6:40 AM
    1680 views | 4 replies
  • Error bands in Graph Builder - sometimes wide, sometimes thin?

    Any idea why some of the error bands are wide, and some are thin lines? It might be all wide, or all thin - I can't understand what it depends on and how to control it. Any ideas?        

    miguello miguello
    Discussions |
    Sep 5, 2025 4:15 AM
    1051 views | 1 replies
  • JMP 18.2.2 Excel Import Extremely Slow

    I have been using JMP scripts for a number of years to import large batches of excel files in a loop. Ever since the update to JMP 18 this now takes 4 or 5 times longer than it used to. Where opening 100 files may have taken around 5 minutes previously it now takes upwards of 20 minutes. None of my scripts have changed.   This is the typical syntax used:

    // Open up Sum_LP sheet and copy contents ...

    finly finly
    Discussions |
    Sep 2, 2025 9:50 AM
    1513 views | 9 replies
  • Import multible CSV files in a folder and stack them

    Hi All,    I have an issue with my CSV files, which have a weird separator (",") that I can't figure out how to get JMP to import automatically.    I aim to be able to pick a folder containing multiple CSV files, with the same structure and column names, import all data, and stack them.    I have attached a CSV file that looks like my file.    Hope you can help me :)    cheers, Christian   

    Stats_Like_Jazz Stats_Like_Jazz
    Discussions |
    Sep 1, 2025 11:57 AM
    2430 views | 9 replies

Latest Discussions

  • How to export a model formula to Excel?

    I want to be able to take the prediction formula that I got from my multiple linear regression and put it in excel. I have multiple Quantitative and Categorical X variables and some are splined. I have also preformed a BoxCox transformation. What are the steps that I need to do to take the formula that is given and have it working in excel. I have no coding experience but am not against learning a...

    DWS DWS
    Discussions |
    Jun 13, 2025 8:33 AM
    517 views | 0 replies
  • Inquiry Regarding the Use of JMP and JMP Live (Suppress Eval?)

    Hello, I am a user of JMP Live.
    I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...

    DJ_Kim DJ_Kim
    Discussions |
    Feb 27, 2025 2:59 PM
    553 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    578 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    612 views | 0 replies
  • Exceptions are the utilities Show, Write, and Print ...

    from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml#  If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
    Exceptions are the utilities Show, Write, and Print, which do not evaluate e
    ...

    hogi hogi
    Discussions |
    Jan 7, 2025 10:44 PM
    607 views | 0 replies
view all discussions