cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • adding graphics to each framebox

    Hey guys, i'm new to JSL and would so appreciate your help with a script i'm struggling with for a while. i wrote a script that produces multiple graphs in one scroll box.The problem is that i have a different number of frameboxes for each graph and i can't get track of the exact number. it also changes when i change the filter bar param. therefore when i'm trying to add graphics like circle to a ...

    ivan_i ivan_i
    Discussions |
    Jul 31, 2024 1:15 PM
    3954 views | 3 replies
  • Update an Associative array that is a class global variable

    Hello, I have a class variable that is an associative array define class ( "class name", ass_array = associative array (); meth1 = method({x,y}, for(i = 1, n <= n items(x),i++ xi = x[i]; yi = y[i]; try( ass_array << insert(xi, Insert(eval list(ass_array[eval(xi)]), eval(yi))), ass_array << insert(xi, List(eval(yi))) ); ); ); );but when I call this class to update the associative array, th...

    doctorfizz doctorfizz
    Discussions |
    Jul 31, 2024 10:59 AM
    2375 views | 4 replies
  • How do I get my colors to stay consistent for bar graphs when using filters - using JMP 17.2.0

    I have established value colors for the column, using Column Properties>Value Colors.  I have built it into a script, similar to this. dt:"(Group)Type"n << Set Property(
    Value Colors,
    {"("A" = 16, "B" = 24, "C" = 56, "D" = 8, "E" = 40, "F" = 72, and so on. (There are 36 total cell values that I am identifying in the list) Then I run the script for the graph dt << Graph Builder( Size(1460, 625), Sh...

    GLynnWarren GLynnWarren
    Discussions |
    Jul 31, 2024 10:38 AM
    1118 views | 1 replies
  • Loop through reports and extract title

    Hello, I am trying to loop through all reports generated from an ANOVA-oneway. I create a list of the reports anova_list.  If I manually try to extract the title from a report with the following syntaxt curr_anova = anova_list[1] report_title = curr_anova << report << get  title("string") the output is what I expect - some variation of: Oneway Analysis of Y by X by1=by1val by2=by2val ... But when ...

    doctorfizz doctorfizz
    Discussions |
    Jul 31, 2024 9:26 AM
    2308 views | 3 replies
  • Duplicate values in a columns

    I would like to create a formula in a new column to count duplicate rows in another column how do I do this?  

    lisaash lisaash
    Discussions |
    Jul 31, 2024 9:24 AM
    6512 views | 9 replies

Latest Discussions

  • How do I get my colors to stay consistent for bar graphs when using filters - using JMP 17.2.0

    I have established value colors for the column, using Column Properties>Value Colors.  I have built it into a script, similar to this. dt:"(Group)Type"n << Set Property(
    Value Colors,
    {"("A" = 16, "B" = 24, "C" = 56, "D" = 8, "E" = 40, "F" = 72, and so on. (There are 36 total cell values that I am identifying in the list) Then I run the script for the graph dt << Graph Builder( Size(1460, 625), Sh...

    GLynnWarren GLynnWarren
    Discussions |
    Jul 31, 2024 10:38 AM
    1118 views | 1 replies
  • Duplicate values in a columns

    I would like to create a formula in a new column to count duplicate rows in another column how do I do this?  

    lisaash lisaash
    Discussions |
    Jul 31, 2024 9:24 AM
    6512 views | 9 replies
  • Fitting distributions NOT in the distribution platform?

    I have many many non normal distributions I need to transform for later analysis of the data.  The Distribution platform fit all distributions is very slow with this task.  I know I saw another platform can do this fitting of the best distribution type, but can't remember which that was.Google has let me down. Thanks in advance

    cravin187 cravin187
    Discussions |
    Jul 31, 2024 8:29 AM
    807 views | 0 replies
  • Stereographic Projection

    This may be a long shot, but has anyone plotted stereographic projections in JMP?  These are often used to represent the orientation of various crystal directions/planes, though it can be used for any projection relative to a sphere.  I couldn't find anything searching. 

    dhovis216 dhovis216
    Discussions |
    Jul 31, 2024 6:54 AM
    2170 views | 2 replies
  • Get batch/interactive mode

    I'm wondering if there's a way to get suppress modal windows natively.  Batch interactive doesn't seem to.     Names default to here(1); batch interactive(1); new window("Test", <<Modal, Textbox("I don't want this to show up if in batch interactive") ); batch interactive(0); So I'm wondering if there's a way to get the current batch interactive mode so I can do something like this.   Names defa...

    vince_faller vince_faller
    Discussions |
    Jul 31, 2024 5:37 AM
    3436 views | 4 replies

Latest Discussions

  • Fitting distributions NOT in the distribution platform?

    I have many many non normal distributions I need to transform for later analysis of the data.  The Distribution platform fit all distributions is very slow with this task.  I know I saw another platform can do this fitting of the best distribution type, but can't remember which that was.Google has let me down. Thanks in advance

    cravin187 cravin187
    Discussions |
    Jul 31, 2024 8:29 AM
    807 views | 0 replies
  • How do I add Mean and other values to BoxPlot in JMP Pro 17

    I have created a Boxplot graph and I need to show the Mean and other relevant stats/values and text inside or close to the Box and not on the top as part of the Summary Stats. I also need to be able to manipulate the figures like make it bigger, bold, etc...full customization like the attached Boxplot picture. Any suggestions? Thank you, Helal

    Helal Helal
    Discussions |
    Jul 22, 2024 11:57 AM
    1425 views | 0 replies
  • JMP Methode zur Reliabilitätsanalyse einer Scorecard

    Hallo zusammen, ich bin unsicher bezüglich der Methode zur Reliabilitätsanalyse einer Scorecard.Ich möchte eine Scorecard bzgl. Ihrer Reliabilität analysieren. 5 verschiedene Anfragen werden dabei über eine Scorecard von jeweils 4 verschiedenen Personen bewertet. Jede der 5 Anfragen erhält dadurch einen Gesamtscore. Ich möchte gerne untersuchen, wie "gut" unsere Scorecard zur Bewertung unserer Anf...

    ConstructFish94 ConstructFish94
    Discussions |
    Jul 22, 2024 6:38 AM
    967 views | 0 replies
  • Feedback : 404 page for adobe svg plugin

    Setup : JMP 17.0.0 on Win11.I create boxplots and export to HTML (default graphics format = SVG).
    On line 16 of the html file, there is an autogenerated link to adobe :pluginspage="http://www.adobe.com/svg/viewer/install/"This webpage doesn't exist and I think the Adobe SVG Viewer is not available anymore, so the above link should be removed.https://web.archive.org/web/20121221000422/http://www.ado...

    kkchen kkchen
    Discussions |
    Jul 7, 2024 10:33 PM
    915 views | 0 replies
  • How do I get the partial eta squared for a model with random effects?

    Hello, I am conducting a two-way ANOVA with a random effect and need to report the partial eta squared. Does anyone know how to do this or calculate it from values displayed in the output? I tried the add-on but it does not support models with random effects. For the model I have a dependent variable and my model effects looks like:variable1variable2variable1*variable2variable3 & random all variab...

    ELM890 ELM890
    Discussions |
    Jul 2, 2024 9:53 AM
    1338 views | 0 replies
view all discussions