On Mon, Apr 05, 2021 at 12:58:08AM +0200, Jan-Pieter Jacobs wrote: > Hi Thomas, > > I believe what you are looking for is the option xlabel, e.g. > > vals=: >:?~5 > 'type bar; xlabel A B C D E' plot vals > > or: > > pd 'reset' > pd 'type bar' > pd vals > pd 'xlabel A B C D E F' > pd 'show' > > The labels can also be double quoted if they contain spaces, see > https://code.jsoftware.com/wiki/Plot/Options > > Best regards, > > Jan-Pieter
Hi Jan-Pieter, thank you very much, that does the trick. Regards, Thomas ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
