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 Plot Height Forced by Data Filter Height

    GUI question about graph building.  I use this powerful tool all the time.  I also use local data filters to focus my graphs. I find when I have many local data filters in a graph builder window, that the y axis of the graph expands to match the cumulative height of all the local data filters.  When I try to shrink the y-axis (for copy/pasting in another application with a preferred aspect ratio/v...

    datanaut datanaut
    Discussions |
    Jan 21, 2021 7:32 AM
    2024 views | 2 replies
  • Order Bar Chart by Y-Axis Values?

    I am new to JMP (using the trial of JMP 9) and completely stumpped on something that should be fairly simple.  I hugely appreciate any guidance!I am making a bar chart that displays data from 2 separate years for each categorical value.  I sorted the numerical data in one of the columns in ascending order, but the bar chart is displaying the categories in alphabetical order instead of the order th...

    vhemingway vhemingway
    Discussions |
    Jan 20, 2021 4:48 PM
    15044 views | 5 replies
  • Extracting a number from a text field

    I have a column containing text notes entered by technicians. They enter the system usage hours, which I need to extract into it's own column. Fortunately, the data is pretty consistent, and so I have been able to pull the info out using Regex Match(), but selecting the last value is tripping me up.Regex Match( :diagnosis, "(ys.+sage: ?)(\d{1,5})\n" );How do I extract the System Usage hours from t...

    robressler robressler
    Discussions |
    Jan 20, 2021 1:29 PM
    1155 views | 2 replies
  • New Column Set Value Help

    I know the following script is incorrect:     a = {"a", "b", "b"}; b = [1, 2, 3]; c = [4, 5, 6]; New Table( "SQL Results", New Column( "a", character, set values( a ) ), New Column( "b", formula( If( :a == "a", set values( b ), set values( c ) ) ) ) );   How do I change it to make the output:  a      1
     b      5
     b      6   so the first row checks if column 1 is "a",  yes then use b[1]; se...

    jy06115197 jy06115197
    Discussions |
    Jan 20, 2021 10:45 AM
    1343 views | 2 replies
  • action when selected

    Hey,I want to know if it is possible to call a function or an action  when rows are selected in the data table.for example- when the user push a button it will lead to other actions to happen, I want it to happen when to user select a value in a Bivariate chart.  Thank you for the help.

    shiro shiro
    Discussions |
    Jan 20, 2021 10:15 AM
    7649 views | 6 replies

Latest Discussions

  • Extracting a number from a text field

    I have a column containing text notes entered by technicians. They enter the system usage hours, which I need to extract into it's own column. Fortunately, the data is pretty consistent, and so I have been able to pull the info out using Regex Match(), but selecting the last value is tripping me up.Regex Match( :diagnosis, "(ys.+sage: ?)(\d{1,5})\n" );How do I extract the System Usage hours from t...

    robressler robressler
    Discussions |
    Jan 20, 2021 1:29 PM
    1155 views | 2 replies
  • saving script to data table issue

    HI all, I have written a script (a few hundred lines) that 1)  opens an existing data table, 2) does a whole bunch of calculations and then 3) spits out a new data table with results from these calculations. Because I am continually improving the script, I want to make sure that I know which exact version of the script was used to create the new output data table and so thought of saving the whole...

    yvesprairie yvesprairie
    Discussions |
    Jan 19, 2021 7:11 PM
    2420 views | 6 replies
  • Display a stopwatch counter (parallel with another JSL action)

    Does anyone know how to display a time counter (say 1 sec intervals using a wait(1) ), but while another JSL action is taking place?  So this stopwatch counter would display like 1, 2, 3,.... until that other action finished like pulling data from a database.  This stopwatch counter would be running in parallel in this case and keep running while waiting on the data pull to complete.  Is parallel ...

    djhanson djhanson
    Discussions |
    Jan 19, 2021 6:02 PM
    1391 views | 2 replies
  • Scripting Guage R&R with tolerance Intervals

    Hi,   I am a new user to JMP and JSL scripting. I am trying to script a guage R&R and would like to include the tolerance interval in the script.    I already have a column (Named "Tolerance Interval") with tolerance intervals for each of my parameters. (Note that I am splitting the analysis by Parameter and each Parameter has a different tolerance interval). The script I have tried is below. It w...

    RSDK_JMP RSDK_JMP
    Discussions |
    Jan 19, 2021 7:15 AM
    1700 views | 3 replies
  • Transfer data from/ Excel/VBA to JMP and get data back to VBA

    Hi, I'd like to describe what I need in order to have some kind of automation I'm planning.I have a report I've already generated using Excel/VBA and I'm missing a distribution graph from JMP which is currently being made manuallyAnd added to the report.I'd like to know how can I send the data from Excel to JMP, generate the distribution graph and save it back to my excel sheet. To be specific, le...

    Lirsch Lirsch
    Discussions |
    Jan 19, 2021 3:05 AM
    1483 views | 1 replies

Latest Discussions

view all discussions