cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • JMP functions (neural network)

    Hello everyone, I exported a python code from JMP with a neural network function. I am trying to run the code on Spyder but there is a function called "jmp.mz" and I don't know how to replace it. I do not know what this function does. Could anyone help me with this ? Thank you in advance for your time. Have a nice day. Alyson

    BathyAly BathyAly
    Discussions |
    Jun 22, 2023 11:38 AM
    1774 views | 2 replies
  • How do I get labels to 'stack' in graph builder?

    Hello. I am trying to get the labels in this map to be 'stacked' (so that it says the abbreviation on one line and then the number on the next line). Is there a way to do this? Thank you!  

    patriciafm811 patriciafm811
    Discussions |
    Jun 22, 2023 10:28 AM
    2964 views | 5 replies
  • Titre

     Bonjour à tous, Je dispose de cartes de contrôle avec des filtres de données. Est-il possible de mettre à jour le titre de la carte de contrôle en fonction de la sélection dans les filtres de données.  Exemple avec une BD test :  J’aimerai par exemple en fonction de la sélection ici des filtres, le titre de la carte de contrôle soit : " type : 2 & obj : b « . Puis que ce titre soit évolutif en fo...

    hcarr01 hcarr01
    Discussions |
    Jun 22, 2023 7:23 AM
    2571 views | 4 replies
  • Plotting with lower and upper limits

    Hi all,I have a function that creates cdf plots with lower and upper limits. However, when applied, the lower/upper limits are not being shown because of the axis minimum and maximum. What/how is the proper computation in order for the lower and upper limit to be shown from the plots? Here is my sample function:cdfplot = Function( {ycol, sl, ul}, {plot}, cdf = Oneway( Y( Column( yc...

    UserID16644 UserID16644
    Discussions |
    Jun 22, 2023 3:20 AM
    1769 views | 1 replies
  • Remove percentage sign in Graph Builder

    Hi -I am interested in removing redundant % sign in the graph generated with graph builder since Y axis already has it. This would help with space when I have too many bars. How can I remove percentage sign that is highlighted in red? I am using Jmp 12.2 Thank you!

    uProf uProf
    Discussions |
    Jun 21, 2023 10:35 AM
    2920 views | 4 replies

Latest Discussions

  • JMP functions (neural network)

    Hello everyone, I exported a python code from JMP with a neural network function. I am trying to run the code on Spyder but there is a function called "jmp.mz" and I don't know how to replace it. I do not know what this function does. Could anyone help me with this ? Thank you in advance for your time. Have a nice day. Alyson

    BathyAly BathyAly
    Discussions |
    Jun 22, 2023 11:38 AM
    1774 views | 2 replies
  • How do I get labels to 'stack' in graph builder?

    Hello. I am trying to get the labels in this map to be 'stacked' (so that it says the abbreviation on one line and then the number on the next line). Is there a way to do this? Thank you!  

    patriciafm811 patriciafm811
    Discussions |
    Jun 22, 2023 10:28 AM
    2964 views | 5 replies
  • Titre

     Bonjour à tous, Je dispose de cartes de contrôle avec des filtres de données. Est-il possible de mettre à jour le titre de la carte de contrôle en fonction de la sélection dans les filtres de données.  Exemple avec une BD test :  J’aimerai par exemple en fonction de la sélection ici des filtres, le titre de la carte de contrôle soit : " type : 2 & obj : b « . Puis que ce titre soit évolutif en fo...

    hcarr01 hcarr01
    Discussions |
    Jun 22, 2023 7:23 AM
    2571 views | 4 replies
  • Remove percentage sign in Graph Builder

    Hi -I am interested in removing redundant % sign in the graph generated with graph builder since Y axis already has it. This would help with space when I have too many bars. How can I remove percentage sign that is highlighted in red? I am using Jmp 12.2 Thank you!

    uProf uProf
    Discussions |
    Jun 21, 2023 10:35 AM
    2920 views | 4 replies
  • How to construct a JMP add-in to run a floating window with click boxes for different sequentially dependent scripts?

    I have two main scripts (1) trendStudy (2) corrStudy, both of which call a bunch of other scripts but corrStudy does not call any scripts which trendStudy calls.trendStudy produces a data table and a chart. corrStudy needs to use the data table created by trendStudy. Both set of scripts are working.I want to have these two scripts built into a JMP add-in in the following way.When the add-in is sta...

    Neo Neo
    Discussions |
    Jun 21, 2023 10:13 AM
    1811 views | 2 replies

Latest Discussions

  • How to set Scale Values in Graph Builder use Col Quantile function?

     HI, I want  set Scale Values in Graph Builder use Col Quantile function,  but always something wrong. the red code have some problem. I need color scale as Quantile Graph Builder( Size( 839, 726 ), Variables( X( :Prober_X ), Y( :Prober_Y ), Color( :OpticalPower ) ), Elements( Points( X, Y, Legend( 6 ) ) ), SendToReport( Dispatch( {}, "400", ScaleBox, {Legend Model( 6, Pr...

    Solarwing Solarwing
    Discussions |
    Jun 20, 2023 9:32 AM
    1017 views | 0 replies
  • New Series on JSL and Visual Code Studio

    Just a heads up that we've been posting some additional JSL tricks on our LinkedIn Blog.   We have a weekly series that's been running currently focused on our Visual Code Studio Extension for JMP. Week 1:  https://www.linkedin.com/posts/predictum_automationjmp-series-use-vs-code-extension-activity-7062456347543359488-uzFu?utm_source=share&utm_medium=member_desktopWeek 2: https://www.linkedin.com/...

    wjlevin wjlevin
    Discussions |
    Jun 19, 2023 2:26 PM
    1501 views | 0 replies
  • Overlaying histograms: Iterating a function through N number of columns?

    @PatrickGiuliano ,  As a response to our latest discussion : Re: How to overlay histograms in JMP Thanks a lot for the response. Also, 1) I would like to get more guidance on ' possibilities of iterating the Overlap function for more columns ( N number of Columns), if possible. the code for : Y Function(N, x):  can be iterated ?  Y Function(N, x);
    For(i = 1, i <= N Col(xm), i++,
    ym[i] = Min(Normal D...

    DecileDromedary DecileDromedary
    Discussions |
    Jun 19, 2023 6:31 AM
    883 views | 0 replies
  • problème importation base oracle avec Jump

    bonjour, quand j'importe une base type oracle avec Jump, j'obtiens pour certaines valeurs des caractères spéciaux; voir image.alors que dans la base de données, les cellules sont vides. est-ce que celà vient du client Oracle sur mon poste?est-ce que celà vient de la base oracle sur le serveur,est-ce que celà vient du client Jmp? cordialement  

    Françoise Françoise
    Discussions |
    Jun 12, 2023 9:12 AM
    931 views | 0 replies
  • Combine Rule

    Referring to Rules: Stepwise Regression Control Panel (jmp.com) and Example of the Combine Rule : JMP Help Could somebody please further elaborate on the 2 tests when considering the entry for a term. It would also be immensely helpful if the explanation was based on stepwise backward selection. "Calculates p-values for two separate tests when considering entry for a term that has precedents. The ...

    CorpVi CorpVi
    Discussions |
    Jun 12, 2023 2:59 AM
    1141 views | 0 replies
view all discussions