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

  • Parse a column formula and swap out parameters for column references

    I'm writing a script that will allow users to select one of the fit models in Non-linear platform. Save the parameterized version out to the data table and then take the parameters and replace them with column references. So how to detect the parameters in the equation, change them and insert the whole thing back into the column as a formula. In general I want to parse all arguments of a formula, ...

    pauldeen pauldeen
    Discussions |
    Dec 18, 2018 9:21 AM
    3128 views | 2 replies
  • How can I run a script when exits JMP?

    Hi, There is a way to run a script at start up. However, what should I do if I would like to run a script when exits JMP?The following code is an idea for doing that, but it didn't work in JMP.win=window("Home Window"); win<<on close( new window("Goodbye :)", <<modal, text box("Thanks for using JMP") ) );Any thoughts are appreciated. Best.

    Tzu-Chun Tzu-Chun
    Discussions |
    Dec 17, 2018 12:36 PM
    7690 views | 4 replies
  • "Points Spread" Function: Order of Points

    Hello JMP Community, I am using the Points Spread function in the Fit Y by X platform for oneway analysis. It seems that, by default, the points are spread in reverse order of the order of data in the data table. Meaning, for each X-axis variable, the points are spread from highest row number to lowest row number (left to right). Why is this, and can I change the order of the points in this platfo...

    JMPJenna JMPJenna
    Discussions |
    Dec 17, 2018 11:49 AM
    4574 views | 1 replies
  • JSL Test for Formula Column Evaluations Done

    I'm using JSL to import some data from csv files and to create some new formula columns.  Before proceeding with additional steps, I want to test for whether the new formula columns have completed their evaluations.  Currently, I use the Wait() command but that seems like an unelegant and inefficient way to complete the evaluation. I've looked in the help manual but can't find a JSL command that a...

    terapin terapin
    Discussions |
    Dec 17, 2018 9:31 AM
    5029 views | 3 replies
  • Constant legend color

    Hi, I build a graph (bar chart) and changed the legend color (and therfore the bar color) by right-clicking and copy the scriptSendToReport( Dispatch( {}, "400", ScaleBox, {Legend Model( 8, Properties( 0, {Fill Color( 10 )}, Item ID( "category", 1 ) ),This is part of a bigger graph. When I run the script and include a local data filter, the color for the categories are changi...

    TWE TWE
    Discussions |
    Dec 17, 2018 6:25 AM
    11711 views | 5 replies

Latest Discussions

  • how to compare the shape of curves vs a baseline in JMP?

    Hi there We are trying to evaluate the differences between measured data against an ideal baseline; in this case we're comparing the shape / magnitdue / quality of force displacement curves.   We've in the past compared the various slopes, peaks and valleys to do this, but are finding this doesnt capture all the variation we are seeing.   Is there a way to compare the entire "shape" of one curve a...

    abdulj abdulj
    Discussions |
    Dec 14, 2018 10:03 AM
    13573 views | 9 replies
  • Tips to improve control chart visualization

    Hello,I created several control charts out of a JMP data table and saved everything as a report, I would like to do the following:how can I modify the script in order to get plotted only the last 30 datapoints from the data table?how can I modify the script in order to set the correct size of the chart? Right now every time I open it the graph is compressed on the left sideThanks for your support!

    js1985 js1985
    Discussions |
    Dec 14, 2018 8:01 AM
    7441 views | 11 replies
  • Creating webpage for html output

    How do I create webpage where I can post jsl html output so that people without jmp can view  html?

    ENTHU ENTHU
    Discussions |
    Dec 13, 2018 12:04 PM
    7157 views | 4 replies
  • Combining scatter plot and broken line graph with the graph builder

    Hi guys, I needs some idea for the graph builder.
    I got problem after making a scatter plot which has several data on the Y axis. After that I recognized I have to build in a broken line graph which has the avg data.
    I'm trying this by 2 methods but none works.

    1. Adding a column that has the avg of the data to my data sheet and use the graph builder again -> Doesnt work because I dont know how to co...

    sojun1218 sojun1218
    Discussions |
    Dec 13, 2018 6:55 AM
    2656 views | 1 replies
  • [Script] Get rid of Moving Range chart in control chart builder


    Hello~ all~Is there a way to get rid of Moving Range chartin the 'Control chart builder' platformby using JMP script? : )Here is the script for the 'control chart builder' sample.dt = Open( "$SAMPLE_DATA/Quality Control/Coating.jmp" );dt << Control Chart Builder(
    Show Control Panel( 0 ),
    Variables( Subgroup( :Pin ), Y( :Weight ) ),
    Chart( Position( 1 ), Limits( Spec Limits( 1 ) ), Warnings( Test 1...

    Steve_Kim Steve_Kim
    Discussions |
    Dec 12, 2018 11:43 AM
    18276 views | 12 replies

Latest Discussions

  • I want to use LASSO and Group LASSO in JMP

    I'm involved in a project where we are applying lasso to build a logistic regression model from a "black box" set of predictors.  I need to get JMP Pro before trying out JMP's implementation.  I'm doing all the analysis in R at present.  Does JMP Pro also include group lasso?  I've found through using JMP Cluster Variables (CLUSVAR) that I can naturally group my predictors prior to group lasso.  F...

    gene gene
    Discussions |
    Nov 2, 2018 7:43 AM
    2556 views | 0 replies
  • Contingency table and mosaic plot are not same orientation

    // For a contingency table report, swap the x and y // currently can swap the mosaic plot only Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); myr = Contingency( Y( :Age ), X( :sex ) ); // Have to have a Contingency Analysis report open // Can add test to make sure it is open in the future myr = Current Report(); // taking apart CrossTabBox was easier using XML than JSL ...

    Vball247 Vball247
    Discussions |
    Oct 29, 2018 2:18 PM
    3234 views | 0 replies
  • how to change the type and color of lines in graph

    I am trying to show line of fit in graph builder for several sets of data. The data table have many columns, I want to show the column(i) vs column(1).Every column can  be grouped by A1 & a, also can  be grouped by B1 & b, but except column(1). The follow is the chart about column(2) vs column(1):  I use the follow script to change the type of lines:Dispatch( {}, "400", ScaleBox, {Legend Model( 8,...

    Yu Yu
    Discussions |
    Sep 25, 2018 2:34 AM
    3634 views | 0 replies
  • Mean separation letter from test slices

    Hello!

    How do I get the mean separation letter in for each level of a factor when interaction is significant? For example, if I have A*B interaction and I want to get the mean separation of B at each level of A, how do I get the LSD letters in JMP? I can do test slices and that will use the DF of the full analysis, but this does not shows which mean of B differs. If I do multiple comparison: How ca...

    jfranc19 jfranc19
    Discussions |
    Sep 14, 2018 2:35 PM
    2458 views | 0 replies
  • repeated-measures ANCOVA: How to perform the analysis when the parallel slope assumpt. doesn't meet?

    Hi all,I need to perform the ANCOVA for a repeated-measures design. I tried to adapt the Julian's ANCOVA procedure showed on the https://www.youtube.com/watch?v=mApbp1RDy-U to my study case (repeated-measures design). Initially, I did the following actions: 1. In the Fit Y by X dialogue: I selected VAR_Y as "Y, Response" and VAR_X as "X, Factor";2. For "Group by" I selected the variable Timepoint;...

    Reinaldo Reinaldo
    Discussions |
    Jun 18, 2018 6:31 AM
    3434 views | 0 replies
view all discussions