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

  • get symbols()

    In JSL, there is a function get namespaces() to get al ist of all namespaces with all defined symbols. ... and a function show symbols() to show all symbols of all namespaces : print to log. is there something like get symbols(), to get the list of symbols as a return value?

    hogi hogi
    Discussions |
    Jan 26, 2026 12:05 AM
    330 views | 2 replies
  • from a name to a string

    To remove a symbol, I can write: y=6; mySymbol = Expr(y); //Delete Symbols("y"); ////Delete Symbols(y); // <- easy Eval(Eval Expr(Delete Symbols(Expr(Name Expr(mySymbol))))); Show symbols() If I need to remove a symbol from a namespace, I need the string of the symbol: Names Default To Here( 1 ); nsref = New Namespace( "ns" ); ns:x = 20; mySymbol = Expr( x ); //nsref << Remove("x") Eval( Sub...

    hogi hogi
    Discussions |
    Jan 25, 2026 11:16 PM
    334 views | 2 replies
  • histogramme

    Bonjour, est-il possible de réaliser un histogramme avec des classes de largeurs différentes ? Par avance merci pour la réponse

    JLCbyPaul JLCbyPaul
    Discussions |
    Jan 25, 2026 7:29 AM
    241 views | 1 replies
  • Connecteur de données

    bonjour, dans ce script source ci-dessous, peut-on le modifier pour importer à partir d'une certaine ligne et préciser sur quelle ligne se trouvent les noms des variables ? les noms des colonnes se trouvent en troisième ligne et les données commencent en ligne 4. (je ne peux pas modifier le fichier source excel). cordialement  

    Françoise Françoise
    Discussions |
    Jan 23, 2026 2:50 PM
    394 views | 3 replies
  • Graph Builder: hide X categories with no data

    Hello everyone, I have a table with a grouping column and several response variables.New Table( "Test", Add Rows( 7 ), New Column( "GROUP", Character, "Nominal", Set Values( {"a", "b", "c", "d", "e", "f", "g"} ) ), New Column( "Y", Numeric, "Continuous", Format( "Best", 12 ), Set Values( [7, ., 6, ., 4, ., 2] ) ), New Column( "Y 2", Numeric, "Continuous", Format( "Best", ...

    anne_sa anne_sa
    Discussions |
    Jan 23, 2026 5:20 AM
    19173 views | 17 replies

Latest Discussions

  • histogramme

    Bonjour, est-il possible de réaliser un histogramme avec des classes de largeurs différentes ? Par avance merci pour la réponse

    JLCbyPaul JLCbyPaul
    Discussions |
    Jan 25, 2026 7:29 AM
    241 views | 1 replies
  • Connecteur de données

    bonjour, dans ce script source ci-dessous, peut-on le modifier pour importer à partir d'une certaine ligne et préciser sur quelle ligne se trouvent les noms des variables ? les noms des colonnes se trouvent en troisième ligne et les données commencent en ligne 4. (je ne peux pas modifier le fichier source excel). cordialement  

    Françoise Françoise
    Discussions |
    Jan 23, 2026 2:50 PM
    394 views | 3 replies
  • histogrammes

    bonjour,   est-il possible de colorier avec une autre couleur ce qui est extérieur aux limites de spécification? réalisé avec le graph builder, lignes bleues= limites de spécifications.   cordialement

    Françoise Françoise
    Discussions |
    Jan 22, 2026 8:21 AM
    335 views | 3 replies
  • Extract String which has positive and negative numbers

    Hi, I have a table1.jmp as atteched. How do I extract the X and Y as circled in the red box? The X and Y values can sometimes be negative. For example, the XY values from the 1st row is -280,-396. The XY values from the 2nd row is 284,-228.  

    cchueng cchueng
    Discussions |
    Jan 20, 2026 12:04 PM
    1137 views | 3 replies
  • JMP JSL extension is available in VS Code but not in Antigravity - any workarounds?

    Hi everyone, I am trying to set up a development environment for JMP Scripting Language (JSL) within Antigravity (the VS Code-based IDE). The Issue: I searched the internal marketplace in Antigravity, but I cannot find the specific "JMP JSL" extension (the one developed by Predictum/Vince Faller that is widely available in the standard VS Code Marketplace). What I'm looking for: Since Antigravity ...

    lehaofeng lehaofeng
    Discussions |
    Jan 19, 2026 11:51 PM
    308 views | 1 replies

Latest Discussions

  • Need help with random errors on script start AFTER the previous run finished

    Never mind, I figured it out - one of the functions had Eval() which was evaluating right when script starts.   I am writing a simple GUI prototype: List of tables in a combo box, button to add\open table and Filter Col Box with column names of the currently selected table. Everything works on the first run - tables are switched, columns are displayed, combobox reacts to tables being added, closed...

    miguello miguello
    Discussions |
    Dec 15, 2025 10:40 AM
    1077 views | 0 replies
  • Analyzing and Interpreting a Mixture of Mixtures Model

    I created a mixture of mixtures test plan. Now that the data are collected, I'm not sure how to interpret the results. Can I get help to verify that I designed the experiment correctly, and also walk me through how to interpret the results? I am studying the friction of asphalt surfaces, and specifically the effects of aggregate type, aggregate blend ratios on coarse and fine fractions, and asphal...

    bryantw bryantw
    Discussions |
    Dec 5, 2025 12:56 PM
    514 views | 0 replies
  • Bonferroni simultaneous confidence interval

       

    CurseOfDingo217 CurseOfDingo217
    Discussions |
    Dec 4, 2025 5:03 PM
    417 views | 0 replies
  • Calculating the missing values in AHP matrix

    Calculating the missing values in AHP matrix I have an incomplete AHP matrix, and I want to define the missing data using JMP, which method of screening values do you advice me to use, normal imputation,  SVD imputation, or RPCA imputation. My second question as one part of the AHP matrix is equal to 1 divided on the second part. How can I tell JMP that to screen only the half of missed value whic...

    NoSQLPlotPanda4 NoSQLPlotPanda4
    Discussions |
    Nov 16, 2025 10:48 PM
    522 views | 0 replies
  • How to correctly compute Odds Ratios from a Binomial Logit Generalized Linear Mixed Model (GLMM) in JMP Pro?

    I am fitting a Binomial Logit Generalized Linear Mixed Model (GLMM) in JMP Pro 18, with: binary outcome (1 = event, 0 = no event), several categorical predictors (factors), and a random intercept for subject ID to account for repeated measures / clustering. The model converges and produces a table of Fixed Effects Parameter Estimates, which includes: Estimate (β) Standard Error Lower / Uppe...

    eliyahu100 eliyahu100
    Discussions |
    Nov 16, 2025 10:51 AM
    457 views | 0 replies
view all discussions