- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Hierarchical X labels
For nominal values on the X axis, hierarchically stacked, is there a possibility to shift the axis label to the left?
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Hierarchical X labels
Created:
Sep 22, 2023 11:24 AM
| Last Modified: Sep 22, 2023 9:01 AM
(1603 views)
| Posted in reply to message from hogi 09-21-2023
Actually, I just found this:
Open( "$SAMPLE_DATA/Design Experiment/Wine Data.jmp" );
Graph Builder(
Size( 720, 866 ),
Variables(
X( :"De-Stem"n ),
X( :Yeast, Position( 1 ) ),
X( :Temperature, Position( 1 ) ),
X( :Press, Position( 1 ) ),
Y( :Rating )
),
Elements( Points( X( 1 ), X( 2 ), X( 3 ), X( 4 ), Y, Legend( 16 ) ) ),
SendToReport(
Dispatch( {}, "De-Stem", ScaleBox,
{Label Row( 1, Row Title Side( "Start" ) ),
Label Row( 2, Row Title Side( "Start" ) ),
Label Row( 3, Row Title Side( "Start" ) ),
Label Row( 4, Row Title Side( "Start" ) )}
)
)
)
5 REPLIES 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Hierarchical X labels
or is it the opposite order ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Hierarchical X labels
Created:
Jun 15, 2023 11:59 AM
| Last Modified: Sep 22, 2023 9:32 AM
(1643 views)
| Posted in reply to message from hogi 06-14-2023
I am not aware of the ability to move the axis label to the left corner of the chart.
See solution
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Hierarchical X labels
Hm, the hierarchical structures on the axes are soooo useful
- but the user always has to apply some postprocessing to make the plots ready for publications and management meetings.
with some small changes, one could directly use the GraphBuilder Plot without the need for postprocessing ...
Here is the wish: hierarchical axis labels - optimize the plot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Hierarchical X labels
Created:
Sep 22, 2023 11:24 AM
| Last Modified: Sep 22, 2023 9:01 AM
(1604 views)
| Posted in reply to message from hogi 09-21-2023
Actually, I just found this:
Open( "$SAMPLE_DATA/Design Experiment/Wine Data.jmp" );
Graph Builder(
Size( 720, 866 ),
Variables(
X( :"De-Stem"n ),
X( :Yeast, Position( 1 ) ),
X( :Temperature, Position( 1 ) ),
X( :Press, Position( 1 ) ),
Y( :Rating )
),
Elements( Points( X( 1 ), X( 2 ), X( 3 ), X( 4 ), Y, Legend( 16 ) ) ),
SendToReport(
Dispatch( {}, "De-Stem", ScaleBox,
{Label Row( 1, Row Title Side( "Start" ) ),
Label Row( 2, Row Title Side( "Start" ) ),
Label Row( 3, Row Title Side( "Start" ) ),
Label Row( 4, Row Title Side( "Start" ) )}
)
)
)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content