cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to Look at Range Data High Medium Low

    Looking for the Best way to analysis Data when I have Ranges Upper, Mid and Lower for both Voltage and Freq. data.  See RED Columns.  Guess I could perform a Control Chart or Dist. but like to to see if their is a shift of this many Electrical Devices.   Any Suggestions?  

    CREV CREV
    Discussions |
    May 8, 2026 2:34 PM
    447 views | 0 replies
  • 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
    349 views | 1 replies
  • Last login details

    Is the anyway to get the JMP last login are last used details in JMP portal?

    SoftwareLicense SoftwareLicense
    Discussions |
    May 7, 2026 1:15 AM
    279 views | 1 replies
  • Missing Y-Axis on Normal Quantile Plot

    When I zoom into a Distribution Normal Quantile Plot, the y-axis will disappear.  This makes it difficult to determine the exact quantile of a value.  Is this a bug? I am using JMP 19.1.0, Windows 11 Pro 25H2. Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); // Normal vertical axis on Normal Quantile Plot. dt << Distribution( Continuous Distribution( Column( :weight ), ...

    robot robot
    Discussions |
    May 6, 2026 2:26 AM
    870 views | 2 replies
  • Automatically Add Reference Lines to Graph Builder

    I have a graph created by graph builder and a column in the data contains a constant value that I'd like to automatically add as a reference line to the graph.  Adding the column to the plot axis gives me something (green vertical below) but it's not great looking, any better ideas?     

    SpannerHead SpannerHead
    Discussions |
    May 5, 2026 2:22 PM
    789 views | 3 replies

Latest Discussions

  • How to Look at Range Data High Medium Low

    Looking for the Best way to analysis Data when I have Ranges Upper, Mid and Lower for both Voltage and Freq. data.  See RED Columns.  Guess I could perform a Control Chart or Dist. but like to to see if their is a shift of this many Electrical Devices.   Any Suggestions?  

    CREV CREV
    Discussions |
    May 8, 2026 2:34 PM
    447 views | 0 replies
  • 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
    349 views | 1 replies
  • Last login details

    Is the anyway to get the JMP last login are last used details in JMP portal?

    SoftwareLicense SoftwareLicense
    Discussions |
    May 7, 2026 1:15 AM
    279 views | 1 replies
  • Ignored preference

    In JMP Pro version 18 (Windows 10 Pro) I've selected a different default color for my histograms under the Distribution Platform, but said histograms appear to ignore this preference and appear with the default (somewhat blah) color.  What am I doing wrong (if anything)?  It works fine on my Mac (which I rarely use).

    sfigard sfigard
    Discussions |
    May 5, 2026 1:04 PM
    3136 views | 7 replies
  • import JMP config from previous version when upgrading

    Hi, I just lost half a day of work because the Autosave timer I had set in JMP18 was set to the default of 0 in JMP 19. Can the installer not just search (or ask the user) for  the previous JMP installation config?

    mvanderaa1 mvanderaa1
    Discussions |
    May 4, 2026 9:49 PM
    583 views | 2 replies

Latest Discussions

  • How to Look at Range Data High Medium Low

    Looking for the Best way to analysis Data when I have Ranges Upper, Mid and Lower for both Voltage and Freq. data.  See RED Columns.  Guess I could perform a Control Chart or Dist. but like to to see if their is a shift of this many Electrical Devices.   Any Suggestions?  

    CREV CREV
    Discussions |
    May 8, 2026 2:34 PM
    447 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
    709 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
    440 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
    459 views | 0 replies
  • Nested Two Way Anova Help?

    Hi, I am trying to analyze calcium transient data from cardiomyocytes. I moved to JMP because Prism cannot do a two way ANOVA on nested data but I cannot figure out how to run this analysis. I have 4 experimental groups (WT SHAM, KO SHAM, WT OVX, KO OVX) across two factors (genotype (WT/KO) and surgery (SHAM/OVX)) but I don't know how to add these variables prior to running analyses. For each anim...

    ClusterSeal6941 ClusterSeal6941
    Discussions |
    Apr 14, 2026 12:36 PM
    644 views | 0 replies
view all discussions