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

  • 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
    119 views | 5 replies
  • Generate Delta table to calculate deltas between two temp measurments

    I have a data table that combines 2 datasets for 2 temperature for multiple units. Each unit is subjected to 20+ tests at 2 temps. I need to generate a delta table for each unit, that calculate the delta between temp2 - temp1 as shown in table "Data_Table". I keep getting the same error after an incomplete delta table is generated shown next   the error I get    My data table  here is my code, ...

    RayE RayE
    Discussions |
    Jan 27, 2026 6:10 PM
    189 views | 8 replies
  • Stop charts from being automatically resized to fit screen

    Hello, JMP experts,I'm requesting your aid once again, after a lot of searching online and in the manuals without success. I've written a script that processes a lot of data, generates charts, dumps the charts into a JRN, and saves the JRN to HTML. Pretty standard JMP.One of the charts (in this case, graph builder) needs to be very wide, as it's doing a visual comparison of a case across several c...

    xm xm
    Discussions |
    Jan 27, 2026 4:20 PM
    12277 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
    98 views | 2 replies
  • Creating a column and Filling all rows by a date and time

    I Want to create a column named, say, :CHANGE and then fill all rows by a date in the format 01/15/2026 7:02:26 PM. How do I do that.  For some reason JSL does not recognize this format

    NewToThis NewToThis
    Discussions |
    Jan 27, 2026 1:03 PM
    43 views | 2 replies

Latest Discussions

  • 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
    119 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
    98 views | 2 replies
  • export plots to PPT with the same scale and resolution

    Hi, I want to JSL to generate report (.ppt). There are 2 plots I want to export: 5 groups and 3 groups. I want each group with 250*250, so 5 groups plot should be 1250*250 and 3 groups plot should be 750*250. I use Save Presentation to export plots. 5 groups size is the same as I export plots manually but 3 groups size is not. The 3 groups size is squeezed, only 75%. How could I export multiple pl...

    LT LT
    Discussions |
    Jan 27, 2026 4:55 AM
    65 views | 1 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
    355 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
    70 views | 2 replies

Latest Discussions

  • 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
    68 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
    614 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
  • Bonferroni simultaneous confidence interval

       

    CurseOfDingo217 CurseOfDingo217
    Discussions |
    Dec 4, 2025 5:03 PM
    279 views | 0 replies
view all discussions