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

  • Expr and Name Expr

    Hello, I am analyzing larger amounts of data, 350k rows. For each row, the code runs a loop to calculate the unique delta between table 1 and table 2 and then add that delta to the column of the main data table. Something is not correct in the below code. Any suggestion? Names Default To Here( 1 ); dt1 = Data Table( "dt_ref" ); dt2 = Data Table( "Data table" ); digt = 5; itsel1 = {"Currents A", "...

    Jackie_ Jackie_
    Discussions |
    Nov 13, 2023 10:18 AM
    2086 views | 4 replies
  • How to programmatically traverse a Graph builder tree structure and associate frameboxes with their titles.

    I have a piece of analysis (see below) where I want to annotate specific charts using a script I have written. For example, I want to add annotation to XXX104 and XXX107. On both of these charts I will add a custom graphic and text to identify a cluster of points I want to draw attention to.   Using the command '<< show tree structure' I can identify the frameboxs which have each chart. However, I...

    thickey thickey
    Discussions |
    Nov 13, 2023 5:26 AM
    2911 views | 4 replies
  • Linking rows to portions of images

    Hello - Kindof a weird question, but I'm trying to include my lab notebook pages in my project file, because its very hard for someone else to look through a 1000 page lab notebook and pair it with a table if they don't know where to find what they are looking for. I'd like to link rows of experiments in one table to portions of images of pages. I know this is trivial with whole images, just make ...

    ehchandlerjr ehchandlerjr
    Discussions |
    Nov 13, 2023 5:20 AM
    978 views | 1 replies
  • How to add special tags on top of this mapping?

    For example, we use Big Class.jmp data to make height and weight distribution maps according to different ages.
    Can you show the starting and ending heights of different ages in the table in the order of row numbers?
    Of course, there is no limit to how it can be displayed.Screenshots just make the requirements clear.Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); ca = "R"; New Column( ca ); Column...

    lala lala
    Discussions |
    Nov 13, 2023 2:20 AM
    3170 views | 8 replies
  • Can the X group name text orientation of this Graph Builder be set to vertical?

    Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); ca="tem";New Column(ca);Column(ca)<<Formula( char(age)||"longlong" );dt<<run formulas;Column(ca)<<deleteFormula; p1 = dt << Graph Builder( Size( 300, 400 ), Show Control Panel( 0 ), Legend Position( "Inside Bottom Right" ), X Group Edge( "Bottom" ), Variables( X( :weight ), Y( :height ), Group X( :tem, Size( 161 ) ), Color( :sex ) ), Elements...

    lala lala
    Discussions |
    Nov 12, 2023 8:30 AM
    2330 views | 6 replies

Latest Discussions

  • Expr and Name Expr

    Hello, I am analyzing larger amounts of data, 350k rows. For each row, the code runs a loop to calculate the unique delta between table 1 and table 2 and then add that delta to the column of the main data table. Something is not correct in the below code. Any suggestion? Names Default To Here( 1 ); dt1 = Data Table( "dt_ref" ); dt2 = Data Table( "Data table" ); digt = 5; itsel1 = {"Currents A", "...

    Jackie_ Jackie_
    Discussions |
    Nov 13, 2023 10:18 AM
    2086 views | 4 replies
  • Linking rows to portions of images

    Hello - Kindof a weird question, but I'm trying to include my lab notebook pages in my project file, because its very hard for someone else to look through a 1000 page lab notebook and pair it with a table if they don't know where to find what they are looking for. I'd like to link rows of experiments in one table to portions of images of pages. I know this is trivial with whole images, just make ...

    ehchandlerjr ehchandlerjr
    Discussions |
    Nov 13, 2023 5:20 AM
    978 views | 1 replies
  • Can the X group name text orientation of this Graph Builder be set to vertical?

    Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); ca="tem";New Column(ca);Column(ca)<<Formula( char(age)||"longlong" );dt<<run formulas;Column(ca)<<deleteFormula; p1 = dt << Graph Builder( Size( 300, 400 ), Show Control Panel( 0 ), Legend Position( "Inside Bottom Right" ), X Group Edge( "Bottom" ), Variables( X( :weight ), Y( :height ), Group X( :tem, Size( 161 ) ), Color( :sex ) ), Elements...

    lala lala
    Discussions |
    Nov 12, 2023 8:30 AM
    2330 views | 6 replies
  • Creating a column with concatenated values

    Hey all, 
    I'm trying to create new column which will include to rows/values. The first one is a variable and the second one is a concatenated expression of two variables.No matter what I tried, I get an empty cell in the concatenated value. Can you please advise? Example of what I tried:stiop=10; stiPLL=20; stiPHL=30;
    STIarg={char(stiop),char(stiPLL) ||"<PL<"|| char(stiPHL)};Operations<<
    New Column( ...

    Stas Stas
    Discussions |
    Nov 12, 2023 6:40 AM
    1877 views | 4 replies
  • Plotting gradient colors in JSL, how to use variables to represent specific parameters?

    For example, the maximum and minimum values of this:{gradient({Scale Values([200000 0 -200000])})}mx=200000mn=-200000{gradient({Scale Values([ma 0 -ma])})} 

    lala lala
    Discussions |
    Nov 12, 2023 6:26 AM
    1427 views | 3 replies

Latest Discussions

  • 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
    799 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
    677 views | 0 replies
  • Is it possible to have independent x-axis ordering within x-axis groups in graph builder?

    In the attached data table the saved script plots the chart below.I want the x-axis parameter bars to change in order with the highest number of fails appearing first within each week (i.e. a Pareto type plot within each week)I created a FailOrder column for ordering within each week, but it does not seem to do what I want. Is there a way, via JSL, to have the order of the parameters (Para) in asc...

    Neo Neo
    Discussions |
    Oct 17, 2023 7:33 AM
    806 views | 0 replies
  • What determines which data table is seen as "Associated Data" for New Window?

    What determines which data table is seen as associated data for a new window? First drawn report and it's data table? Something else? Is there a way to change that associated table / determine on creation what it should be (without first creating some report which will be removed)?   This example script will have the summary table as associated data, but I would like it to be the Big Class table. ...

    jthi jthi
    Discussions |
    Sep 21, 2023 9:44 AM
    870 views | 0 replies
  • Data Access Handler

    How can I define a function that is activated when Jmp accesses the data in a column.I found the Event Handler option in the Column Properties.  But there I can only define functions for the cases: Click, and Mouseover (and I can set the color of the link)- but there are no settings for Write Data Access and Read Data Access. Applications:- To check the performance of code (https://community.jmp.c...

    hogi hogi
    Discussions |
    Sep 16, 2023 12:21 AM
    656 views | 0 replies
view all discussions