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:

would produce this instead:
