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

  • Is Creating Multiple Stacked Tables From One Original Table in a Nested For Loop Possible?

    I would like to automate creating multiple stacked tables from one original data table. I plan on doing this by creating a list of keywords, and if any column in my original table contains that keyword then it would be stacked in a new data table. Essentially I have a list of 3 keywords, so I would be creating 3 stacked data tables. My script has a nested for loop to iterate through all the column...

    kaoticllama kaoticllama
    Discussions |
    May 14, 2024 9:28 AM
    2999 views | 7 replies
  • Identify Same-Name Items in a List

    I'm wondering if there's a slick way to identify items in a list that are duplicates of each other.  My list looks like this: values = {"ABC", "DEF", "Per", "Per", "Per", "Per", "Per", "XYZ", "UVW"}; I want to return all of the positions of "Per" in the list.  I.e. [3, 4, 5, 6, 7] I can loop over the list to get the answer.  But is there another way that avoids the loop?

    pmroz pmroz
    Discussions |
    May 14, 2024 4:14 AM
    3430 views | 6 replies
  • get values linked to axis labels

    Hello, I have a control chart that has 3 different label rows on the X-axis. Is there a way in JSL to get the values that are associated with these labels? For example, for label row 2 I want to get the value that is corresponding with label "30", which is "5.5" in this case.thanks!

    HannesJ HannesJ
    Discussions |
    May 14, 2024 1:10 AM
    2670 views | 6 replies
  • How to read read from text file and load the data into Text Edit Box component?

    Hello, I am trying to save the content from a window into the Text file. After saving it, I am trying to give user the capability to read the content from the saved text file and populate it in the Text Edit Box so that they don't have to retype again. I was able to save the text file by using Save Text function.I was also able to browse the text file by using Pick File function. I need help with ...

    PunitPanjwani PunitPanjwani
    Discussions |
    May 13, 2024 9:51 AM
    1990 views | 4 replies
  • How to group/seperate a correlation plot by a variable?

    Following is an example similar to my actual data case. I am interested in looking at the correlation between two process variables known to be dependent on each other. Especially, I would like to understand the wafer number dependence of the correlation.For my actual data case, unlike the example case here,  the x-axis variable is bi-modal on the wafer number (first say n wafers sit on one mode, ...

    Neo Neo
    Discussions |
    May 13, 2024 8:42 AM
    1814 views | 2 replies

Latest Discussions

  • How to read read from text file and load the data into Text Edit Box component?

    Hello, I am trying to save the content from a window into the Text file. After saving it, I am trying to give user the capability to read the content from the saved text file and populate it in the Text Edit Box so that they don't have to retype again. I was able to save the text file by using Save Text function.I was also able to browse the text file by using Pick File function. I need help with ...

    PunitPanjwani PunitPanjwani
    Discussions |
    May 13, 2024 9:51 AM
    1990 views | 4 replies
  • How to group/seperate a correlation plot by a variable?

    Following is an example similar to my actual data case. I am interested in looking at the correlation between two process variables known to be dependent on each other. Especially, I would like to understand the wafer number dependence of the correlation.For my actual data case, unlike the example case here,  the x-axis variable is bi-modal on the wafer number (first say n wafers sit on one mode, ...

    Neo Neo
    Discussions |
    May 13, 2024 8:42 AM
    1814 views | 2 replies
  • Iterating Columns

    I’m working on a script to iterate through a list of columns and I’ve hit a snag.  I need to be able to output the column reference in the form ":Technology Default” but every method I’ve looked at outputs "Column("Technology Default")" .  I looked this up online and it appears that the reference I need is a "column reference" when what I get is a "column object reference".  Is there a straightfor...

    SpannerHead SpannerHead
    Discussions |
    May 11, 2024 10:30 AM
    2679 views | 6 replies
  • Begin Data Update

    HelloI have a table and would like the empty volume to be updated to 0I have written the script to update the column "19-04-2024"the problem is the name of the column can be changed and I prefer to use column (3) or column (4)but it doesn't work. can you please correct the script? dt << Begin Data Update;
                                        dt << Recode Column (
                                        d...

    Dennisbur Dennisbur
    Discussions |
    May 9, 2024 10:51 AM
    5261 views | 12 replies
  • Jmp Update & Python

    Up to now, my Python distribution was separate from Jmp.So, after an Update of JMP the Python installation was still the same - with all packages. With JMP18 I understood that Python comes directly with Jmp.What happens after a Jmp upgrade? Will the Python packages be automatically installed in the new JMP version?

    hogi hogi
    Discussions |
    May 7, 2024 1:55 AM
    1557 views | 3 replies

Latest Discussions

  • graph builder bug - x group shift

     (JMP 17, MacOS) I have a JSL scripts that creates multiple graph builder charts, but in some of them, and it's not repeatable always - some of the x groups  are getting different height, causing also the data plotted to be shifted. Another issue - is that I can't set the X group lables text to be 90 degrees rotated to fit long strings without making the chart too wide. This is supported for X var...

    ShlomiB76 ShlomiB76
    Discussions |
    Apr 14, 2024 12:08 AM
    720 views | 0 replies
  • Project ignoring H Splitter Box Set Sizes . . . sometimes

    I'm working with a JMP 17 Project and have a script to import a CSV file, embed a script into the Data Table, and execute the embedded script. The embedded script creates a graph from the data and sets the Project layout. All of these pieces, executed individually, work as intended. The problem I am having is that when I execute the combined script, the outer H Splitter Box ignores <<Set Sizes and...

    ionatx ionatx
    Discussions |
    Apr 4, 2024 1:25 PM
    710 views | 0 replies
  • Error during stemming in text explorer: Inconsistent Recodes in access or evaluation of 'List'

    Hello Community! I'm trying to recode the stemming in text explorer based on a fixed dictionary of words and I'm getting this error "Inconsistent Recodes in access or evaluation of List". This is my code: obj = dt << Text Explorer( Text Columns( :col1) ); obj << Stemming("Stem for Combining"); obj << Add Recodes( {{"attractive", "Attract"},{"unattractive", "Attract"},{"attract", "Attract"},{"ugl...

    sm3001 sm3001
    Discussions |
    Mar 21, 2024 12:49 AM
    933 views | 0 replies
  • DataTable Prompt in application builder on module load

    Hello guys, I have applciation builder with multiple modules. one of the module only contains column list which requires selection of datatable. How to make jmp prompt to select datatable only when that module loads.By default it prompts when the application loads  Kindly guide. Thanks in advance

    ComplexNerd ComplexNerd
    Discussions |
    Mar 7, 2024 3:54 AM
    664 views | 0 replies
  • JMP Project Global Data Filter and Column Switcher

    Hello Guys, I just started exploring jmp project. I am wondering if there is any option to add Global Data Filter and a global column switcher to a jmp project.Currely i have created a jmp project with various reports from a datatable (similar to dashboard) but i want to know if there is a option to add a global data filter and also a global column switcher to this screen. My idea : To create a sc...

    ComplexNerd ComplexNerd
    Discussions |
    Mar 7, 2024 12:10 AM
    621 views | 0 replies
view all discussions