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

  • Color Coding Variability Charts through Script

    Hello Guys,I have a simple problem with variability chart which I am not able to script properly.I want to do a color coding for my variablility charts as per required conditions. For example, I will I want all the rows with 12-Nov-2015 to come in red color and rest in black color. I want to use similar conditions to color code my data for better representation. I am using this simple code ...dt =...

    akash_nigam_gma akash_nigam_gma
    Discussions |
    Jan 19, 2016 10:33 AM
    7550 views | 3 replies
  • Graph Builder heat map: how to share the same scale for all years?

    HiI want to show the spread and growth of the population over time and space. I’m using Graph Builder to map population density (see below). I can produce quite nice heat maps but the density seems to be calculated separately for each year. Is there a way to share the same scale for all years so the colours will have the same meaning across maps?Thanks.C.B.

    claude_bellavan claude_bellavan
    Discussions |
    Jan 18, 2016 6:41 AM
    7333 views | 7 replies
  • Graph Builder- remove data series

    Hi again,I have two sets of x and y data.  Using the graph builder, I drag X1 to group x on the bottom and Y1 on group y on the left.  Then I drag X2 to group x on the bottom, and Y2 to group y on the left.  I dragged the second sets of data to the middle of the group so that it is not a split plot. Now I have four sets of data, and I only want two.  In the legend it says, Y1/X1, Y2/X1, Y1/X2 and ...

    natalie_ natalie_
    Discussions |
    Jan 15, 2016 1:08 PM
    12127 views | 2 replies
  • Finding row index as a number

    hi all. I need to find row index when column2 =0 and then use the row number in subset. when I use "select where" or "get where" it doesn't give me the index as a number. dt<<get rows where( :column (2)==0);  

    razmah razmah
    Discussions |
    Jan 14, 2016 7:57 AM
    14193 views | 5 replies
  • Copying and Pasting Cells

    Hi Everyone,I have a huge file which have many different tests.  It looks like each test was appended to the original csv file.  I would like to copy and paste the cells which contain the header, and put them into a list.  It doesn't matter to me if it is in the same data table or a new one.  I would like to write a script to do this.  All the tests will be evenly spaced.  I can't share the file, ...

    natalie_ natalie_
    Discussions |
    Jan 14, 2016 7:33 AM
    13135 views | 3 replies

Latest Discussions

  • Color Coding Variability Charts through Script

    Hello Guys,I have a simple problem with variability chart which I am not able to script properly.I want to do a color coding for my variablility charts as per required conditions. For example, I will I want all the rows with 12-Nov-2015 to come in red color and rest in black color. I want to use similar conditions to color code my data for better representation. I am using this simple code ...dt =...

    akash_nigam_gma akash_nigam_gma
    Discussions |
    Jan 19, 2016 10:33 AM
    7550 views | 3 replies
  • Graph Builder heat map: how to share the same scale for all years?

    HiI want to show the spread and growth of the population over time and space. I’m using Graph Builder to map population density (see below). I can produce quite nice heat maps but the density seems to be calculated separately for each year. Is there a way to share the same scale for all years so the colours will have the same meaning across maps?Thanks.C.B.

    claude_bellavan claude_bellavan
    Discussions |
    Jan 18, 2016 6:41 AM
    7333 views | 7 replies
  • Finding a relative path in a network

    I would like JMP to pick up a "template-table" from the same directory that the script is located. This pathway may vary depending on user due to network setup (for example for me the disk is named K but for other users it might be named L or N). I've managed to use the following "fixed" link:TempTable = "K:\...\TableTemplate.jmp";open (TempTable);(this setup works)the data table is located in the...

    anders_bankefor anders_bankefor
    Discussions |
    Jan 12, 2016 11:55 AM
    7513 views | 4 replies
  • Countour Plot X and Y values?

    Dear ALLHi I want to use contour for my data. Could you please tell what are these X Y and Z values used for creating contours. I tried  example of pond.jmp and Cities.jmp.

    sanqub sanqub
    Discussions |
    Jan 11, 2016 6:53 AM
    5672 views | 2 replies
  • Operating on selected rows

    Hello Everyone,Is it possible for me to operate a function on selected rows without using the FOR loop. For examplek = dt<< Get Rows Where (pt:Parameter = ot:Parameter);For (i=1,i<= Nrow(k),i++,pt:value[k] = pt:value[k]/5;   // I want the value of selected rows only to be divided by 5.);
    Is it possible for me to rewrite the code without using simple JMP function for it ? I dont like using too many ...

    akash_nigam_gma akash_nigam_gma
    Discussions |
    Jan 11, 2016 5:49 AM
    10473 views | 6 replies

Latest Discussions

  • Co-Kriging with JMP and Matlab

    Hi!I was wondering if anyone already tried to work with Co-Kriging, using JMP together with Matlab. As JMP only fits Ordinary Kriging Models (Gaussian Process with Gaussian Correlation Function), I would like to send data (generated with Space Filling JMP Platform) from JMP to Matlab, fit the models there (Matlab), and bring the MODELS back to JMP, to use inside Profile Platform. Do you have any e...

    samuelbbaco0 samuelbbaco0
    Discussions |
    Dec 4, 2015 12:32 PM
    3754 views | 0 replies
  • Interpreting canonical structure and scores in discriminant analysis

    I'm trying to interpret the relative contributions of my variables in a discriminant function analysis of chemical data for three groups of rocks.  In a stepwise, linear, common covariance discriminant function analysis I'm able to generate non-overlapping 95% confidence ellipses for my three groups with no incorrectly assigned data points using 6 variables.  My understanding is that the scoring c...

    amzipkin amzipkin
    Discussions |
    Oct 20, 2015 3:25 PM
    3762 views | 0 replies
  • Generalized Segmented Distributions

    A former classmate of mine from Graduate School has recently published a paper on Generalized Segmented Distributions.  Utilizing this method, the distribution can approach any continuous density function of arbitrary form.  The method is particularly effective in fitting data with sufficient observations that are skewed and/or multimodal.  The paper can be found here:The General Segmented Distrib...

    Steven_Moore Steven_Moore
    Discussions |
    Sep 17, 2015 11:54 AM
    2493 views | 0 replies
  • Running JSL Script After Creation of a File

      

    sophiaw sophiaw
    Discussions |
    Sep 1, 2015 9:56 AM
    2776 views | 0 replies
  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2517 views | 0 replies
view all discussions