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

  • New to JMP and JSL - Unexpected ",". Perhaps there is a missing ")".

    Hi all, I'm new to JMP and JSL. I'm following a basic tutorial on JSL and followed the instructions to the T on copying the following script. It should create a new window with the text "Hello" inside it: title = "JSL Demo";content = Text Box("Hello");New window = ( title, content ) But upon running it, the follow error came up: Unexpected ",". Perhaps there is a missing ")".Trying to parse operan...

    BooBee BooBee
    Discussions |
    Nov 7, 2023 10:36 PM
    1443 views | 2 replies
  • Graph Builder JSL commands on Elements

    Hello,I can't find the syntax of editing (add element/remove element/add labels to element) graph builder elements after the graph is ready. Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = Graph Builder( Size( 465, 278 ), Show Control Panel( 0 ), Fit to Window( "Off" ), Variables( X( :age ), Y( :height ), Y( :weight ) ), Elements( Position( 1, 1 ), Line( X, Y, Legend( 1 ) ) ), Elements( Position(...

    tom_abramov tom_abramov
    Discussions |
    Nov 7, 2023 1:41 PM
    5857 views | 7 replies
  • Validate independence of residues with Autocorrelation or Ellipse plot

    Hi, I'm trying to validate the independence of residues by reading the stats summary from distribution and auto-correlation showed result is 0.27 (within threadshold +/- 0.6). But when I plotted ellipse plot (residue values vs. row) and use coverage (0.95), r=-0.63 (above threadshold +/- 0.6), and I can see a clear downward trend across the x-axis. I was assuming these results should be similar, c...

    ClipShift ClipShift
    Discussions |
    Nov 7, 2023 1:08 PM
    1361 views | 3 replies
  • Column Switcher - Dynamically Add/Remove Reference Lines

    Hello, I have a Distribution platform using a column switcher being populated with columns from a list variable. Each of these columns represents a different quality parameter and thus has different limits which are gathered from an SQL query. Is there a way to dynamically add reference lines to the Distribution platform as the column switcher changes columns? Right now, I have a SendToReport runn...

    FairMongoose783 FairMongoose783
    Discussions |
    Nov 7, 2023 12:02 PM
    2391 views | 5 replies
  • Searching elements in listbox

    I would like to know if there is an easy way to find elements in GUI having a Listbox. Something like the column search filter but for a Listbox.

    FN FN
    Discussions |
    Nov 7, 2023 6:09 AM
    4742 views | 9 replies

Latest Discussions

  • Graph Builder JSL commands on Elements

    Hello,I can't find the syntax of editing (add element/remove element/add labels to element) graph builder elements after the graph is ready. Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = Graph Builder( Size( 465, 278 ), Show Control Panel( 0 ), Fit to Window( "Off" ), Variables( X( :age ), Y( :height ), Y( :weight ) ), Elements( Position( 1, 1 ), Line( X, Y, Legend( 1 ) ) ), Elements( Position(...

    tom_abramov tom_abramov
    Discussions |
    Nov 7, 2023 1:41 PM
    5857 views | 7 replies
  • Validate independence of residues with Autocorrelation or Ellipse plot

    Hi, I'm trying to validate the independence of residues by reading the stats summary from distribution and auto-correlation showed result is 0.27 (within threadshold +/- 0.6). But when I plotted ellipse plot (residue values vs. row) and use coverage (0.95), r=-0.63 (above threadshold +/- 0.6), and I can see a clear downward trend across the x-axis. I was assuming these results should be similar, c...

    ClipShift ClipShift
    Discussions |
    Nov 7, 2023 1:08 PM
    1361 views | 3 replies
  • Column Switcher - Dynamically Add/Remove Reference Lines

    Hello, I have a Distribution platform using a column switcher being populated with columns from a list variable. Each of these columns represents a different quality parameter and thus has different limits which are gathered from an SQL query. Is there a way to dynamically add reference lines to the Distribution platform as the column switcher changes columns? Right now, I have a SendToReport runn...

    FairMongoose783 FairMongoose783
    Discussions |
    Nov 7, 2023 12:02 PM
    2391 views | 5 replies
  • Column reference in custom function

    Having this table:New Table( "test table", Add Rows( 9 ), New Column( "By column", Character( 1 ), "Nominal", Set Selected, Set Values( {"a", "a", "a", "b", "b", "b", "c", "c", "c"} ) ), New Column( "Categories", Character( 1 ), "Nominal", Set Values( {"t", "t", "r", "y", "t", "r", "r", "r", "r"} ) ), New Column( "N Categories", Expression, "None", Formula( If( Row() =...

    thomasz thomasz
    Discussions |
    Nov 6, 2023 11:21 PM
    6849 views | 7 replies
  • How do i generate Capability Explorer in version 16

    Is The Capability Explorer available in version 16? if not, why not? PS: howto examples would be very helpful

    michael_a_mille michael_a_mille
    Discussions |
    Nov 6, 2023 3:01 PM
    1072 views | 1 replies

Latest Discussions

  • Nested Cross-Validation Script?

    Hello, how can I apply nested cross-validation outside of the model screening platform? I would strongly suggest to extend the Make-Validation-Column Section by an option to automate nested cross validation for all predictive models. It would be cool to just select a validation column (or 2 validation columns) for nested cross-validation. In the meantime, could you please provide me with an exampl...

    MarkusJH MarkusJH
    Discussions |
    Nov 2, 2023 3:21 AM
    790 views | 0 replies
  • Functional data in rows-as-functions, but different rows have different step size

    Hello - I have a table with 250+ experiments and thousands of columns, about 100 that are for either raw or transformed data, and then I'm taking output from an xml file with functionally "spectral data" (XRD diffractograms for anyone that is familliar), and just laying that on its side in row form (more explanation if needed in another question I posted here: https://community.jmp.com/t5/Discussi...

    ehchandlerjr ehchandlerjr
    Discussions |
    Oct 28, 2023 12:33 PM
    749 views | 0 replies
  • How to adjust the factor range for specific factors within an ongoing DOE

    Hi, I designed a DOE that has two independent buffers. This DOE will range components in each buffer which will be used in a processing step sequentially. IE, buffer A, followed by buffer B. We already prepared for the DOE, and formulated the A buffers as per the recommended design. For the B buffers, we intended on ranging 2 components but later decided to reduce to ranging one component, and als...

    MetaLizard62080 MetaLizard62080
    Discussions |
    Oct 26, 2023 5:25 PM
    704 views | 0 replies
  • Type 1 MSA for microscope and Offset.

    Hello Everyone,I was looking for someone who could help me with a dilemma I'm facing with respect to an MSA for a microscope. The specific problem is that i do not have tolerance I can input for my type 1 analysis. Resolution used is 5 microns per pixel, the accuracy cannot be below 5 microns. This is the standard resolution for particles starting from 50 microns. I have attached the Linearity stu...

    MSAanalysis MSAanalysis
    Discussions |
    Oct 23, 2023 12:58 AM
    1507 views | 0 replies
  • Is it possible to customize such buttons in the toolbar: a button next to an editor bar?

    The edit bar can fill in characters, click the button to run a JSL, JSL can automatically read the content of the edit bar and write into the variable. Thanks!

    lala lala
    Discussions |
    Oct 19, 2023 11:01 PM
    604 views | 0 replies
view all discussions