---David Vincent-Jones > Just to confirm: > > Applying text within a plot routine has a problem > pd 'text 0 -20x test 1 2 3' > > prints/displays as > text1 2 3 > > This makes it difficult to add a table into any plot.
You could do: pd 'text 0 -20x test' pd 'text 80 -20x 1' pd 'text 160 -20x 2' pd 'text 240 -20x 3' pd 'show' For I table using non-monospace fonts, I imagine that you might need to use a method like this to get the columns to line up anyway? ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
