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

  • Issues with the python library that comes with JMP Pro:

    Thanks Experts! My original JMP Pro 18 library was in I:\0userR\JMP\JMP\Python\Python311\site-packages.
    Now I'm using JMP Pro 19Can I:\0userR\JMP\JMP\Python\Python313\site-packages be directly specified using batch processing here?
    The key point is that the python311 library cannot be directly run in 313?
    Or would the performance of the 313 library be better?

    lala lala
    Discussions |
    Mar 20, 2026 6:36 PM
    208 views | 2 replies
  • Vector Columns?

    How Can I create a pre-filled Col List Box with all the Vector Columns of the current data table? Like << Modeling Type({"Continuous"}), but for modeling type Vector. Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" ); New Window( "Vector columns", Col List Box(All, width( 250 ),<< Modeling Type({"Continuous"}) ), Col List Box(All, width( 250 ),<< Modeling Type({"Vecto...

    hogi hogi
    Discussions |
    Mar 20, 2026 11:35 AM
    189 views | 2 replies
  • Formula does not apply to the column

    I have this table, and I want the average of the column EC(mS/cm) on the column next to it, group by name.   I used this formula yesterday but today it does not work when I apply it to the column. If( Row() == Col Min( As Column( "EC (mS/cm)" ) << By( :Name ) ), Col Mean( As Column( "EC (mS/cm)" ) << By( :Name ) ), . )   Thank you in advance!

    Lourdes Lourdes
    Discussions |
    Mar 20, 2026 5:09 AM
    250 views | 4 replies
  • Spec limits add in with old and new limits options to be displayed in the graphs

    I am using an Add in " Write Limits to data table from a Limits table" . It can take only USL and LSL. Sometimes we change limits but like to compare old and new limits in the same charts. Is that enhancement option possible?

    ResponseDeer870 ResponseDeer870
    Discussions |
    Mar 19, 2026 11:37 PM
    143 views | 1 replies
  • GR&R Report Generation

    I am looking for a methodology of how to structure my data table for a GR&R analysis and how to generate that report using JMP.  Currently I've used Galaxy to  create a GR&R report, with testing x number of devices 10x in each test site of my board and then repeat that for y number of appraisers.

    CLSage_IFX CLSage_IFX
    Discussions |
    Mar 19, 2026 11:18 AM
    315 views | 4 replies

Latest Discussions

  • Issues with the python library that comes with JMP Pro:

    Thanks Experts! My original JMP Pro 18 library was in I:\0userR\JMP\JMP\Python\Python311\site-packages.
    Now I'm using JMP Pro 19Can I:\0userR\JMP\JMP\Python\Python313\site-packages be directly specified using batch processing here?
    The key point is that the python311 library cannot be directly run in 313?
    Or would the performance of the 313 library be better?

    lala lala
    Discussions |
    Mar 20, 2026 6:36 PM
    208 views | 2 replies
  • Vector Columns?

    How Can I create a pre-filled Col List Box with all the Vector Columns of the current data table? Like << Modeling Type({"Continuous"}), but for modeling type Vector. Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" ); New Window( "Vector columns", Col List Box(All, width( 250 ),<< Modeling Type({"Continuous"}) ), Col List Box(All, width( 250 ),<< Modeling Type({"Vecto...

    hogi hogi
    Discussions |
    Mar 20, 2026 11:35 AM
    189 views | 2 replies
  • Formula does not apply to the column

    I have this table, and I want the average of the column EC(mS/cm) on the column next to it, group by name.   I used this formula yesterday but today it does not work when I apply it to the column. If( Row() == Col Min( As Column( "EC (mS/cm)" ) << By( :Name ) ), Col Mean( As Column( "EC (mS/cm)" ) << By( :Name ) ), . )   Thank you in advance!

    Lourdes Lourdes
    Discussions |
    Mar 20, 2026 5:09 AM
    250 views | 4 replies
  • Spec limits add in with old and new limits options to be displayed in the graphs

    I am using an Add in " Write Limits to data table from a Limits table" . It can take only USL and LSL. Sometimes we change limits but like to compare old and new limits in the same charts. Is that enhancement option possible?

    ResponseDeer870 ResponseDeer870
    Discussions |
    Mar 19, 2026 11:37 PM
    143 views | 1 replies
  • close all like this user-defined outlines

    Hello, I'm trying to replicate the behavior of <<close all like this for outlines I've created from scratch in JSL. From the scripting index: Syntax: obj << Close All Like This Description: Closes this Outline Box and all Outline Boxes in the display tree with the same original title or help key. If I inspect a JMP Platform (Fit Least Square) with Show Tree Structure, I do see HelpKey=FitLS etc.. ...

    matteo_patelmo matteo_patelmo
    Discussions |
    Mar 18, 2026 6:58 AM
    512 views | 6 replies

Latest Discussions

view all discussions