キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
JMP Bar Chart

ようこそ JMP User Communityへ

質問をし、回答を得たり、他のJMPユーザーと交流しましょう

学習のためのリソース

最新のディスカッション

  • What is the best way to rename a data table without ruining saved scripts?

    When I write reports I embed the data table into the word document in a zip-file, so that future readers can extract the data. When I am about to do that I often realize the the name of the data table was chosen hastily, so I want to give it a better name before saving into the report.   The problem I run into is that some (not all) of the scripts I have saved along the way contains the name of th...

    Ake Ake
    Discussions |
    Oct 4, 2025 4:34 AM
    650 表示 | 2 件の返信
  • Is there a way to add points to only one line in a Graph Builder Line Plot?

    Hi All,   I have a Y over X graph builder plot with multiple lines, their name in the Overlay, and colored by designation. I would like to add points only to one line. Is that possible? For example, how would I add points only to the Rosy line?       Your suggestions are much appreciated. Barbara        

    babn babn
    Discussions |
    Oct 3, 2025 11:43 PM
    878 表示 | 5 件の返信
  • Change Where filter in Graph Builder

    If I have created a chart with a Where() clause, how do I change that filter from a script? I can do it with a local data filter, but can't seem to change the Where clause although I can read it using << Get Where Expr Example:   Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = dt << Graph Builder( Variables( X( :weight ), Y( :height ), Color( :sex ) ), Elements( Point...

    matth1 matth1
    Discussions |
    Oct 3, 2025 12:30 PM
    415 表示 | 2 件の返信
  • Graphic Builder- Wrap

    I would like to know it there is any way to move or format the boxes of the wrap to my needs. Usually depends on the variables you have two three or four columns (and some rows if there are too many), and I would like to know if I can move those boxes or edit the graph to my needs. In the picture attached I would like for example to have three columns instead of fours, or even better being able to...

    MauricioMMD MauricioMMD
    Discussions |
    Oct 3, 2025 6:30 AM
    666 表示 | 3 件の返信
  • Problem with Journal Packager Add-in

    @brady_brady  I am having a recent problem using Journal Packager Add-in I have used it very successfully in the past but now it doesn’t seem to be working – The problem may have coincided with switching to JMP18- not sure The problem is as follows – The add-in is not “stripping” the file path of the referenced JMP data tables I attach an example of a journal that has been put through the add-in p...

    ar2 ar2
    Discussions |
    Oct 3, 2025 5:06 AM
    1328 表示 | 4 件の返信

最新のディスカッション

  • Is there a way to add points to only one line in a Graph Builder Line Plot?

    Hi All,   I have a Y over X graph builder plot with multiple lines, their name in the Overlay, and colored by designation. I would like to add points only to one line. Is that possible? For example, how would I add points only to the Rosy line?       Your suggestions are much appreciated. Barbara        

    babn babn
    Discussions |
    Oct 3, 2025 11:43 PM
    878 表示 | 5 件の返信
  • Graphic Builder- Wrap

    I would like to know it there is any way to move or format the boxes of the wrap to my needs. Usually depends on the variables you have two three or four columns (and some rows if there are too many), and I would like to know if I can move those boxes or edit the graph to my needs. In the picture attached I would like for example to have three columns instead of fours, or even better being able to...

    MauricioMMD MauricioMMD
    Discussions |
    Oct 3, 2025 6:30 AM
    666 表示 | 3 件の返信
  • probleme import date excel

    bonjour,   je n'arrive pas à avoir le bon format dans JMP (d/m/y) comme dans excel et après plusieurs essais, j'ai toujours dans JMP: m/d/y.   merci pour votre aide   cordialement

    Françoise Françoise
    Discussions |
    Oct 3, 2025 4:30 AM
    575 表示 | 4 件の返信
  • Match count not showing in the Join Table Preview in JMP 19

    Hi Folks,   I used JMP 18 before and now transitioning to the latest JMP version (JMP 19)...

    Looks like the match counter is not showing when previewing the Table Join. Do you know how to turn this feature on? or completely eliminated this on JMP 19?  

    jcagande jcagande
    Discussions |
    Oct 2, 2025 5:05 AM
    290 表示 | 1 件の返信
  • JMP17 Upgrade Forcing Superscript Broke JMP14 Working Script

    Hi Folk, I would give an example of script but after troubleshooting an explanation should suffice.   I have a data table from a CSV source that has many columns of trace data that has a column name with units at the end. For degrees C the header is Temperature [0c] and for cubic meters per hour it is Air Flow [m3/h]. There are others. I built a script that opens this data file and another that ha...

    MikeTV99 MikeTV99
    Discussions |
    Oct 1, 2025 11:38 AM
    572 表示 | 2 件の返信

最新のディスカッション

  • Time varying effect in Recurrence Analysis, data format and calculation

      Dear all
    I am assigned a task to perform recurrence analysis on our data.
    The data we have are robot repairs. We want to see repair events and cost in response to accumulated transactions using recurrence analysis.
    I attached a simulated data for this question. It only has three bots since we haven't decided how to arrange the data and I just put those three bots manually. I will update with more ...

    Caozheng0115 Caozheng0115
    Discussions |
    Sep 26, 2025 11:29 AM
    867 表示 | 0 件の返信
  • lamda used in final lasso fit with K fold validation

    Can someone help me know which lambda was used in the K-fold cross validation of a lasso regression?  I see the values listed in the solution path summary table, but unsure which one it uses finally. Perhaps I am missing a main point in the process.... and it is not important

    daniel_s daniel_s
    Discussions |
    Sep 22, 2025 6:03 PM
    421 表示 | 0 件の返信
  • Copy Formula for Tables / Update

    In Tables / subset, the user can decide if a column formula is copied and if the evaluation is suppressed:   Is there a hidden option which does the same trick for Tables/Update?

    great for "documentation"great for "what if" ...on the other hand: one cannot guarantee that all input columns for the formula will be available in the target data table.
    -> default option "suppress formula evaluation"?

    hogi hogi
    Discussions |
    Sep 12, 2025 7:47 AM
    921 表示 | 0 件の返信
  • STATS on recurrence analysis, loglinear NHPP model

    Hi, I am new to recurrence analysis and JMP.
    I did the analysis and use loglinear NHPP model. I have a little trouble understanding the results (in attached image). It seems that the γ and δ values are listed in the Effect Marginals section of the result. If I want to do stats on gamma compared between two groups (AlphaC and Sym 1.0). How do I do that? JMP is not generating a p value so I want to d...

    Caozheng0115 Caozheng0115
    Discussions |
    Aug 28, 2025 9:22 AM
    519 表示 | 0 件の返信
  • permutation test for PLS-DA

    Hi all!  I've run a PLS-DA test for a data set that consists of FTIR spectral data of 5 different systems under 5 different treatments. I've used the fit model platform so that I could handle categorical variables in my Y variables. According to PRESS statistics, this model has an optimum number of factors of 7 and possesses good discriminating power between my samples. Then, I noticed that the st...

    Mariana_Aguilar Mariana_Aguilar
    Discussions |
    Aug 20, 2025 8:45 PM
    1263 表示 | 0 件の返信
すべてのディスカッションを表示