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

  • Save values in text edit box

    Hi, If I have a window, such as the one below, and the user enters some values in the text boxes. How could I save these numerical values into an array? For example, if someone typed in 1, 2, 3 ,and 4 into the text boxes, when they press OK, I would like these values to be saved into an array.   new window("test", text edit box(""), text edit box(""), text edit box(""), text edit box(""), ...

    matt7109 matt7109
    Discussions |
    Jun 21, 2017 5:59 AM
    12447 views | 6 replies
  • HTML5: how to set column width, how to wrap text to specified px

    Dear Community, Working a lot with interactive html output, attached file has colums which are much wider than needed and the column named "text" needs wrapping (too long).  Could I do that with JSL? 

    saitcopuroglu saitcopuroglu
    Discussions |
    Jun 21, 2017 4:28 AM
    5847 views | 3 replies
  • [Script] How to add in colour gradient

    Hi,  I am stuck here, i want to format my column with colour gradient. However, with the script below there is still no colour gradient applied on my column "N". Thanks    R1=(dt<< Tabulate(
    Show Control Panel( 0 ),
    Show Tooltip( 1 ),
    Add Table(
    Column Table( Statistics( N )),
    Column Table( Grouping Columns( :Name( "test@7721" ) ), Statistics( Row %, N )),
    Row Table( Grouping Columns( :Radius ) )
    )
    )) << ...

    kuanaunwei kuanaunwei
    Discussions |
    Jun 21, 2017 4:20 AM
    8607 views | 5 replies
  • Samples required to determine Normal Distribution Plot

    Dear JMP, May I know is there a minimum number of samples that is required before we can actually use to determine whether the sampes that we have falls under the normal distribution category.  I have a sample of 10 datas is this sufficient to show whether all these data falls under the normal distribution category Rgrds Irfan

    albiruni81 albiruni81
    Discussions |
    Jun 20, 2017 11:56 PM
    35081 views | 16 replies
  • Sectioning or Segmenting Code in JSL

    I would like to execute my code in segments. Reasons include: (1) I would like to interact with the plots or data tables in the middle of the script(2) I would like to execute only part of my code, e.g. the segment for plotting while skipping the rest. This can be done by using stop functions and/or by highlighting code that I want to run, but this becomes unwieldy and annoying as my program grows...

    LEDmaker LEDmaker
    Discussions |
    Jun 20, 2017 12:13 PM
    11287 views | 5 replies

Latest Discussions

Latest Discussions

  • JSL How do I wrap the title text of a OutlineBox?

    Hi all, I often use the Set Title() message to overwrite the OutlineBox titles of charts, distributions, etc. My first issue is that the OutlineBox does not support the Set Wrap() message. Is there any replacement I could use? To work around the missing Set Wrap(), I started inserting newlines "\!n" in the tiitle text. After doing this, I have noticed a second issue: Whatever number of newlines I ...

    AlexanderKrebs AlexanderKrebs
    Discussions |
    Jun 13, 2017 5:38 AM
    4565 views | 0 replies
  • Printing worksheet with cell colors

    Hello JMP Community, I'm currently using JMP version 10.0.0 and having trouble printing my data table with cells highlighted in certain colors.  Is there a way to print keeping the colors or to even export the file keeping the cells highlighted?

    Thanks.

    ferdt58 ferdt58
    Discussions |
    May 16, 2017 9:14 AM
    2279 views | 0 replies
  • Linearity and Bias Report

    In Our MSA stsudy we are performing Linearity and Bias measurment. We are currently controlling at Linearity and Bias to be below 5%.  We actually generate the following report for Linearity and BIas. However in AIAG handbook the criteria for the gauge to pass bias criteria has the following criteria.

    Aravindan Aravindan
    Discussions |
    Apr 18, 2017 12:54 AM
    4523 views | 0 replies
  • CCC Optimal

    Hi,I have 2 clustering chooses as mentionned below,- Nr of cluster 15 : CCC = 69.99 (OPTIMAL)- Nr of cluster 15 : CCC = -92.87- Nr of cluster 15 : CCC = -112.8 The first one with CCC = 69.99 is mentionned as the best optimal. I don't understand why this one is the best by consedering the different values ?. What is the signification of these values ? Thanks,

    Lamine Lamine
    Discussions |
    Mar 17, 2017 5:25 AM
    3426 views | 0 replies
  • Understanding the Dispatch and Legend Model and what exactly is Base(0,0,0)?

    My problem is two fold. Im writing a JSL Function to create some custom charts at work. Everything is working fine. Thats great. But I dont understand why - and I am trying to break down the code. Most of I wrote myself, but some aspects I made the tweaks within JMP, copied the scripts and used the parts that generated what I needed. Some of the code chunks that get added in are intuitive to read ...

    kevinwtbolger kevinwtbolger
    Discussions |
    Feb 26, 2017 9:30 AM
    3539 views | 0 replies
view all discussions