cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2386 views | 0 replies
  • Show Discreet Values with Graph Builder Using Lines

    Hi,I am working with a large data set, and I am using Graph Builder to display the results.  My problem is that if I use lines on Graph Builder to display the data, there is some smoothing taking place, and the shape of the line does not accurately represent the data.  If I use dots on Graph Builder, the data is accurate, but it is a little hard to see.  I can use the Overlay platform to achieve l...

    robot robot
    Discussions |
    Aug 17, 2015 1:24 PM
    8790 views | 2 replies
  • How can i open "stdf" files in JMP?

    How can i open "stdf" files in JMP? These are tester files that contains data logs.

    kmouloua kmouloua
    Discussions |
    Aug 17, 2015 9:52 AM
    19756 views | 3 replies
  • Compute Quantiles with JSL?

    I want to Compute a column quantiles, and copy the vaue to a variable! I have try it ,but i didn't success.  i need your help !dt00=open("G:\JMP study\Diameter0329.jmp");M=:"Diameter"<<Statistics( Quantiles( 10 ) );what's the problem?

    664786828 664786828
    Discussions |
    Aug 15, 2015 1:03 PM
    5588 views | 1 replies
  • Extracting JSL code from a journal

    Hello!   Does anyone know how to ‘extract’ the JSL code of a given journal? It would be very useful to learn how to write JSL codes that generate reports/journals. For example suppose you create a journal by adding text, file reference etc.. You want to save the script that would generate that journal. Is that possible? Many thanks,   Marcello.

    MFVIT MFVIT
    Discussions |
    Aug 15, 2015 7:31 AM
    16136 views | 5 replies

Latest Discussions

  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2386 views | 0 replies
  • Compute Quantiles with JSL?

    I want to Compute a column quantiles, and copy the vaue to a variable! I have try it ,but i didn't success.  i need your help !dt00=open("G:\JMP study\Diameter0329.jmp");M=:"Diameter"<<Statistics( Quantiles( 10 ) );what's the problem?

    664786828 664786828
    Discussions |
    Aug 15, 2015 1:03 PM
    5588 views | 1 replies
  • Showing texts and plots on the same window

    Hello!I wrote a jmp script that produces a report with a vertical outline of text. I have several radio buttons in the report. When a radio button is
    pressed several data tables or graphs are produced.  The radio button is connected to a script that generates the graphs and that is reported at the bottom of the jsl file
    generating my report.  I would like to organize the report with two columns: one...

    MFVIT MFVIT
    Discussions |
    Aug 15, 2015 7:27 AM
    15576 views | 4 replies
  • How to remove title from Variability chart ?

    Hello all,I want to remove the title coming in my variability chart  "Variability Chart for CD-Value" automatically for the purpose of printing.How can i proceed to it?Please guide me. Thanks in advance.

    kaushik_pushpen kaushik_pushpen
    Discussions |
    Aug 11, 2015 5:33 AM
    12700 views | 7 replies
  • How can I retrieve a script from an already existing graph

    Hello,I've been searching every where, I cannot seem to find a solution to my problem.The user opens a datatable and creates all the graphes he needs and the idea is to be able to write a script that will save the picture of each graph individually in a folder on my computer.I had difficulties first finding a way to select each graph one after another (but that seems possible by saving all the gra...

    bellesabi bellesabi
    Discussions |
    Aug 10, 2015 10:20 AM
    7695 views | 5 replies

Latest Discussions

  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2386 views | 0 replies
  • Incorporating Reference Lines into legend for multiple bivariate graphs.

    Hello everyone!I would like assistance in order to incorporate reference lines at certain numbers of the Y axis, horizontal lines, directly into the legend.This is my current script
    Bivariate(
      Y( :Cat),
      X( :Dog),
      Histogram Borders( 1 ),

      Where(:Recipe == "B_XX" & (:Tool == "A_XX")),
      Elements( Points( X, Legend( 1 ) ) ),
      SendToReport(Dispatch(
      {},
      "2",
      ScaleBox,
      {Add Ref Line( 140, Solid, "...

    saswatmishra50 saswatmishra50
    Discussions |
    Jul 13, 2015 1:00 PM
    3255 views | 0 replies
  • Fit Y by X plot discrepancy (Oneway vs Bivariate)

    Hi, I see a discrepancy in the plotted Y variables when plotting similar columns in the Oneway vs Bivariate plots. Bivariate plots the Y values correctly (left side below). Oneway seems to jitter the points on the Y-axis, which seems strange to me. I realize that my horizontal axis here is a numeric, and that bivariate makes more sense* but I'm just looking for a simple x-y scatter and I like the ...

    mikedriscoll mikedriscoll
    Discussions |
    Jul 10, 2015 9:04 AM
    4212 views | 0 replies
  • how to invisible local data filter

    Hi all,Till now I was using "Panel Box" and "Close" local data filter command for the invisible but functioning local data filter. Something like below closes the data filter it is visible by jmp graph but invisible by the HTML5 output (magical).nw[Panel Box( 1 )][Outline Box( "Local Data Filter" )] << Close( 1 );nw[Panel Box( 2 )][Outline Box( "Local Data Filter" )] << Close( 1 );
    This time I use ...

    saitcopuroglu saitcopuroglu
    Discussions |
    Jun 9, 2015 7:00 AM
    2914 views | 0 replies
  • Fit Y by X Interactive HTML5 output

    I don't know if anybody using the Interactive HTML output as intensive as me but Fit Y by X platform needs an upgrade about converting the jmp language to HTML5 language. Here is an example comparing the outputs of both. Almost none of the axis and font and colour settings seem to be carried over.

    saitcopuroglu saitcopuroglu
    Discussions |
    May 22, 2015 3:14 AM
    2545 views | 0 replies
view all discussions