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

  • 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
  • Opening Journal, opens a new JMP window

    Wondering if this is a setting-specific, or JMP thing...   Example: I have JMP open, have been using it, etc., and I go to open a Journal that I have made, it will open a new JMP window, so now i have two JMP's open, instead of opening in the JMP that already IS open.    Is there a setting I need to update??   It drives me insane because it never used to happen to me.  Using JMP 18 FWIW.     Thank...

    kwmcm kwmcm
    Discussions |
    Sep 10, 2025 1:50 AM
    1166 views | 2 replies
  • How to join tables without creating a new table?

    LS,   I want to add data from a table to a main table. This can be easily done by using the "join" option from the tables menu. However, this generates a new datatable while I want to add data to the main data table. Now I have to close the original main table and than overwrite the original file with all potential risks. Is thisd possible, and how (note that I know that JMP uses scripts, but I am...

    KTo KTo
    Discussions |
    Sep 9, 2025 1:52 PM
    17439 views | 11 replies

Latest Discussions

Latest Discussions

view all discussions