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

  • Graph Builder: Points with identical x/y position

    Graph Builder applies a clever scheme to determines which data points are actually processed.


    Findings: objects (raw x/y values)  outside the plot window are not displayed (e.g. x=1)objects with IDENTICAL x and y values are displayed as a single object (the first one)selected objects are displayed (even if it's a "second" object)
    analogously: objects with a marker/color row state are displayedobject...

    hogi hogi
    Discussions |
    Mar 21, 2026 10:19 AM
    145 views | 1 replies
  • Python Integration

    Hey Everyone,

    I’m new to JMP but have a lot of experience in Python.
    I’m using JMP as a validated platform for statistical analysis and want to use python to allow easy csv writing etc.
    I’m really struggling with bringing variables into and out of jsl.

    I have a JMP data table that I want to do simple analysis on (min,mean max, std, etc) which I have used python to find. I am trying to find a way to ...

    EoinRegan EoinRegan
    Discussions |
    Mar 20, 2026 6:46 PM
    419 views | 4 replies
  • 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

Latest Discussions

  • Graph Builder: Points with identical x/y position

    Graph Builder applies a clever scheme to determines which data points are actually processed.


    Findings: objects (raw x/y values)  outside the plot window are not displayed (e.g. x=1)objects with IDENTICAL x and y values are displayed as a single object (the first one)selected objects are displayed (even if it's a "second" object)
    analogously: objects with a marker/color row state are displayedobject...

    hogi hogi
    Discussions |
    Mar 21, 2026 10:19 AM
    145 views | 1 replies
  • Python Integration

    Hey Everyone,

    I’m new to JMP but have a lot of experience in Python.
    I’m using JMP as a validated platform for statistical analysis and want to use python to allow easy csv writing etc.
    I’m really struggling with bringing variables into and out of jsl.

    I have a JMP data table that I want to do simple analysis on (min,mean max, std, etc) which I have used python to find. I am trying to find a way to ...

    EoinRegan EoinRegan
    Discussions |
    Mar 20, 2026 6:46 PM
    419 views | 4 replies
  • 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

Latest Discussions

view all discussions