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

  • 多Y轴怎么制作

    这个图有没有简洁的JSL

    lwencx lwencx
    Discussions |
    Sep 11, 2025 6:36 AM
    912 views | 2 replies
  • Loading jsl scripts into a data table by another script

    Hi,
    I have several scripts (XXX.jsl) generating seperate reports with many graphs inside each of these reports. And i have a second script which loads data from an exel file, modifies the resulting JMP table and saves the table.

    I would be interested to include in the second script a section which loads these report scripts from a folder and makes these available in the upper left box of the JMP tab...

    Jo_E Jo_E
    Discussions |
    Sep 11, 2025 5:29 AM
    1708 views | 4 replies
  • 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
    620 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
    1761 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
    2029 views | 5 replies

Latest Discussions

Latest Discussions

view all discussions