> From: June Kim (???) <junea...@gmail.com>
>
> That's too bad. How is plot's drawtext implemented in the low level? It
> seems like to call 11!:0 y. Is there any possibility to implement a new
> feature easily?
 
Define "easily".
For exmaple, you can place labels with
 
plot i.10
pd 'textc 100 20 asdf'
pd 'show'
 
and adjust values of 100 and 20 appropriately. It will even preserve relative
position if you scale your form a little bit. Not sure how to do rotation,
though.
 
BTW, do not be too bent on generating everything with J. You can save properly
resized plot into bmp and then edit category names there the way you want. If
your categories are same all the time and only data changes -- save the
bottom portion of your plot into another bmp and use it with subsequent plot
of same size and layout.
 
> That's a clever idea, but looking at a 90 degrees rotated histogram is
> unnatural to many people. :(
 
Reading 90 degrees rotated text on x axis is also unnatural to many people.
There is no best solution, you have to make some hard choices here.
                                          
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to