cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • How do you change the color of axis lines, labels, and titles?

    I have a graph with two vertical (y) axes.  I want to change the color of the axis line, tickmarks, value labels, and title of each y axis (to match the colors I've chosen for the two datasets I've plotted, with one on each axis).  How do I do this?  In Excel it is easy - right click on the axis, value labels, or title and make the change.  I see no way to achieve this in JMP 13, at least not yet.

    Ripple Ripple
    Discussions |
    Apr 8, 2021 8:14 AM
    32045 views | 7 replies
  • Using variables i JSL

    Hi I'm new to jsl but have a hard time understanding how it deals with variables. In the example below I define an LSL and alpha-value. It seems arbitrary to me, when jmp will use the defined variables and when it won't. It has no problem using myLSL in Process CapabilityIt wont use myAlpha under Tolerance Interval. Instead, it will use the default value (but does not throw an error saying e.g. th...

    Hauskov Hauskov
    Discussions |
    Apr 8, 2021 8:08 AM
    4964 views | 3 replies
  • Display X axis issue with Oneway analysis

    Hi JMP community, I've been observing this issue for some time already, checked many options, but cannot figure out how to fix it, hope some body can help. In this example, as you can clearly see in this analysis, first condition has fewer characters than second condition, however in the  X axis of the chart it is not fully displayed the condition name.It can be fixed if choose Label Orientation A...

    AndresGlez AndresGlez
    Discussions |
    Apr 8, 2021 7:08 AM
    2556 views | 4 replies
  • Normality assumption in Fit Least Squares

    Hi,  I have a simple question that I was wondering if people with more experience could shed some light on.I know that OLS does not necessarily require normality assumption, but normality on the residuals leads to unbiased estimates with minimum variance. I tried to fit a model on a continuous response with three independent variables using Least Squares in the Fit Model platform. This model had a...

    AnnaPaula AnnaPaula
    Discussions |
    Apr 7, 2021 11:22 PM
    3029 views | 4 replies
  • How to empty a col list box into a list variable

    This is very simple, but for whatever reason the Scripting Index Help forgot to do this in the example.   I just want to empty all of a col list box in a modal window into a list variable.  If you answer for all *selected* that's great for people Googling this but I actually want the whole list, not just what the user selected.     topwindow = New Window( "Mean Comparisons", <<modal, H Lis...

    benjaminbuck benjaminbuck
    Discussions |
    Apr 7, 2021 3:06 PM
    1182 views | 1 replies

Latest Discussions

  • Using variables i JSL

    Hi I'm new to jsl but have a hard time understanding how it deals with variables. In the example below I define an LSL and alpha-value. It seems arbitrary to me, when jmp will use the defined variables and when it won't. It has no problem using myLSL in Process CapabilityIt wont use myAlpha under Tolerance Interval. Instead, it will use the default value (but does not throw an error saying e.g. th...

    Hauskov Hauskov
    Discussions |
    Apr 8, 2021 8:08 AM
    4964 views | 3 replies
  • Display X axis issue with Oneway analysis

    Hi JMP community, I've been observing this issue for some time already, checked many options, but cannot figure out how to fix it, hope some body can help. In this example, as you can clearly see in this analysis, first condition has fewer characters than second condition, however in the  X axis of the chart it is not fully displayed the condition name.It can be fixed if choose Label Orientation A...

    AndresGlez AndresGlez
    Discussions |
    Apr 8, 2021 7:08 AM
    2556 views | 4 replies
  • JSL Syntax Change is coming: Name() is being deprecated

    Hi All,   I just read here that the JSL syntax for referencing a column using the Name() parser is going away. The new syntax is currently in use and at some point the old syntax will be removed entirely. There's a lot of people here who script, so thought it would be good to post something here.   I know I have a lot of code I'll need to change! Better to be ahead of the curve and change it befor...

    SDF1 SDF1
    Discussions |
    Apr 7, 2021 10:14 AM
    886 views | 0 replies
  • How do I model A -> B -> C behavior?

    Hello, I was wondering if anyone else has had this problem. We have a DoE custom design for evaluating factors to optimize for product "B" over an impurity, "C." C isn't independent of B - it's a byproduct which forms only upon B forming, that is A -> B-> C. I see how in Column Info one can set independent limits for responses A and B, but is there a way to set constraints such that B + C < 100%? ...

    JasonM JasonM
    Discussions |
    Apr 6, 2021 12:43 PM
    1234 views | 2 replies
  • Graph builder with separate overlay, color and marker

    I am trying to use JSL to construct a plot similar to the one shown above. My attempt is below. Where I am stuck is that I don't want the marker legend to use the overlay variable, but to use lgd2. The solution needs to work for various number of categories for "lgd1" and "lgd2".dt = New Table( "example", Add Rows( 18 ), Set Header Height( 60 ), New Column( "lgd1", Character, "Nominal", S...

    Mittman Mittman
    Discussions |
    Apr 6, 2021 12:42 PM
    2851 views | 2 replies

Latest Discussions

  • JSL Syntax Change is coming: Name() is being deprecated

    Hi All,   I just read here that the JSL syntax for referencing a column using the Name() parser is going away. The new syntax is currently in use and at some point the old syntax will be removed entirely. There's a lot of people here who script, so thought it would be good to post something here.   I know I have a lot of code I'll need to change! Better to be ahead of the curve and change it befor...

    SDF1 SDF1
    Discussions |
    Apr 7, 2021 10:14 AM
    886 views | 0 replies
  • Workflow ideas for new projects

    Hi all, 

    After a year of playing around with JMP, I'm extremely satisfied with using it as my main data exploration platform. However, I'm overwhelmed about the tremendous amount of ways I can begin to explore my data. When starting a new project, let's say a biomonitoring study for instance, where does one begin their workflow? Are there any literature on JMP for starting a project from beginning ...

    MikeDereviankin MikeDereviankin
    Discussions |
    Mar 30, 2021 1:41 PM
    1164 views | 0 replies
  • Manipulating data table properties (cell width/height) INSIDE application module

    Hello! I have created and Application consisting of data from multiple data tables, plotted it into few separate cross-linked graph builders and hosting one preview of data table (which has images, which is kind of the point). I would like to manipulate the cell width / height of the data table cells included into this application/dashboard, but the task seems impossible. For only the data table, ...

    plotMaster plotMaster
    Discussions |
    Mar 27, 2021 3:54 PM
    1412 views | 0 replies
  • What does it mean when the solution path for Elastic Net is not single-valued?

    Dear JMP Community,   (W10, 64-bit, JMP Pro 15.2.1)   I am running a model to assess the active predictors. I am doing this by using the Autovalidation add-in to generate a Null Factor for my data. I then use the GenReg platform to find estimates for each possible X-factor and then Bootstrap those estimates to get a better assessment of the contributions to the response. I came across a very stran...

    SDF1 SDF1
    Discussions |
    Feb 15, 2021 12:35 PM
    1334 views | 0 replies
  • Return number from specified row of calculation column in either a text edit box or number edit box in an add in

    Hello,  I'm attempting to build an application in application builder. I have two modules currently. The first module is a series of number edit boxes and lists that allow the user to input values and make selections.After pushing a button, the inputs and/or list selections update table variables in a data table that subsequently updates column equations. The data table opens in the background so ...

    tys5384 tys5384
    Discussions |
    Feb 15, 2021 7:33 AM
    1190 views | 0 replies
view all discussions