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

  • Set Page Setup for PDF not working as expected

    Hello all, I am running the following code to try and adjust the Page Setup settings for this PDF before exporting it to my desktop. An example of my code looks like this:Names Default to Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); nw = New Window ("Charts", obj = dt << Control Chart Builder( Variables( Y( :height, :weight ) ), Show Control Panel( 0 ), SendToReport( ) ); ); nw <<...

    DerekMoore DerekMoore
    Discussions |
    Mar 16, 2025 3:10 AM
    3830 views | 6 replies
  • Need Help on JSL Scripting to Split Column Data with delimiter, and match with another Column delimiter Split Data

    Hello guys i'm using JMP17 and really need help on JSL script to process the input data below to the desired output data  Input Data Table: | Data|  Label | ID ||----------|----------|----------|| 1_1_64_5_2   | D1_DD4_FF1_FIN1_GPES2   | Apple1   || 1_1_2  | D2_D3_D4   | Apple1   || 1_2_68_5_6   | D1_DD4_FF1_FIN1_GPES2   | Orange1   || 1_2_2  | D2_D3_D4   | Orange1   || 2_1_50_3_10   | D1_DD4_FF1_...

    CohortOpossum40 CohortOpossum40
    Discussions |
    Mar 16, 2025 2:07 AM
    2182 views | 4 replies
  • Rename File() and Copy File() both return 0

    Hi, I have a need to save a small data table as a csv but with an alternate file extension (*.blkl rather than *.csv). The Save As() function doesn't seem to allow for such a provision as near as I can tell so instead of saving the file with my desired filename I save it as *.blkl.csv and then attempt to either directly rename that file to the desired name or perform a copy+delete sequence to get ...

    TheSource TheSource
    Discussions |
    Mar 14, 2025 11:43 PM
    2031 views | 4 replies
  • courbe roc / roc curve

    bonjour, je ne parviens pas à réaliser de courbe Roc avec jump 18, pouvez vous m'indiquer comment procéder ? / Hello, I can't make a Roc curve with jump 18, can you tell me how to proceed?

    agat agat
    Discussions |
    Mar 14, 2025 9:48 PM
    1093 views | 1 replies
  • How to dynamically reference the y-axis of a scale box in Graph Builder using JSL

    Or anywhere for that matter.I'm writing a function that generates some specialist graphs for work. Im doing some extra drawing on the canvas and need the graph to re-adjust on the y-axis to fit everything in. I can achieve this by getting the max and min of every point I am plotting and setting those (+/- 5%) as my upper and lower limits. However, in order for the changes to take effect I need to ...

    kevinwtbolger kevinwtbolger
    Discussions |
    Mar 14, 2025 12:53 PM
    14230 views | 4 replies

Latest Discussions

  • Set Page Setup for PDF not working as expected

    Hello all, I am running the following code to try and adjust the Page Setup settings for this PDF before exporting it to my desktop. An example of my code looks like this:Names Default to Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); nw = New Window ("Charts", obj = dt << Control Chart Builder( Variables( Y( :height, :weight ) ), Show Control Panel( 0 ), SendToReport( ) ); ); nw <<...

    DerekMoore DerekMoore
    Discussions |
    Mar 16, 2025 3:10 AM
    3830 views | 6 replies
  • Need Help on JSL Scripting to Split Column Data with delimiter, and match with another Column delimiter Split Data

    Hello guys i'm using JMP17 and really need help on JSL script to process the input data below to the desired output data  Input Data Table: | Data|  Label | ID ||----------|----------|----------|| 1_1_64_5_2   | D1_DD4_FF1_FIN1_GPES2   | Apple1   || 1_1_2  | D2_D3_D4   | Apple1   || 1_2_68_5_6   | D1_DD4_FF1_FIN1_GPES2   | Orange1   || 1_2_2  | D2_D3_D4   | Orange1   || 2_1_50_3_10   | D1_DD4_FF1_...

    CohortOpossum40 CohortOpossum40
    Discussions |
    Mar 16, 2025 2:07 AM
    2182 views | 4 replies
  • Rename File() and Copy File() both return 0

    Hi, I have a need to save a small data table as a csv but with an alternate file extension (*.blkl rather than *.csv). The Save As() function doesn't seem to allow for such a provision as near as I can tell so instead of saving the file with my desired filename I save it as *.blkl.csv and then attempt to either directly rename that file to the desired name or perform a copy+delete sequence to get ...

    TheSource TheSource
    Discussions |
    Mar 14, 2025 11:43 PM
    2031 views | 4 replies
  • Nonlinear platform custom loss function - shrinkage estimation

    I would like to try to do nonlinear model fitting with the Nonlinear platform, using a custom loss function to do shrinkage parameter estimation, something that would be similar to the LASSO loss function for regression.   For example, if I have this non-linear model (Named "NLFunction" with a, g, c, and Tz as the parameters in the model) I would like to use a loss function like thiswhich is "sort...

    MathStatChem MathStatChem
    Discussions |
    Mar 13, 2025 5:31 AM
    1854 views | 3 replies
  • JMP graph shown on computer is not the same as the JMP graph copied; phantom error bars appear

    JMP graph builder adds a SE bar for data not included in the graph.  This error bar is not shown when the graph is displayed on my computer screen.  It appears only when the graph is copied to save as a jpeg or tiff file.   Compare the two figures attached.  I assume that this bar is associated with the "summary statistic" which automatically selects "mean".  The option for "None" as a summary sta...

    olddabbler olddabbler
    Discussions |
    Mar 12, 2025 10:27 AM
    1721 views | 1 replies

Latest Discussions

  • Discovery summit book signings - official list of books?

    Fellow JMP enthusiasts! During the 2024 Manchester Discovery Summit I was surprised to learn that the handing out and signing of books is a tradition. So, I am wondering whether there is a list of the books handed out & signed so far. If it exists, where to find it?I thoroughly enjoyed reading "Bitch" by Lucy Cooke, and I have a feeling "Hello World" by Hannah Frey will be a good read too.

    Ressel Ressel
    Discussions |
    Feb 28, 2025 11:25 AM
    750 views | 0 replies
  • query text files from zip folder in Azure blob file system secure (ABSS) url

    Hi All,I wonder if anyone has the experience to query text files from zip folder through Azure blob file system secure (ABSS) url?
    the url looks like format below. If you do, can you share some script lines how to connect to the url at least?

    abfss://[email protected] 

    dadawasozo dadawasozo
    Discussions |
    Feb 18, 2025 1:37 PM
    826 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    947 views | 0 replies
  • Question About F-Tests in GLMMs with Binomial Errors

    Hi,
    I have a question regarding Generalized Linear Mixed Models (GLMMs) in JMP pro. Most statisticians consider it inappropriate to use F-tests or t-tests to evaluate predictor contributions in GLMs or GLMMs with binomial errors. This is because F- and t-tests are based on sums of squares, which assume normally distributed residual errors.
    While using a logit link function helps linearize the relati...

    LanaMilana LanaMilana
    Discussions |
    Jan 17, 2025 2:21 AM
    1254 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    981 views | 0 replies
view all discussions