cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to export/save RSM graph images in high resolution (300 dpi) in JMP Student Version?

    Hi everyone, I generated Response Surface Methodology (RSM) graphs in JMP Student Edition for my research work. I need to include these figures in my PhD manuscript, so I require high-resolution images (300 dpi or higher). However, when I export or copy the graphs, the image quality becomes low or blurry. I specifically need contour and 3D surface plots with publication-quality resolution Could an...

    Megala Megala
    Discussions |
    May 8, 2026 7:33 AM
    61 views | 1 replies
  • Scientific notation as the default for axis setting

    Hi,   everytime I open the graph builder, even everytime I change the data column, the scale always resets to "best", which is extremly annoying as I've got data in the range of 1e-6 to 1e-9 and I do not want to count those 8 zeros. Is there a way to set scientific as the default? Even opening the graph builder via a script including axis setting scientific does not work..   Thank you!

    Voetzl Voetzl
    Discussions |
    May 8, 2026 6:41 AM
    66 views | 1 replies
  • Hierarchical clustering platform color map columns

    I have a hierarchical cluster with ~ 2700 Y -rows and 100 columns of data. When complete I want to color map the clusters to two other columns in the data.    I can do so but then the questions start. 1.  One color map is to identify the rows of data by a type (in this case a tissue type).  That accurately displays as a color for each tissue but, how do I attach a legend to the visualization for t...

    MKostura MKostura
    Discussions |
    May 8, 2026 6:36 AM
    74 views | 0 replies
  • Add prefix column names (no scripting)

    I am using JMP 19.1.0 with this fantastic function of "Columns manager". I was wondering if there is a way to add prefix to our columns names for all of them at once? I seem to not find any option in the menus that performs this automatically. Thanks!    

    francescbernad francescbernad
    Discussions |
    May 8, 2026 2:20 AM
    71 views | 1 replies
  • Column snapping in JMP 19 Student Edition macOS

    Changing to JMP 19 Student Edition on macOS I noticed column snapping is activated, i.e. horizontal scroll by pixel is no longer possible. Is there any setting or workaround to bring it back?

    NullIbex976798 NullIbex976798
    Discussions |
    May 7, 2026 3:50 PM
    199 views | 2 replies

Latest Discussions

  • How to export/save RSM graph images in high resolution (300 dpi) in JMP Student Version?

    Hi everyone, I generated Response Surface Methodology (RSM) graphs in JMP Student Edition for my research work. I need to include these figures in my PhD manuscript, so I require high-resolution images (300 dpi or higher). However, when I export or copy the graphs, the image quality becomes low or blurry. I specifically need contour and 3D surface plots with publication-quality resolution Could an...

    Megala Megala
    Discussions |
    May 8, 2026 7:33 AM
    61 views | 1 replies
  • Scientific notation as the default for axis setting

    Hi,   everytime I open the graph builder, even everytime I change the data column, the scale always resets to "best", which is extremly annoying as I've got data in the range of 1e-6 to 1e-9 and I do not want to count those 8 zeros. Is there a way to set scientific as the default? Even opening the graph builder via a script including axis setting scientific does not work..   Thank you!

    Voetzl Voetzl
    Discussions |
    May 8, 2026 6:41 AM
    66 views | 1 replies
  • Hierarchical clustering platform color map columns

    I have a hierarchical cluster with ~ 2700 Y -rows and 100 columns of data. When complete I want to color map the clusters to two other columns in the data.    I can do so but then the questions start. 1.  One color map is to identify the rows of data by a type (in this case a tissue type).  That accurately displays as a color for each tissue but, how do I attach a legend to the visualization for t...

    MKostura MKostura
    Discussions |
    May 8, 2026 6:36 AM
    74 views | 0 replies
  • Add prefix column names (no scripting)

    I am using JMP 19.1.0 with this fantastic function of "Columns manager". I was wondering if there is a way to add prefix to our columns names for all of them at once? I seem to not find any option in the menus that performs this automatically. Thanks!    

    francescbernad francescbernad
    Discussions |
    May 8, 2026 2:20 AM
    71 views | 1 replies
  • Column snapping in JMP 19 Student Edition macOS

    Changing to JMP 19 Student Edition on macOS I noticed column snapping is activated, i.e. horizontal scroll by pixel is no longer possible. Is there any setting or workaround to bring it back?

    NullIbex976798 NullIbex976798
    Discussions |
    May 7, 2026 3:50 PM
    199 views | 2 replies

Latest Discussions

  • Hierarchical clustering platform color map columns

    I have a hierarchical cluster with ~ 2700 Y -rows and 100 columns of data. When complete I want to color map the clusters to two other columns in the data.    I can do so but then the questions start. 1.  One color map is to identify the rows of data by a type (in this case a tissue type).  That accurately displays as a color for each tissue but, how do I attach a legend to the visualization for t...

    MKostura MKostura
    Discussions |
    May 8, 2026 6:36 AM
    74 views | 0 replies
  • Cohen's d Effect Size from Mixed Model Output

    Hello, I am wondering how I can calculate a Cohen's d effect size from my mixed model output (attached), especially in the case of an interaction effect? I have seen some online resources saying to use the least squares mean difference divided by the model root mean square error in order to do so for main effects. However, when doing this, I sometimes get an effect size that appears inflated based...

    AvaSchwartz7 AvaSchwartz7
    Discussions |
    May 6, 2026 4:18 PM
    91 views | 0 replies
  • Inquiry regarding the procedure for PLS Discriminant Analysis (PLS-DA)

    [Environment] Version: JMP(r) Student Edition 19.1.0 (914688) License: For Academic Use Only (Expires: 2027/04/13) OS: Microsoft Windows 11 Home (10.0.26200.0)
    [Inquiry] Regarding the procedure for performing PLS Discriminant Analysis (PLS-DA)

    I am attempting to perform a PLS Discriminant Analysis (PLS-DA) using JMP Student Edition, as I understand this feature is supported in this edition. I ...

    SignBurro204 SignBurro204
    Discussions |
    Apr 24, 2026 3:30 AM
    132 views | 0 replies
  • defining function scope changes how result is returned

    Why don't all three of these return their unevaluated argument like the first one does? Is there a way to make the last two work like the first? Inside the function, e is still unevaluated, this seems to happen when the result is returned. names default to here(1); ns = New Namespace("n"); foo = function({e}, Name Expr(e) ); ns:bar = function({e}, Name Expr(e) ); show( foo( expr( notavar...

    ih ih
    Discussions |
    Apr 20, 2026 1:45 PM
    157 views | 0 replies
  • How does JMP bias the rate of count when calculating the probability of Partition platform with categorical responses?

    For categorical responses Partition has the response rates that are slightly biased away from zero to avoid having attributed probabilities of zero. I would like to know how to calcurate the biased probabilities.

    Takashi Takashi
    Discussions |
    Apr 16, 2026 8:41 PM
    154 views | 0 replies
view all discussions