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

  • Meta Data in Column Name to Row

    Greetings, I am in need of help scripting a multi-step process as I am unable to abstract a viable solution to achieve some data preparation work.I have time series data that comes in as several spread sheets, containing several tabs, and each tab has data with column names that contain meta data contextualizing the data.In the example below, the columns with "Descriptor" (columns 1,3 and 5) shoul...

    danielrbiber danielrbiber
    Discussions |
    Dec 15, 2021 12:13 PM
    2670 views | 2 replies
  • /How to create a bar chart of the loadings of the first canonical variable from a LDA?

    The output of a Linear Discriminant analysis is a graph with lines representing the strength/significance (loadings) of each of the covariates/variables.I would like to create a pareto/bar chart showing the variables and their loadings. How do I get the data from the LDA results?

    MarcP MarcP
    Discussions |
    Dec 15, 2021 6:30 AM
    1569 views | 1 replies
  • Customised Mixture Design - how can I set two ingredients to be a constant ratio?

    My ingredients sum to 88% which I have set in options.I have set a linear constraint for two ingredients to have a minimum amount greater than the sum of their respective minimum levels.I have two other variables for which the ratio in each recipe of the two must be a constant.  I have tried all the different design options but I cannot find a way to do this, is it possible?I am using JMP Pro16.

    TDF TDF
    Discussions |
    Dec 15, 2021 4:34 AM
    2500 views | 3 replies
  • Lineup Box Skip row

    I'm trying to skip a row of charts within the Lineup Box. For instance, instead of a 4x4 grid, I want 4 charts on the first row, 3 charts on the 2nd row, etc. Is there a way to skip a row or add a line break within the Lineup box? dt = current data table(); //where dtLookup is the data table containing a list of X and Y columns to plot from dt nw = New Window( "Outputs", lub = Lineup Box( N Col( ...

    Heart_To_Tell Heart_To_Tell
    Discussions |
    Dec 14, 2021 10:32 PM
    2015 views | 3 replies
  • Command to get number of identical entries in a list

    I have a list from which I want to get the number of times 0's (and 1's) appear in it.m = {0, 0, 0, 0, 0, 0, 0, 1, 1, 1};nzeros = N Items (m) <1; show (nzeros);does not seem to work to get the number of times 0 appear in m.(I get nzeros = 0)What is the correct way to get the number of times an identical entry appears on a list (I am on JMP 13)?

    Neo Neo
    Discussions |
    Dec 14, 2021 4:31 PM
    2401 views | 4 replies

Latest Discussions

  • How to remove empty rows when importing excel in JMP

    Hi All,

    I am importing an excel file to JMP. There are many empty rows in excel (I can not delete them manually as there are 10s of such excel files) and when I import them to JMP, I do not find any option to delete/remove/suppress these empty files. JMP do show option to suppress empty columns but nothing for empty rows (at least I couldn't find it).  I tried to put "Suppress Empty Rows( 1 )" in t...

    HSS HSS
    Discussions |
    Dec 14, 2021 4:35 AM
    2106 views | 2 replies
  • JMP > GraphBuilder > Parallel Plots >River / Sankey Plots > Maximum Items?

    Hi JMP Community,   I just came across an odd behavior in GraphBuilder with the Parallel Plot > Sankey Plot. If I limit the input to a maximum of 66 rows, the plot looks good. However, if I bump the number of rows to 67 or more,the output is no longer useful: no annotations: Is there a trick to maintain the axis annotations as shown in the first plot? Thanks. Best, TS

    Thierry_S Thierry_S
    Discussions |
    Dec 9, 2021 3:30 PM
    3251 views | 0 replies
  • How to set "characters" as "missing values"?

    My table on JMP has a column that contains both numbers and characters. The table lists down products, and this column records the minimum requirement for a specific performance test. Therefore, the cells of the columns could store one of the three:- a numerical value;- "N/A" when the test is not required to be performed on a specific product (entry);- two alternative numerical value (e.g. 4.5 if....

    SaraGo SaraGo
    Discussions |
    Dec 8, 2021 7:37 AM
    1712 views | 1 replies
  • How to calculate TF-IDF

    Dear all, I am new to using this software and am struggling to figure out how to use it to calculate the TF-IDF values for documents in my data set.  I am sure it is included in the functionality of JMP but it must be under a different name. Would anyone be able to point me in the right direction? ThanksMark

    markw markw
    Discussions |
    Dec 8, 2021 7:20 AM
    5726 views | 11 replies
  • Create JMP Public Group

    Hello fellow JMP users, I am the only person in my company with a JMP Pro license and software. We don't currently have JMP Live. I would like to share reports from JMP via JMP Public, but would like these reports to be kept private. Does anyone know if it is possible for me to create a company group where I can publish my reports and only give access to company employees? I'm struggling to find a...

    CJenvey CJenvey
    Discussions |
    Dec 7, 2021 2:22 PM
    2081 views | 4 replies

Latest Discussions

  • JMP > GraphBuilder > Parallel Plots >River / Sankey Plots > Maximum Items?

    Hi JMP Community,   I just came across an odd behavior in GraphBuilder with the Parallel Plot > Sankey Plot. If I limit the input to a maximum of 66 rows, the plot looks good. However, if I bump the number of rows to 67 or more,the output is no longer useful: no annotations: Is there a trick to maintain the axis annotations as shown in the first plot? Thanks. Best, TS

    Thierry_S Thierry_S
    Discussions |
    Dec 9, 2021 3:30 PM
    3251 views | 0 replies
  • Permutation Tests and Monte Carlo Cross Validations Using the Simulation Platform

    I'm trying to do permutation tests and Monte Carlo Cross Validations with the Iris sample dataset as a MWE for our dataset. I'm not sure if I'm doing things and interpreting output correctly.   1) Create New Formula Column (Random->Sample Without Replacement) for the Species Column for Permutation Test. 2) Create a Validation Column (0.75/0.25 split) and a new Formula Column (Random->Sample Withou...

    mjmg mjmg
    Discussions |
    Dec 1, 2021 7:53 AM
    1014 views | 0 replies
  • Variability Chart Platform Factor Re-Insert Positions (Not Swapping)

    Hello JMP Community, I understand dragging between any two factors swaps the location pairs in the Variability Chart platform. Is there a way to drag to specifically re-insert the factors instead? For example, can I drag "Layout" between "Horizontal" and "Wafer ID" in the attached screenshot instead of performing multiple drags to have the intended result? I am aware I can do this reordering with ...

    Technician Technician
    Discussions |
    Oct 26, 2021 11:04 AM
    1328 views | 0 replies
  • Get (x & y) intercept values from linear fit of the linear region of a curve/data and store them in a new column

    I have JMP data table with data from several parts for which a Capacitance 'C' has been measured as a function of reverse voltage 'V' (0 to -5 V in -0.1V step). A plot of [1/C]^2 vs V has a linear part for small reverse bias (say from 0 V to -0.5V and data is available at 0, -0.1, -0.2, -03, -0.4 -0.5 V within this range). How to do a linear fit to the points between 0 to -5V for each part, extrac...

    Neo Neo
    Discussions |
    Oct 22, 2021 10:15 AM
    788 views | 0 replies
  • Debugger report for finding bottlenecks

    I'm trying to find bottlenecks in a large script with many includes.  I can run the debugger to profile the script but I'm wondering if there's a better way than just looking through each included script for the highest number.  I'm imagining a pareto.     Anyone know a good method to analyze script performance?  

    vince_faller vince_faller
    Discussions |
    Oct 22, 2021 7:31 AM
    762 views | 0 replies
view all discussions