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

  • How to perform polygon offset outward in JMP

    Hi all,

    I would like to ask whether we could perform polygon offset outward in JMP. If yes, could you instruct me how to do it.
    Assume I have coordinate of hexagon and I would like to draw buffer zone with distance =10 around hexagon. How could I do that

    Thank a lot

    PhamBao PhamBao
    Discussions |
    Jun 25, 2025 12:24 PM
    1158 views | 6 replies
  • Add text annotation on the Graph Builder

    Hello,
    Is there a way to write a graphics script to add text annotation to each reticles on the wafer map? 
    Additionally, I want to color two columns - 'Ret' and '%Fail', create a heat map with %Fail col and overlay Ret col. Is this possible on GB?


      TIA

    Jackie_ Jackie_
    Discussions |
    Jun 25, 2025 9:48 AM
    995 views | 5 replies
  • How to dynamically change the vertical line of the X-axis?

    I draw the graph like this, and then loop it once every minute. The requirement is that the vertical line of the X-axis can be changed according to the value of the specified variable
    Thanks Experts!
    a=26; dt=Open("$SAMPLE_DATA/Big Class.jmp"); ca="r";New Column(ca); p1=dt<< Graph Builder( Variables( X( Transform Column( "Row", Formula( Row() ) ) ), Y( :height ) ), Elements( Line( X, Y, Legend( 5...

    lala lala
    Discussions |
    Jun 25, 2025 7:28 AM
    1137 views | 6 replies
  • JSL: How to correctly display ampersand (&) in Textbox() with Markup?

    Hello fellow JSL scripters,     I'm trying to use an ampersand in a Text Box() call while also using the <<Markup command, and I'm coming across some issues. Apparently, the <<Markup send command formats text with specified HTML tags.     As an example, here's some JSL that I thought should work, but doesn't.   w = New Window( "Formatted Text", Text Box( "This is <b>bold</b> text. This is <b><i>b...

    SDF1 SDF1
    Discussions |
    Jun 25, 2025 7:14 AM
    570 views | 1 replies
  • Export or Save a Data Table as an Image File

    I can see how to readily create an image file from a graph.  Is it possible to do the same with a data table?

    SpannerHead SpannerHead
    Discussions |
    Jun 24, 2025 9:34 AM
    1211 views | 6 replies

Latest Discussions

  • How to perform polygon offset outward in JMP

    Hi all,

    I would like to ask whether we could perform polygon offset outward in JMP. If yes, could you instruct me how to do it.
    Assume I have coordinate of hexagon and I would like to draw buffer zone with distance =10 around hexagon. How could I do that

    Thank a lot

    PhamBao PhamBao
    Discussions |
    Jun 25, 2025 12:24 PM
    1158 views | 6 replies
  • How can a complete large table be used to create an independent graph in the control panel without extracting subsets

    Rather special stock charts. Thank you, experts.
    How can a complete large table be used to create an independent graph in the control panel without extracting subsets
    For example, this stock data is processed by a script to generate multiple stock data, and the price data of each stock vary greatly.
    It is difficult to obtain a perfect Graph using wrap in Graph Builder. d0=Current Data Table();r=N Row...

    lala lala
    Discussions |
    Jun 24, 2025 1:10 AM
    691 views | 4 replies
  • Issue with 'Save Script for All Objects': Missing Button Icons

    I need to record the settings of the graph and the graph itself for future operations, so I tried using 'Save Script for All Objects'. As shown in the following JSL, after clicking on Plot, I pressed 'Save Report' to save it. However, in the output results, although the content of the graph is still there, the content related to the buttons does not appear, making it impossible for me to achieve t...

    BabyDoragon BabyDoragon
    Discussions |
    Jun 23, 2025 12:54 AM
    405 views | 1 replies
  • How to copy the list of column contributions of a random forest using a script?

    Thanks Experts! dt = Open( "$SAMPLE_DATA/Diabetes.jmp" ); p= dt << Bootstrap Forest( Y( :Y ), X( :Age, :Gender, :BMI, :BP, :Total Cholesterol, :LDL, :HDL, :TCH, :LTG, :Glucose ), Validation( :Validation ), Minimum Splits Per Tree( 5 ), Portion Bootstrap( 1 ), Number Terms( 3 ), Number Trees( 25 ), Go ); p_report = p << Report; tb = p_report << XPath("//OutlineBox[text()='列贡献']//TableB...

    lala lala
    Discussions |
    Jun 21, 2025 4:31 AM
    1053 views | 5 replies
  • How to dynamically assign X or Y variables in Graph Builder using JSL based on conditions?

      Hi JMP Community, I'm trying to build a dynamic Graph Builder report in JSL where the list of X variables is determined by certain conditions (e.g., flags like includeSite, includeWW, etc.). The goal is to flexibly add or remove columns from the X-axis based on runtime logic. I’ve tried several approaches, including using:   X( :ColumnName )
    X( Column("ColumnName") )
    Expr( X(...) )
    Substitute(...) ...

    RA899 RA899
    Discussions |
    Jun 20, 2025 9:36 AM
    980 views | 4 replies

Latest Discussions

  • How to export a model formula to Excel?

    I want to be able to take the prediction formula that I got from my multiple linear regression and put it in excel. I have multiple Quantitative and Categorical X variables and some are splined. I have also preformed a BoxCox transformation. What are the steps that I need to do to take the formula that is given and have it working in excel. I have no coding experience but am not against learning a...

    DWS DWS
    Discussions |
    Jun 13, 2025 8:33 AM
    517 views | 0 replies
  • Inquiry Regarding the Use of JMP and JMP Live (Suppress Eval?)

    Hello, I am a user of JMP Live.
    I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...

    DJ_Kim DJ_Kim
    Discussions |
    Feb 27, 2025 2:59 PM
    555 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    578 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    612 views | 0 replies
  • Exceptions are the utilities Show, Write, and Print ...

    from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml#  If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
    Exceptions are the utilities Show, Write, and Print, which do not evaluate e
    ...

    hogi hogi
    Discussions |
    Jan 7, 2025 10:44 PM
    607 views | 0 replies
view all discussions