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 I do predict outlier by fit model

    Hi all,

    Currently, I try to use Fit Model to create model, so that I could predict output from input variables as well as to make decision whether prediction is outlier or not. However, I am struggling that after I get the model, the model could not clearly point out outliers, highlighted in red  

    Even I tried to pre process data source such as excluding outliers from data source and then trained ...

    PhamBao PhamBao
    Discussions |
    Jul 10, 2025 6:50 AM
    1076 views | 7 replies
  • How to get Contour Profiler lines from fit model and update into graph builder

    Hi team,

    Are there any one know how to get decision boundary from fit model, then update it into graph builder

    Appreciates,

    PhamBao PhamBao
    Discussions |
    Jul 10, 2025 6:45 AM
    561 views | 2 replies
  • How to detect changes in the order of the X-axis?

    How can I detect changes in the order of the X-axis? I am using the following JSL to mark the background color, but users can change the order of the X-axis as shown in the image below. If I cannot detect that the user has made this change to the graph, the previously marked background color area will not follow the new order and will not be updated.
    For example, if I originally marked age 13 and ...

    BabyDoragon BabyDoragon
    Discussions |
    Jul 10, 2025 3:31 AM
    1144 views | 9 replies
  • Graph Builder Legend + multiline entries?

    Hi, I want to use entries with newline in the legend. what can I do to get a nice legend in Graph builder?   Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" ); :name[30]="Robert\!n2nd"; Graph Builder( Show Control Panel( 0 ), Variables( X( :name ), Y( :weight ), Color( :name ) ), Elements( Bar( X, Y ) ), Local Data Filter( Close Outline( 1 ), Add Filter( co...

    hogi hogi
    Discussions |
    Jul 10, 2025 2:24 AM
    291 views | 0 replies
  • 怎么单独使用变量替换列表里面的值并计算

    lsl = 53; target = 61; usl = 69; dataspec = Expr({ LSL( lsl ), USL( usl), Target( target ), Show Limits( 1 )}); dt:data << Set Property( "Spec Limits",Eval(dataspec ));   代码如上,但是始终不生效,规格线无法赋值,请求大家的帮助,感谢!

    Conny_Wang Conny_Wang
    Discussions |
    Jul 10, 2025 12:13 AM
    440 views | 2 replies

Latest Discussions

  • How to get Contour Profiler lines from fit model and update into graph builder

    Hi team,

    Are there any one know how to get decision boundary from fit model, then update it into graph builder

    Appreciates,

    PhamBao PhamBao
    Discussions |
    Jul 10, 2025 6:45 AM
    561 views | 2 replies
  • Graph Builder Legend + multiline entries?

    Hi, I want to use entries with newline in the legend. what can I do to get a nice legend in Graph builder?   Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" ); :name[30]="Robert\!n2nd"; Graph Builder( Show Control Panel( 0 ), Variables( X( :name ), Y( :weight ), Color( :name ) ), Elements( Bar( X, Y ) ), Local Data Filter( Close Outline( 1 ), Add Filter( co...

    hogi hogi
    Discussions |
    Jul 10, 2025 2:24 AM
    291 views | 0 replies
  • Graphbox equivalent to GraphBuilder code

    Hi all,
    I am new to JSL. I am creating a contour plot using graph builder as follows: out << Graph Builder( Show Control Panel( 0 ), Size( 1301, 847 ), Set α Level( 0.1 ), Variables( X( :t ), Y( :f ), Color( :p ) ), Elements( Contour( X, Y, Legend( 2 ), Number of Levels( 10 ), Smoothness( 0.0115027054779012 ) ) ) ); What would be the equivalent code if I want to replace Graph Builder with Graph Box...

    MedianHorse837 MedianHorse837
    Discussions |
    Jul 9, 2025 9:58 PM
    357 views | 2 replies
  • Dario Schiraldi : How do I create and interpret regression models?

    Hi everyone, I am Dario Schiraldi, CEO of Travel Works, starting to work with regression models in JMP and would love some advice. What’s your approach to creating a solid regression model, and how do you interpret the key outputs like coefficients, p-values, and diagnostics? Are there any tips or common pitfalls I should watch out for? Also, which JMP features or visualizations do you find most h...

    darioschiraldi1 darioschiraldi1
    Discussions |
    Jul 9, 2025 7:03 AM
    575 views | 3 replies
  • Python Access Issue while installing Packages

    Hello JMP Community,   Recently started using JMP and tried to access the Python and while installing the python packages, I am getting error like below. Any support in resolving the below error is much appreciated. Refer below image along with code used and error.   Thank you        

    BHKReddy BHKReddy
    Discussions |
    Jul 9, 2025 4:55 AM
    1862 views | 10 replies

Latest Discussions

view all discussions