Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there some way to set x axis labels vertically for a plot in J (using the plot library, of course)?

For example, this:

load 'plot'
pd 'reset'
pd 'xlabel 2010-01-01 2010-01-02'
pd 'xticpos 10 59'
pd i. 100
pd 'show'

which normally produces this:

Plot with horizontal labels

would produce this instead:

Plot with vertical labels

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.