cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Randomization with Blocks

    Hello I have a Definitive Screening Design and, as JMP suggests, I selected blocks with center points to estimate quadratic effects. This results in two blocks (Block 1 and Block 2). Now I want to randomize. JMP suggests randomizing only within the blocks. I believe this is correct. However, the blocks are then not interleaved during execution (e.g., 1 1, then 2 2, then again 1 1, then 2 2, etc.),...

    NominalGemsbok3 NominalGemsbok3
    Discussions |
    Oct 17, 2025 7:24 AM
    22 views | 0 replies
  • Issue Sending Pandas DataFrame from Python to JMP 18 Data Table

    Context:
    I am using JMP 18 with Python integration to merge multiple datasets. The merge and processing in Python works correctly using pandas, but when I try to send the final pandas DataFrame back to JMP using Python Get(), the resulting JMP Data Table is empty. I want to create a JMP table from my pandas DataFrame in Python and access it in JSL. Example of What I’m Trying: // Send JMP tables to...

    zetaVagabond1 zetaVagabond1
    Discussions |
    Oct 17, 2025 7:03 AM
    34 views | 3 replies
  • PDF Import Wizard in JMP19 not working or only changed behavior?

    It used to be I dragged and dropped pdf files directly into JMP 18 and earlier versions to import them. Now, when I drag and drop a pdf into JMP 19, nothing happenswhen I try opening a pdf via File > Open, nothing happens What has changed? (And why?) JMP Help still lists the PDF Import Wizard, but it doesn't tell us how to access it.

    Ressel Ressel
    Discussions |
    Oct 17, 2025 3:34 AM
    38 views | 2 replies
  • What are the best practices for exporting JMP graphs so they retain high resolution ?

    Hi Mates, My name is Dheeraj Hinduja . I basically lives in Sudan. I want to know the best practices for exporting JMP graphs for high-resolution use (e.g., in publications or large presentations).Which export format (e.g., EMF, PNG, or PDF) and specific settings within the 'Save As' dialogue or Journal maintain the highest quality and prevent resolution loss? Please share your workflow tips!


    Regar...

    SpendingLemur24 SpendingLemur24
    Discussions |
    Oct 17, 2025 2:27 AM
    55 views | 2 replies
  • How to selectively evaluate variables in New Script() while preserving Expr() for deferred evaluation?

    I'm creating a data table script using New Script() that needs to be evaluated later when a user clicks it. I need to substitute some variables at script-creation time (like a file path) while preserving Expr() calls that should only be evaluated when the script actually runs.   file_path = "C:\MyData\slopes.jmp"; dt << New Script("Plot Slopes", dt_slopes = Open( file_path ); slope_array ...

    shuey shuey
    Discussions |
    Oct 16, 2025 1:24 PM
    74 views | 2 replies

Latest Discussions

  • Randomization with Blocks

    Hello I have a Definitive Screening Design and, as JMP suggests, I selected blocks with center points to estimate quadratic effects. This results in two blocks (Block 1 and Block 2). Now I want to randomize. JMP suggests randomizing only within the blocks. I believe this is correct. However, the blocks are then not interleaved during execution (e.g., 1 1, then 2 2, then again 1 1, then 2 2, etc.),...

    NominalGemsbok3 NominalGemsbok3
    Discussions |
    Oct 17, 2025 7:24 AM
    22 views | 0 replies
  • Issue Sending Pandas DataFrame from Python to JMP 18 Data Table

    Context:
    I am using JMP 18 with Python integration to merge multiple datasets. The merge and processing in Python works correctly using pandas, but when I try to send the final pandas DataFrame back to JMP using Python Get(), the resulting JMP Data Table is empty. I want to create a JMP table from my pandas DataFrame in Python and access it in JSL. Example of What I’m Trying: // Send JMP tables to...

    zetaVagabond1 zetaVagabond1
    Discussions |
    Oct 17, 2025 7:03 AM
    34 views | 3 replies
  • PDF Import Wizard in JMP19 not working or only changed behavior?

    It used to be I dragged and dropped pdf files directly into JMP 18 and earlier versions to import them. Now, when I drag and drop a pdf into JMP 19, nothing happenswhen I try opening a pdf via File > Open, nothing happens What has changed? (And why?) JMP Help still lists the PDF Import Wizard, but it doesn't tell us how to access it.

    Ressel Ressel
    Discussions |
    Oct 17, 2025 3:34 AM
    38 views | 2 replies
  • What are the best practices for exporting JMP graphs so they retain high resolution ?

    Hi Mates, My name is Dheeraj Hinduja . I basically lives in Sudan. I want to know the best practices for exporting JMP graphs for high-resolution use (e.g., in publications or large presentations).Which export format (e.g., EMF, PNG, or PDF) and specific settings within the 'Save As' dialogue or Journal maintain the highest quality and prevent resolution loss? Please share your workflow tips!


    Regar...

    SpendingLemur24 SpendingLemur24
    Discussions |
    Oct 17, 2025 2:27 AM
    55 views | 2 replies
  • How to selectively evaluate variables in New Script() while preserving Expr() for deferred evaluation?

    I'm creating a data table script using New Script() that needs to be evaluated later when a user clicks it. I need to substitute some variables at script-creation time (like a file path) while preserving Expr() calls that should only be evaluated when the script actually runs.   file_path = "C:\MyData\slopes.jmp"; dt << New Script("Plot Slopes", dt_slopes = Open( file_path ); slope_array ...

    shuey shuey
    Discussions |
    Oct 16, 2025 1:24 PM
    74 views | 2 replies

Latest Discussions

  • Randomization with Blocks

    Hello I have a Definitive Screening Design and, as JMP suggests, I selected blocks with center points to estimate quadratic effects. This results in two blocks (Block 1 and Block 2). Now I want to randomize. JMP suggests randomizing only within the blocks. I believe this is correct. However, the blocks are then not interleaved during execution (e.g., 1 1, then 2 2, then again 1 1, then 2 2, etc.),...

    NominalGemsbok3 NominalGemsbok3
    Discussions |
    Oct 17, 2025 7:24 AM
    22 views | 0 replies
  • Customizing Box Plot in varibility chart to Display Sigma-Based Intervals

    Hello everyone, I am currently working with JMP and using box plots to visualize my data. I noticed that it is possible to configure the display of outliers or quantiles, but I would like to know if it is possible to modify the box plot settings to show intervals based on standard deviations (sigma) around the mean, instead of the usual quartiles. For example, I would like the box to represent mea...

    Harck Harck
    Discussions |
    Oct 15, 2025 8:30 AM
    65 views | 0 replies
  • Moving Box Smoother (Graph Builder)

    I'm using the moving box smoother in JMP 19 graph builder and can't seem to find any definitive documentation on how to interpret the 2 shade gradations surrounding the smoother curve. Are these confidence bands? If so is the lighter (wider) the 99% band and the darker (narrower) 95%?

    dbmurrell dbmurrell
    Discussions |
    Oct 15, 2025 8:29 AM
    55 views | 0 replies
  • Workarounds

    very simple tasks - JMP says NO.   TaskJMP saysworkaroundswishimplementedadd column via Tables/Updatecolumn existsrename one of the columnsAllow Update platform to create new columns if they already exist in the table to be updatedv19copy a cellformula column- recode to dummy column | copy cell | delete dummy column
    - screenshot | OCREdit Pane allows for text copy even if no edit                   ...

    hogi hogi
    Discussions |
    Oct 7, 2025 3:51 PM
    151 views | 0 replies
  • Confidence level change in reliability growth analysis

    When conducting Reliability Growth analysis in JMP (version 18), the confidence level is defaulted as 95%.  How can I change it to other level, e.g., 80%?  Thanks. 

    MXJ MXJ
    Discussions |
    Oct 6, 2025 1:16 PM
    102 views | 0 replies
view all discussions