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

  • Graph Builder histogram + contour misalignment

    I have used the following code to create the following image in JMP Graph Builder. Graph Builder( Size( 1106, 867 ), Legend Position( "Bottom" ), Variables( Y( :count_traditional ), Y( :count_flat_probabilistic, Position( 1 ) ), Y( :count_increasing_probabilistic, Position( 1 ) ) ), Elements( Histogram( Y( 1 ), Y( 2 ), Y( 3 ), Legend( 3 ) ), Contour( Y( 1 ), Y( 2 ), Y( 3 ), Legend( ...

    adrian adrian
    Discussions |
    Apr 11, 2021 5:53 PM
    2465 views | 4 replies
  • How to analyse factorial design with an outcome having two types of variance?

    Hello I have a dataset from a 2-level factorial design with 2 factors.The dataset contains purchase amount per each user.Each row is a unique user. Purchase with 0 value means user didn't purchase. A and B are treatments.  I want to calculate the effect of treatments A and B on  average purchase per user (sum of purchase in USD divided by number of users). However, I assume we need to account for ...

    gustavjung gustavjung
    Discussions |
    Apr 9, 2021 12:06 PM
    1904 views | 2 replies
  • Changing/reading a specific value from a JMP generated (capability) summary table

    Hello! I'm working on a script for an automated CPV exercise. So far I can already generate a report with control charts, a capability summary together with a conclusion for each parameter/attribute for any X amount of columns from the original JMP table (for-loop for each column). My question here deals with the capability summary.In the script, I use the "Process Capability(..)" functionality - ...

    Jonas_Aji Jonas_Aji
    Discussions |
    Apr 9, 2021 7:27 AM
    1658 views | 2 replies
  • Data table - If one column has empty value, then use other column value to fill in,other row keep no change

    Names Default To Here( 1 ); //If the original data table is like below, // there are 2 empty value(:sex[3] and :sex[4] )in column sex: dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt:sex[3 4] = black;   I want the function is: when search all values in column :sex, if find column sex have empty value, then fill the column :name value into the empty position in :sex while keep other value in :sex w...

    Theresa Theresa
    Discussions |
    Apr 9, 2021 2:33 AM
    1993 views | 1 replies
  • Moving column group to 'after column' is only moving it to the first

    ​I'm trying something that seems simple - moving a column group to a location after another column.   Moving "to last" works, "to first" works, but after doesn't for me, no matter how i mess with format.   Below is example code to test -   Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Cities.jmp" ); dt << group columns( "xy", {:X, :y} ); dt << group columns( "pollutants", :Ozone :: :Lead );...

    jetpeach jetpeach
    Discussions |
    Apr 8, 2021 1:54 PM
    7637 views | 3 replies

Latest Discussions

  • How to analyse factorial design with an outcome having two types of variance?

    Hello I have a dataset from a 2-level factorial design with 2 factors.The dataset contains purchase amount per each user.Each row is a unique user. Purchase with 0 value means user didn't purchase. A and B are treatments.  I want to calculate the effect of treatments A and B on  average purchase per user (sum of purchase in USD divided by number of users). However, I assume we need to account for ...

    gustavjung gustavjung
    Discussions |
    Apr 9, 2021 12:06 PM
    1904 views | 2 replies
  • Data table - If one column has empty value, then use other column value to fill in,other row keep no change

    Names Default To Here( 1 ); //If the original data table is like below, // there are 2 empty value(:sex[3] and :sex[4] )in column sex: dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt:sex[3 4] = black;   I want the function is: when search all values in column :sex, if find column sex have empty value, then fill the column :name value into the empty position in :sex while keep other value in :sex w...

    Theresa Theresa
    Discussions |
    Apr 9, 2021 2:33 AM
    1993 views | 1 replies
  • find first element with condition in a column

    Hi, I have a data with 2 columns: group and score, and I want to calculate the 3rd column called first, which returns the "first score by group that is not 10000000000. so in this sample data, group a = 0, group b =53. and since group c only contains 10000000000, nothing shows up for it.Could someone help me with a jmp formula for this column but not jsl? Thank you so much!groupscorefirsta10000000...

    joann joann
    Discussions |
    Apr 8, 2021 9:36 AM
    4764 views | 6 replies
  • Display X axis issue with Oneway analysis

    Hi JMP community, I've been observing this issue for some time already, checked many options, but cannot figure out how to fix it, hope some body can help. In this example, as you can clearly see in this analysis, first condition has fewer characters than second condition, however in the  X axis of the chart it is not fully displayed the condition name.It can be fixed if choose Label Orientation A...

    AndresGlez AndresGlez
    Discussions |
    Apr 8, 2021 7:08 AM
    2920 views | 4 replies
  • Connection error while attempting to connect to WMS server

    In JMP 9.0.1 I get this message when I try to embed a map from a WMS server:"Connection error while attempting to connect to WMS server"Is there a solution?Thanks

    gallardet gallardet
    Discussions |
    Apr 3, 2021 9:48 AM
    4340 views | 8 replies

Latest Discussions

view all discussions