Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I change the format of numbers on axes (make them bold or black) ? #11

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

I want the numbers on axes to be more visible.


Original issue reported on code.google.com by seyednez...@gmail.com on 5 Mar 2015 at 9:31

@jluntz
Copy link

jluntz commented Jun 16, 2015

I also would like to change the color of the numerical labels. I see that the color is hardcoded on line 337 of Axis.java:

 lightLabels[i] = new Label(lab, Color.lightGray, labelCoord);

It would be a simple matter to add methods setLightLabelColor and getLightLabelColor along with an associated variable lightLabelColor to Axis.java to control the color in the same way it is done for the main axis labels using setColor and getColor using the variable color.

I’d be happy to do this (I will do it on my own version, but I’d rather do it for the official for future compatibility). I don’t know the policy/procedure for making changes to the official package….I’ll see if I can find out, but if someone can give me a pointer, it would be helpful.

-Jon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants