I have not learned how to use xlabel and xtic together in the plot library,
but would like to.

In this case my x axis values are a range of 1-based integers. I can label
the x axis appropriately when I want each division to have a label. This is
the code I use:

   pd 'xlabel ',   ": 1+i. (#REPORT_LABELS)

When there are so many values that I'd like to only show labels at
occasional points, I can accomplish this. For example, I can put a label at
every 5 tick-marks with this code:

   pd 'xtic 5 5'

When I do that, though, the origin value is zero, not one. I've tried to
combine these two options, but have not gotten them to work together. I
want to manage both the specific values and where they appear, along with
how many intervening unlabelled tick-marks are drawn. Is there something
that describes this in some depth?

It may be that I should also be using xrange or xticpos in accomplishing
this, but I don't know how they work, either. Any guidance will be
appreciated. Thanks!

--Tracy
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to