cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit. Register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar

Adding a text box to a one-way analysis chart with a character axis

I would like to insert a text box to a one-way analysis chart where the x-axis column is character-based.  The online, examples I see all use charts with a continuous numerical x-axis.  From the Customize menu, I add my script line as shown in the example.

 

Text(Center Justified, {_x_, _y_}, "_text_");

 

How do I enter an x-value when the x-axis is character?

 

StandardCrow102_0-1725637869672.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Adding a text box to a one-way analysis chart with a character axis

If you open the axis you can see the "numbering" for axis labels

jthi_0-1725638087296.png

jthi_1-1725638145078.png

No idea why oneway uses this type of extremely weird numbering for the labels. For example for graph builder it would be 0 and 1 for two labels

jthi_2-1725638191141.png

 

-Jarmo

View solution in original post

2 REPLIES 2
jthi
Super User

Re: Adding a text box to a one-way analysis chart with a character axis

If you open the axis you can see the "numbering" for axis labels

jthi_0-1725638087296.png

jthi_1-1725638145078.png

No idea why oneway uses this type of extremely weird numbering for the labels. For example for graph builder it would be 0 and 1 for two labels

jthi_2-1725638191141.png

 

-Jarmo

Re: Adding a text box to a one-way analysis chart with a character axis

Super-big thanks, Jarmo.  Just what I needed.  Happy Friday