cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Xbar control chart and labeling the average UCL, LCL

    I want to find a way to label the average and control limits on the control chart. for the sake of clear reporting, It would be great if the data mean was labeled right on the chart field or on the axis. of course, the limit summary is displayed to the right, but I need it to show up inside the graph. I could manually add the data label on the axis but it would be great if i could just toggle it a...

    tatersalad tatersalad
    Discussions |
    Jan 21, 2021 10:32 AM
    2016 views | 2 replies
  • 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
    2270 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
    15447 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
    1308 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
    1495 views | 2 replies

Latest Discussions

  • Xbar control chart and labeling the average UCL, LCL

    I want to find a way to label the average and control limits on the control chart. for the sake of clear reporting, It would be great if the data mean was labeled right on the chart field or on the axis. of course, the limit summary is displayed to the right, but I need it to show up inside the graph. I could manually add the data label on the axis but it would be great if i could just toggle it a...

    tatersalad tatersalad
    Discussions |
    Jan 21, 2021 10:32 AM
    2016 views | 2 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
    1308 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
    2673 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
    1588 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
    1871 views | 3 replies

Latest Discussions

view all discussions