Hi everyone,
I'm a native Japanese speaker and using translation tools to write this post. Please excuse any awkward phrasing.
I'm using JMP 18.2.1 and working with a modified version of the sample dataset Big Class.jmp.
I have uploaded the JMP file with all necessary columns already created.
The manually created script is saved in the JMP file under the name “Prototype.”
Here’s what I want to achieve with the graph:
Graph setup:
- X-axis: Name
- Y-axis 1: 身長, 身長_TopLine, 身長_BotLine, 身長_MidLine
- Y-axis 2: 体重, 体重_TopLine, 体重_BotLine, 体重_MidLine
(Note: 身長 = Height, 体重 = Weight)
Marker customization by gender (using Overlay):
- Male: Circle (○)
- Female: Plus (+)
Graph style:
- 身長 and 体重: plotted as points
- *_TopLine and *_BotLine: blue lines
- *_MidLine: green lines
Export:
I want to export the graph as interactive HTML with full interactivity.
Currently, I’m manually changing each line style, color, and marker type from the legend, which is very time-consuming.
Ultimately, I want to automate the entire graph creation process using JSL.
Is there a better way to fully control these settings via scripting?
Any advice, examples, or best practices would be greatly appreciated!