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

  • How to deselect the columns that are assigned to Col List Box using Remove Selection Command

    I have assigned a column to X Col Box(Col List Box) and on clicking the Remove Button I need to deselect the column that I assigned to it. On X = Function({}, X Col Box << Append(Cols List << Get Selected) ); On Remove = Function({}, X Col Box << Remove selected; );

    Vinusha Vinusha
    Discussions |
    Aug 30, 2023 10:23 AM
    1440 views | 1 replies
  • Two step DoE

    Hello Commuinty,
    perhaps it is a question already addressed, but could not find an answer yet. Specifically, it is about setting up a two-stage DoE. In my case a coating of two or more layers. Each layer has its own factors and there are therefore after each coating other responses that can be evaluated. Is there a clever way to create a DoE with JMP.And even more specifically, do I have a way to a...

    MLanger MLanger
    Discussions |
    Aug 30, 2023 8:56 AM
    2423 views | 3 replies
  • How to Save a Control Chart as a PNG etc

    I have the following script that produces a nice control chart, I'd like to add on a function to save it(or the window) as a png to a folder I can share with others?

    Data Table("sampledata")
    << New Script(
    "Control Chart - 1",
    Control Chart Builder(
    Size( 960, 767 ),
    Show Alarm Report( 1 ),
    Show Limit Labels( 1 ),
    Show Sigma Report( 1 ),
    Include Missing Categories( 0 ),
    Variables(
    Subgroup( :time ),
    Subgroup(...

    CuriousRobin CuriousRobin
    Discussions |
    Aug 30, 2023 8:35 AM
    1343 views | 1 replies
  • How to use Set Function {self}

    Hi,I explore all the question and answer inside this community and still not getting my answer to use this script. Can you help me, please? I have data table with all the parameter (column) and data (row). My question is how to use Radio Box with the set function {self} to display all the data that i chosen one parameter on Radio Box to see at Bivariate (Fit Y by X). I don't want to click OK to se...

    mystylelife19 mystylelife19
    Discussions |
    Aug 30, 2023 7:31 AM
    6373 views | 5 replies
  • Plot multiple pages based on X-axis parameters

    Hi, I have a few Y parameters, and many X parameters.  How can I plot Y parameters with each of the X individually?  Doing this manually will take up a lot of my time. Thanks in advance! 

    o129041voo o129041voo
    Discussions |
    Aug 30, 2023 1:33 AM
    4342 views | 4 replies

Latest Discussions

  • How to deselect the columns that are assigned to Col List Box using Remove Selection Command

    I have assigned a column to X Col Box(Col List Box) and on clicking the Remove Button I need to deselect the column that I assigned to it. On X = Function({}, X Col Box << Append(Cols List << Get Selected) ); On Remove = Function({}, X Col Box << Remove selected; );

    Vinusha Vinusha
    Discussions |
    Aug 30, 2023 10:23 AM
    1440 views | 1 replies
  • Two step DoE

    Hello Commuinty,
    perhaps it is a question already addressed, but could not find an answer yet. Specifically, it is about setting up a two-stage DoE. In my case a coating of two or more layers. Each layer has its own factors and there are therefore after each coating other responses that can be evaluated. Is there a clever way to create a DoE with JMP.And even more specifically, do I have a way to a...

    MLanger MLanger
    Discussions |
    Aug 30, 2023 8:56 AM
    2423 views | 3 replies
  • How to Save a Control Chart as a PNG etc

    I have the following script that produces a nice control chart, I'd like to add on a function to save it(or the window) as a png to a folder I can share with others?

    Data Table("sampledata")
    << New Script(
    "Control Chart - 1",
    Control Chart Builder(
    Size( 960, 767 ),
    Show Alarm Report( 1 ),
    Show Limit Labels( 1 ),
    Show Sigma Report( 1 ),
    Include Missing Categories( 0 ),
    Variables(
    Subgroup( :time ),
    Subgroup(...

    CuriousRobin CuriousRobin
    Discussions |
    Aug 30, 2023 8:35 AM
    1343 views | 1 replies
  • Plot multiple pages based on X-axis parameters

    Hi, I have a few Y parameters, and many X parameters.  How can I plot Y parameters with each of the X individually?  Doing this manually will take up a lot of my time. Thanks in advance! 

    o129041voo o129041voo
    Discussions |
    Aug 30, 2023 1:33 AM
    4342 views | 4 replies
  • JMP has started running JSL scripts automatically despite windows specific setting NOT enabled.

    I'm using JMP® Pro 17.0.0 (622753) Under File/Preferences/Windows SpecificThe checkbox for "JSL Scripts should be run only, not opened, when selected from Recent Files or a file browser" is UNCHECKED. This has never been a problem before, but without any changes from my end this behavior has started. I tried enabling the checkbox, applying and exiting. Then running a .jsl file auto runs. I disable...

    xxvvcczz xxvvcczz
    Discussions |
    Aug 29, 2023 8:46 PM
    1685 views | 1 replies

Latest Discussions

view all discussions