cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
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
    626 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
    1772 views | 4 replies
  • Karkey : How do I use formulas for a single cell instead of an entire column?

    Hii,   Mukesh Karkey here ,I'm new to JMP and used to working in Excel. How can I apply a formula to only a single cell instead of the entire column? I need to calculate a value for just one row in my data table without affecting the others.   Regards, Mukesh Karkey

    mukeshkakkey mukeshkakkey
    Discussions |
    Sep 10, 2025 12:35 PM
    2037 views | 5 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
    1220 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
    1378 views | 3 replies

Latest Discussions

Latest Discussions

view all discussions