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

  • Bug Report: Spec Band (Rect) Not Rendered on Variability Chart Problem Description

    I'm having trouble with my script. Please help me identify the errors and do modification in my script  1. Issue with spec range: The green specification band (colored rectangle) is not displayed on the Variability Chart.  2. Adding multiple X factors: How should I modify script if I want to include multiple X factors?

    Sandra233 Sandra233
    Discussions |
    Apr 21, 2026 1:32 AM
    154 views | 2 replies
  • How to set spec limits color

    Hi, JMPer I have used JSL to load spec limits into column Properties. But when generate graph or distribution charts, the spec limits' color is bule.My question is: 1.How to change the colors to red and line to dot?2.I used chinese vision, how to change it to english? 

    CompleteLeopard CompleteLeopard
    Discussions |
    Apr 20, 2026 11:41 PM
    5419 views | 10 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
    150 views | 0 replies
  • Control Limit refreshing for Control Charts

    I am very novice when it comes to JMP pro, JMP live and JSL. Here is my issue, I have a refresh script that successfully pulls spec limits from a database in ssms and applies them to the properties of the columns; I want to start pulling from another table to apply individual control limits for all process variables in the data set. When I add what I believe to be the correct blocks to accomplish ...

    WFzw WFzw
    Discussions |
    Apr 20, 2026 11:20 AM
    270 views | 3 replies
  • How to add a y = x reference line in Graph Builder without creating a new column?

    Hi, I’m trying to add a reference line like y = x in Graph Builder, but I’d like to do this without creating an additional column. I know I can add constant reference lines (e.g., y = 100), but I couldn’t find a way to directly input a function like y = x or y = ax + b. Is there any way to add a function-based reference line directly in Graph Builder?
    Or is using a new formula column or a graphics ...

    bumkim bumkim
    Discussions |
    Apr 20, 2026 10:27 AM
    293 views | 4 replies

Latest Discussions

  • Bug Report: Spec Band (Rect) Not Rendered on Variability Chart Problem Description

    I'm having trouble with my script. Please help me identify the errors and do modification in my script  1. Issue with spec range: The green specification band (colored rectangle) is not displayed on the Variability Chart.  2. Adding multiple X factors: How should I modify script if I want to include multiple X factors?

    Sandra233 Sandra233
    Discussions |
    Apr 21, 2026 1:32 AM
    154 views | 2 replies
  • How to set spec limits color

    Hi, JMPer I have used JSL to load spec limits into column Properties. But when generate graph or distribution charts, the spec limits' color is bule.My question is: 1.How to change the colors to red and line to dot?2.I used chinese vision, how to change it to english? 

    CompleteLeopard CompleteLeopard
    Discussions |
    Apr 20, 2026 11:41 PM
    5419 views | 10 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
    150 views | 0 replies
  • How to add a y = x reference line in Graph Builder without creating a new column?

    Hi, I’m trying to add a reference line like y = x in Graph Builder, but I’d like to do this without creating an additional column. I know I can add constant reference lines (e.g., y = 100), but I couldn’t find a way to directly input a function like y = x or y = ax + b. Is there any way to add a function-based reference line directly in Graph Builder?
    Or is using a new formula column or a graphics ...

    bumkim bumkim
    Discussions |
    Apr 20, 2026 10:27 AM
    293 views | 4 replies
  • Partition maximum inputs

    Is there a maximum number of inputs that a Partition Tree can handle?   Note:  using version 19.

    Clarke Clarke
    Discussions |
    Apr 20, 2026 9:40 AM
    139 views | 1 replies

Latest Discussions

  • 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
    150 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
    146 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
    341 views | 0 replies
  • Help with PPK on one-sided data which includes zeros

    I’m trying to calculate an appropriate PPK for data with the following criteria: Data lies between 0 and +InifinityA significant portion of the data is exactly 0, and this represents an actual true 0Has an Upper Spec limit onlyHeavily Skewed The distribution should be an appropriate distribution for the data. What’s the best way to get JMP to do this?

    david707 david707
    Discussions |
    Apr 8, 2026 8:59 AM
    324 views | 0 replies
  • Best practice in FDE when the main variation is a shift along X (phase variation) rather than a change in shape?

    Hello JMP community, I have been testing Functional Data Explorer on a synthetic data set where each curve is essentially the same motif translated along the X-axis, with little intrinsic change in amplitude or shape. In this situation, my impression is that the resulting FPCA/FPC basis becomes increasingly oscillatory, and the physical interpretation becomes difficult. In other words, one simple...

    Florent_M Florent_M
    Discussions |
    Mar 17, 2026 9:29 AM
    269 views | 0 replies
view all discussions