Oh, that leads to some interesting ideas. Here's a fun one:

require 'plot'

X=: 16 * (1&o.)^3:

Y=: 13 _5 _2 _1 +/ .* 2 o. (1+i.4)&*

'color red' plot (X j. Y"0) 1j1#i: 3.15j1000


The 1j1# makes every other point on the curve be at the origin, which
approximates a solid. The Moire effect is kind of interesting, but pensize
4 is also worth trying with this.


Thanks,


-- 

Raul


On Fri, Feb 14, 2014 at 11:45 AM, J. Patrick Harrington
<j...@astro.umd.edu>wrote:

> and a thicker line:
>
> 'pensize 4; color red' plot ...
>
>
>
> On Fri, 14 Feb 2014, Joe Bogner wrote:
>
>  Thanks! That did it
>>
>>
>> On Fri, Feb 14, 2014 at 11:34 AM, Jan-Pieter Jacobs <
>> janpieter.jac...@gmail.com> wrote:
>>
>>  Same thought here!
>>>
>>> try 'color red' plot ....
>>>
>>> Jan-Pieter
>>>
>>>
>>> 2014-02-14 17:32 GMT+01:00 Joe Bogner <joebog...@gmail.com>:
>>>
>>>  Thanks for sharing! How can I make it red? I tried pd 'itemcolor red'
>>>>
>>>>
>>>> On Fri, Feb 14, 2014 at 11:20 AM, Raul Miller <rauldmil...@gmail.com>
>>>> wrote:
>>>>
>>>>  Hopefully this is not too inappropriate:
>>>>>
>>>>>    require 'plot'
>>>>>    X=: 16 * (1&o.)^3:
>>>>>    Y=: 13 _5 _2 _1 +/ .* 2 o. (1+i.4)&*
>>>>>    plot (X j. Y"0) i: 3.15j1000
>>>>>
>>>>> Thanks,
>>>>>
>>>>> --
>>>>> Raul
>>>>> ----------------------------------------------------------------------
>>>>> For information about J forums see http://www.jsoftware.com/forums.htm
>>>>>
>>>>>  ------------------------------------------------------------
>>>> ----------
>>>> For information about J forums see http://www.jsoftware.com/forums.htm
>>>>
>>>>  ----------------------------------------------------------------------
>>> For information about J forums see http://www.jsoftware.com/forums.htm
>>>
>>>  ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
>>
>>  ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to