Alfonso Salazar wrote:
>>      Ask for forgiveness by not being clear in my question. Now I will
>>     try to be.
>>     Example
>>     I want to draw two or more figures in one plot
>>     Below the example is explained.

In general, to draw more than one figure in a plot, use the pd command.
Note that the plot command is a simple cover for pd, and that for
anything complicated, you should use pd. For example:

pd x1;y1
pd x2;y2
pd 'show'

See http://www.jsoftware.com/jwiki/Plot/Verbs and the examples in
Studio|Demos|Plot.

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

Reply via email to