cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Graph Builder Selections Don't Carry Thru Copy/Paste into PowerPoint on Windows or Mac

    My JMP/OS I'm using:JMP® 16.2.0 (570548)
    Microsoft Windows 10 Enterprise 2016 LTSB 64-bit (10.0.14393.0)     ORJMP® 16.2.0MacOS Ventura 13.4.1 (22F82) Problem: Create the graphbuilder plot below using the BigClass sample data set.Select the 15 year olds as shown (screen clip).  I have my highlight preference set to 'make larger' on Mac. Click 'done' and then Command-C (copy) to copy the plot.  The ...

    datanaut datanaut
    Discussions |
    Jul 19, 2023 4:19 PM
    2001 views | 3 replies
  • Traffic Lights and Gauges in Jmp Dashboards?

    In Jmp Dashboards, is there a function to add Traffic Lights and Gauge Views? https://grafana.com/grafana/plugins/snuids-trafficlights-panel/https://kerrykolosko.com/portfolio-category/svg-templates/     Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = Graph Builder( Size( 437, 413 ), Summary Statistic( "Median" ), Graph Spacing( 4 ), Variables( X( :height ), Y( :weig...

    hogi hogi
    Discussions |
    Jul 19, 2023 10:45 AM
    1644 views | 4 replies
  • Efficient way to label multiple rows with the same image?

    I want to add images to my JMP table, so when I hover over a data point, I can see the associated image. My concern is that my table has 300,000+ rows, and I think if I add an image to each row the file size may become unmanageably large. However, many rows will share the same image - there are only ~30,000 images, with each image being shared by ~10 rows. Is there an efficient way to associate an...

    markschwab markschwab
    Discussions |
    Jul 19, 2023 10:42 AM
    1591 views | 2 replies
  • Data connection SQL prompts

    Hi, I am trying to build a query in JMP 17. The issue I'm having is the SQL server login keeps prompting often to enter the login, even when I select the column. I have used JMP 16 before and never seen this problem before. Any work around?  Thanks,Jackie

    Jackie_ Jackie_
    Discussions |
    Jul 18, 2023 11:05 AM
    1073 views | 1 replies
  • Beginner

    Hi,i want to create an array for two data columnslike a = [ .........]b = [......]i also want to get the mean of both arrays and display in bivariate plot. i a beginner to jsl and scripting as whole. thank you

    ParametricStudy ParametricStudy
    Discussions |
    Jul 18, 2023 9:01 AM
    989 views | 1 replies

Latest Discussions

  • Graph Builder Selections Don't Carry Thru Copy/Paste into PowerPoint on Windows or Mac

    My JMP/OS I'm using:JMP® 16.2.0 (570548)
    Microsoft Windows 10 Enterprise 2016 LTSB 64-bit (10.0.14393.0)     ORJMP® 16.2.0MacOS Ventura 13.4.1 (22F82) Problem: Create the graphbuilder plot below using the BigClass sample data set.Select the 15 year olds as shown (screen clip).  I have my highlight preference set to 'make larger' on Mac. Click 'done' and then Command-C (copy) to copy the plot.  The ...

    datanaut datanaut
    Discussions |
    Jul 19, 2023 4:19 PM
    2001 views | 3 replies
  • Traffic Lights and Gauges in Jmp Dashboards?

    In Jmp Dashboards, is there a function to add Traffic Lights and Gauge Views? https://grafana.com/grafana/plugins/snuids-trafficlights-panel/https://kerrykolosko.com/portfolio-category/svg-templates/     Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = Graph Builder( Size( 437, 413 ), Summary Statistic( "Median" ), Graph Spacing( 4 ), Variables( X( :height ), Y( :weig...

    hogi hogi
    Discussions |
    Jul 19, 2023 10:45 AM
    1644 views | 4 replies
  • Graph Builder Heatmap gridlines

    Why are gridlines weird in heatmaps?  It seems like categorical data should draw the gridlines between the categories, not on top of the category:  Is there a way to make it automatically draw the gridlines between the categories? 

    BHarris BHarris
    Discussions |
    Jul 18, 2023 8:22 AM
    1562 views | 2 replies
  • is a count variable continuous or ordinal?

    Friends:I have a vaiable that gets values of 0,1,2,3,4. this variable counts number of cars in a zone for example when we have 3 cars it gets the value of 3. my question is: what is the appropriate type for this variable? should I go with continuous or change it to nominal?thanks

    mraha mraha
    Discussions |
    Jul 18, 2023 7:53 AM
    3911 views | 3 replies
  • Heatmap Plot - mixing colors

    In my search for aliens in BigClass, today I want to generate a heatmap plot to show the aliens at a glance.The idea: color the non-alien students green and the aliens red.But with several non-aliens in the same age group, the alien red is just slightly visible: Next idea:
    Let's increase the transparency for non-aliens such that age groups with aliens inside get nicely visible.
    I exected such cells ...

    hogi hogi
    Discussions |
    Jul 18, 2023 4:48 AM
    940 views | 0 replies

Latest Discussions

  • Heatmap Plot - mixing colors

    In my search for aliens in BigClass, today I want to generate a heatmap plot to show the aliens at a glance.The idea: color the non-alien students green and the aliens red.But with several non-aliens in the same age group, the alien red is just slightly visible: Next idea:
    Let's increase the transparency for non-aliens such that age groups with aliens inside get nicely visible.
    I exected such cells ...

    hogi hogi
    Discussions |
    Jul 18, 2023 4:48 AM
    940 views | 0 replies
  • Tabulate as Tree Box?

    For Tabulate, is there an option to display the table as a Tree Box instead of a flat table?   Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Tabulate( Add Table( Column Table( Analysis Columns( :height ), Statistics( Median ) ), Row Table( Grouping Columns( :sex, :age, :name ) ) ) ) 

    hogi hogi
    Discussions |
    Jul 17, 2023 10:59 AM
    594 views | 0 replies
  • Design space profiler not showing number of random sample

    Hi,  I just started to use the new design space profiler in <JMP 17.0.0>. I am wondering why in some cases I can add a number of random sample and sometimes not when starting the design  space profiler. I used the design space profiler with several responses fitted with their prediction formula. This is the window that is sometimes not showing up   Has anyone experienced the same problem? Emmanuel

    eruffet eruffet
    Discussions |
    Jun 27, 2023 12:53 AM
    675 views | 0 replies
  • bounded KDE (Kernel Density Estimator)?

    Has anyone created or heard of function for JSL that returns a bounded KDE (Kernel Density Estimator)? I'm aware of the KDE used inside of the distribution platform, but one is not able to provide bounds to the domain.

    Prokaryote Prokaryote
    Discussions |
    Jun 23, 2023 11:56 AM
    772 views | 0 replies
  • How to set Scale Values in Graph Builder use Col Quantile function?

     HI, I want  set Scale Values in Graph Builder use Col Quantile function,  but always something wrong. the red code have some problem. I need color scale as Quantile Graph Builder( Size( 839, 726 ), Variables( X( :Prober_X ), Y( :Prober_Y ), Color( :OpticalPower ) ), Elements( Points( X, Y, Legend( 6 ) ) ), SendToReport( Dispatch( {}, "400", ScaleBox, {Legend Model( 6, Pr...

    Solarwing Solarwing
    Discussions |
    Jun 20, 2023 9:32 AM
    656 views | 0 replies
view all discussions