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

  • Difficulties Formatting Time Column

    Hi everyone!   I have a CSV of dates and times that I upload into JMP.  In order to create a single column with date/time I need to convert the data type and format of the column that contains the date.   When I use the script:   Column("Actual Harvest Time") << Data Type(Numeric); << Format("h:m")   It totally clears the column of any data.   I also learned that when I manually change the column ...

    user8421 user8421
    Discussions |
    Feb 19, 2020 2:55 AM
    2816 views | 2 replies
  • Multivari chart combining means of variables

    Using the graph builder I would appreciate to come up with the a layout similar to below.   Graphbuilder let's me come up with something similar, but the relationship (the connecting lines) between categories is ‘artificial’, as in I drew them using the line option.   

    Zeban Zeban
    Discussions |
    Feb 19, 2020 12:02 AM
    2523 views | 2 replies
  • JSL delete the entire column based on header and all rows with specific value

    Hi, I want to delete all columns that contain "apple" and delete all rows (regardless of columns) with specific value -9999. I had start the code to delete column but I'm not getting it. Thanks.   dt = Open("file.csv"); //dt = Open( "$SAMPLE_DATA/Cities.jmp" ); col_list = dt << get column names( string ); For( i = N Items( col_list ), i > 0, i--, If(Contains( col_list[i], "apple" ), Remove Fro...

    sam_t sam_t
    Discussions |
    Feb 18, 2020 8:26 PM
    7202 views | 4 replies
  • Dealing with Include function and Namespaces

    JMP uses the global namespace as the default namespace for any new script, the way to specify a "local" namespace is the Names Default to Here(1)command. My question is this, when I include a file that has the Names Default to Here(1)  at the top it will bring over the names/variables from the child script. However, if I defineinclude("filepath/name.ext", << New  Context, << NamesDefaultToHere)  i...

    cnattrass cnattrass
    Discussions |
    Feb 18, 2020 8:07 AM
    3754 views | 1 replies
  • How to change the thickness of the tick mark or is there any way to make it look darker?

    My manager does not like the thin gray tick mark in the plot. I cannot find a way to change it. Please help if you know how to make the tick mark thicker or darker. Thanks! 

    ks_SES ks_SES
    Discussions |
    Feb 18, 2020 7:38 AM
    5559 views | 4 replies

Latest Discussions

  • Multivari chart combining means of variables

    Using the graph builder I would appreciate to come up with the a layout similar to below.   Graphbuilder let's me come up with something similar, but the relationship (the connecting lines) between categories is ‘artificial’, as in I drew them using the line option.   

    Zeban Zeban
    Discussions |
    Feb 19, 2020 12:02 AM
    2523 views | 2 replies
  • How to change histogram bin centering and/or spec limit location?

    Hi JMPer Community,   (W10, enterprise, JMP Pro 15.0.0)   Does anyone know how to change the bin centering for histograms in JMP? That, or how to adjust the spec limit location in a process capability analysis histogram.  The image below is a histogram from a process capability analysis where we have an upper specification limit of 3 units. Our data does not have any values that are larger than 3....

    SDF1 SDF1
    Discussions |
    Feb 17, 2020 12:48 PM
    8505 views | 6 replies
  • Predictor screening - question on interpreting the results

    Hi all, There have been several posts that have been helpful but I am still left wondering about a couple of things. To be clear, this is for the JMP Predictor Screening platform and not JMP Pro Bootstrap Forest. The results of the predictor screening are the result of a bootstrap forest model. The question(s) I have are (and the first has been asked before): What is the contribution value? Is it ...

    GregMcMahon GregMcMahon
    Discussions |
    Feb 17, 2020 8:23 AM
    2007 views | 1 replies
  • Axis labels for hidden and excluded data

    When I hide and exclude data in a table and generate a chart, the labels for the hidden end excluded data still appear on the axis. How do I remove the labels for the hidden and excluded data from the chart?

    rwridle rwridle
    Discussions |
    Feb 17, 2020 4:46 AM
    2752 views | 3 replies
  • unbalanced data and weight classification

    Hello, I have a database with an highly unbalanced oridnal response. The class of major personal interest is a minority class (patients with a rare but severe infection, around 5% of the observations).The classification of the other oridinal classes work well with a boosted forest tree classifier but these classes or not at my interest (less severe infection or no infection at all). I wander wheth...

    Lu Lu
    Discussions |
    Feb 16, 2020 4:13 AM
    4390 views | 6 replies

Latest Discussions

  • Calling Windows API ImageViewer.dll to display JPG files.

    I am working with a very large database of image files and want to be able to display the file for the user for visual inspection from a script. I have been able to get the following code to load the DLL but get an error requesting a signature argument. Does anyone know how to get a signature string from the system to pass to the DLL.   ERROR MESSAGE FORM LOG: Second argument to CallDLL must be a ...

    DMeakin1 DMeakin1
    Discussions |
    Jan 17, 2020 10:19 AM
    2016 views | 0 replies
  • Running script from command line on MAC

    Not a mac person.  Does anyone know how to run a jsl script from command line on a mac?  I specifically mean WITHOUT "//!" at the top of it.     I have this but it only opens the file unless I have the "//!" open -g -W -a /Applications/JMP\ Pro\ 15.app/ $(pwd)/myscript.jsl

    vince_faller vince_faller
    Discussions |
    Jan 10, 2020 2:26 PM
    1660 views | 0 replies
  • how to add confounding variable

    I am working with a multi level data. Data is attached.In this dataset, I have 8- X variable: cumulative risk (continuous), all other risk (dichotomous). 3- Y variables: insurance and practice (dichotomous) and time (continuous)I have one confounding variable Age (continuous). I will have to add random effect to X variable. But I am confused how to add confounding variable to this analysis. Can an...

    billi billi
    Discussions |
    Jan 6, 2020 9:39 AM
    1600 views | 0 replies
  • Difference between std error in "Parameter Estimates" and "Least Squares Means Table"?

    I am running mixed effects models and have noticed that the standard error for an effect in the "Parameter Estimates" table is different from the standard error reported in the Least Squares Means table for the same effect. How are they calculated differently? Thanks! 

    Ranae Ranae
    Discussions |
    Nov 26, 2019 11:44 AM
    1681 views | 0 replies
  • How can I run a .py python script and python scripts compiled as .exe from JMP

    Hello,  So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 30, 2019 6:44 PM
    2077 views | 0 replies
view all discussions