cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • I can’t download

    When i try download I receive this

    FaceNoiseNewt88 FaceNoiseNewt88
    Discussions |
    Aug 31, 2023 12:53 PM
    1378 views | 1 replies
  • Loop through list, create Tab box, Graph Builder Plot

    Hi, I am trying to loop through the list to create a tab box and add variables stored in the list in the graph builder. Something doesn't seem to be correct in my jsl code. Any suggestions? Here is what I want - Add the columns from each list in X for each tabs dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); List1 = {"NPN1", "PNP1", "PNP2", "NPN2", "PNP3", "IVP1"}; List2 = {"PNP4", "NPN...

    Jackie_ Jackie_
    Discussions |
    Aug 31, 2023 7:16 AM
    2406 views | 5 replies
  • JSL How to put number(label) on line charts

    Hello friends, need some help. I plotted the Line Chart and manual did turn on Label at Data Source. It works fine. However when I got the JSL code for this the Line plot, and run code JSL, the reading (Data Value for Y-Axis) is gone!  :(  (I just got only line without number of value) 

    I am not sure if do we have JSL command to turn on the label (Data Value) and also how to set decimal number to s...

    cpbatman cpbatman
    Discussions |
    Aug 31, 2023 1:22 AM
    1881 views | 2 replies
  • Try to rename multiple data tables

    Hi friends,   I am trying to rename opened data tables in a project. I have two data tables, one has columns, the other one has 16 columns. I want to name the smaller data table as "Image" (this data contains lots of pictures) and the other one as "Numerical data".   My code works - for the first time. After the code changed the data table names correctly, If I manually change the correct named da...

    DivisiveEagle45 DivisiveEagle45
    Discussions |
    Aug 31, 2023 12:01 AM
    1295 views | 2 replies
  • How to determine a column has formula?

    I would like to remove all formulas from all columns with script. I wrote a forloop but whether a column has formula needs to be determined. How to do that with scripts?

    DivisiveEagle45 DivisiveEagle45
    Discussions |
    Aug 30, 2023 4:06 PM
    1695 views | 2 replies

Latest Discussions

  • I can’t download

    When i try download I receive this

    FaceNoiseNewt88 FaceNoiseNewt88
    Discussions |
    Aug 31, 2023 12:53 PM
    1378 views | 1 replies
  • JSL How to put number(label) on line charts

    Hello friends, need some help. I plotted the Line Chart and manual did turn on Label at Data Source. It works fine. However when I got the JSL code for this the Line plot, and run code JSL, the reading (Data Value for Y-Axis) is gone!  :(  (I just got only line without number of value) 

    I am not sure if do we have JSL command to turn on the label (Data Value) and also how to set decimal number to s...

    cpbatman cpbatman
    Discussions |
    Aug 31, 2023 1:22 AM
    1881 views | 2 replies
  • Try to rename multiple data tables

    Hi friends,   I am trying to rename opened data tables in a project. I have two data tables, one has columns, the other one has 16 columns. I want to name the smaller data table as "Image" (this data contains lots of pictures) and the other one as "Numerical data".   My code works - for the first time. After the code changed the data table names correctly, If I manually change the correct named da...

    DivisiveEagle45 DivisiveEagle45
    Discussions |
    Aug 31, 2023 12:01 AM
    1295 views | 2 replies
  • 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
    1099 views | 1 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
    1053 views | 1 replies

Latest Discussions

view all discussions