Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to write subscript?

807597May 6 2005 — edited Jun 26 2007
Hi,

I have a piece of code as follows. How can I write the necessary parts in CO2, N2O, NH3, etc. as a subscript?

Thanks.

Properties props = new Properties();
props.put("plot/coordinateSystem/xAxis/ticLabelFormat/map", "0=CO;1=NOx;2=CH4;3=N2O;4=NH3");
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 24 2007
Added on May 6 2005
5 comments
437 views