Changing the width of the grid lines
Doesn't anyone know how to change the grid line width? I would be most grateful for an answer on how to do it using JSL JMP alhough an answer how to do it manually, would also be useful for me.
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesDoesn't anyone know how to change the grid line width? I would be most grateful for an answer on how to do it using JSL JMP alhough an answer how to do it manually, would also be useful for me.
Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt1 = Open( "$SAMPLE_DATA/Iris.jmp" );
New Table( "Merge Columns",
Add columns( 3 ),
Add rows(100),
New Column( "1st",
Set Values( column(dt, 3 ) )
),
New Column( "2nd",
Set Values( column(dt, 1) )
),
New Column( "3rd",
Set Values( column(dt1, 1) )
)
);
Hi all. I want to make a new table getting another c...
There are many useful instances of being able to have a hook onto the selection state change of a legend for a chart / graph. With the non graph-builder method of generating charts' and graphs' legends (using Row Legend()
), this was quite simple as the display element was simply a Table Box()
that can receive a Set Row Change Function()
message. The same cannot be done (to my knowledge) with Gra...
Hello community! I recently saw a great LinkedIn post from Morten Nielsen on a 3D printed 'black box' tool to practically teach to complete DoE novices and it got me thinking about what examples work best to teach DoE. I'm sure a lot of us have been through the paper helicopter example in our time, which is a great (and more importantly, fun!) example and pairs nicely with the Prediction Profile...
Hello everyone,I would like to study an impact of the six factors on evaporation (at the end I would like to have a “rigorous” model with possible interaction effects and power terms):I already know that the first four have a strong impact on evaporation and would like to know whether the last two (plate load, volume/well) should also be included in the study (model).How do you suggest to to set u...
There are many useful instances of being able to have a hook onto the selection state change of a legend for a chart / graph. With the non graph-builder method of generating charts' and graphs' legends (using Row Legend()
), this was quite simple as the display element was simply a Table Box()
that can receive a Set Row Change Function()
message. The same cannot be done (to my knowledge) with Gra...
How do I make my script user interactive? The user has to select meta data in every step in order to get the final graph stats. Eg) First pop up should be 'Male' or 'Female' and so on
// Change column info: Gender
Data Table("Untitled 448"):Column 2 << Data Type(Character) << Set Modeling Type("Nominal") <<
Set Name("Gender");
// Change column name: Column 1 → STudents
Data Table("Untitled
...
When there is a matrix of graphs, say 4x5 of them on the dashboard, how do I pick just one graph of all and show it zoomed in? The selection does happen when a data filter is used when the two columns from the data table used to form the graphs in the horizontal and vertical direction and are narrowed down to a desired pair. It would be useful to have a single zoomed in graph where this selection ...
Hello Community, I only just recently started working with JMP Workflows and JSL Scripts and was wondering to create something in code to achieve the following: - The goal is to move a workflow (copy/paste) to a specific folder, where other files like .xlsx and .csv are located. The designed script should then open a specific .csv file from within the same folder the script or workflow is located ...
BLUB´s (random effect predictions/random coefficients) seems to be calculated by scaling the centered Means with the Variance Component divided by Variance of Means. However, this causes BLUB´s to have a lower standard deviation than the square root of the variance component. If they were scaled by the square root of the Variance Component divided by Variance of Means, the standard deviation of th...
There are many useful instances of being able to have a hook onto the selection state change of a legend for a chart / graph. With the non graph-builder method of generating charts' and graphs' legends (using Row Legend()
), this was quite simple as the display element was simply a Table Box()
that can receive a Set Row Change Function()
message. The same cannot be done (to my knowledge) with Gra...
Hello Community, I only just recently started working with JMP Workflows and JSL Scripts and was wondering to create something in code to achieve the following: - The goal is to move a workflow (copy/paste) to a specific folder, where other files like .xlsx and .csv are located. The designed script should then open a specific .csv file from within the same folder the script or workflow is located ...
how to find coherence values in topic modeling. Moreover how to plot topic proportion and and publication years in text explorer option
Just sharing an issue I had with Adobe Acrobat and the JMP PDF Import Wizard in case others come across the same problem.A few months ago I had a workflow where I needed to perform OCR on PDFs in Acrobat (Pro) before I could use the PDF Import Wizard to pull data from the PDFs into JMP - this had been working fine for a long time.When I tried this again last week I had an issue where many pages wo...
Copy Columns from the right-click context menu of a column header is very useful. Just copy the column(s) - with all the settings ... and paste it into a JSL script - or another table. There is a hidden feature:
When rows are selected, the values of the selected rows are used as arguments of the Set Values() command and will populate the cells of the new column. So, when you select all rows before...
Are you looking for ways to determine an effective way to trade off power and speed to find a sweet...
REGISTER HERE: https://www.jmp.com/en_us/events/live-webinars/academic/jmp-for-data-analytics-course...
New JMP users will learn how to: Easily navigate JMP using the JMP Starter. Import all types o...
Jump into Gauge Studies Wednesday, March 26 | Live Web Workshop1:00 p.m. – 2:30 p.m. ET Hoste...