That's because it's very small - it looked fine to me as well but try
something like

   'type surface' plot 2 o. j./~i: 6j999

to see what a mess you get, as opposed to the much nicer graph if you
use Bill's suggestion:

   'output cairo 1000 1000;type surface' plot 2 o. j./~i: 6j999

On Thu, May 3, 2012 at 3:13 PM, Björn Helgason <gos...@gmail.com> wrote:
> I did not do anything
>
> This is just ordinary J7 in GTK and it looks normal to me
>
>   load'plot'
>
>   plot 1 2 3
>   plot 1j1 2 3
>   plot 1j1 2j3 3j1
>   plot 1j1 2j3 3j11
>   plot 1j1 2j3 3j11 3j5 5j15 3j22
>
> 2012/5/3 Devon McCormick <devon...@gmail.com>
>
>> Gosi - I'd be interested to see this plotted.  When I attempt to do it
>> in J7, the plot is too small to see anything with the default settings
>> and I don't know how to resize the plot.  In J6, I could manually
>> resize the window and subsequent plots would retain the size setting.
>> Now they are generally too small and appear in Paintshop Pro via
>> IExplorer.
>>
>> NB. Get this file: http://www.tsp.gatech.edu/data/ml/mona-lisa100K.tsp
>>   mltsp=. <;._2 CR-.~fread 'mona-lisa100K.tsp'
>>   nn=. _".&>}."1 <;._1&>' ',&.>_1}.6}.mltsp
>>
>> NB. This attempt fails:
>>   pic=. (1) (<"1 nn) } 20000 20000$0
>>   viewmat pic
>> |out of memory
>> |   mat=.mat    {h
>>
>> NB. This works but is unreadable:
>>   plot j./"1 }."1 nn
>>
>>
>> On Wed, May 2, 2012 at 4:01 PM, Björn Helgason <gos...@gmail.com> wrote:
>> > Reading about these complex numbers I decided to look at plot of complex
>> > numbers because I did not remember if I tested it and it works fine
>> >
>> > plot 1j1 2j3 3j11 3j5 5j15 3j22
>> > ----------------------------------------------------------------------
>> > For information about J forums see http://www.jsoftware.com/forums.htm
>>
>>
>>
>> --
>> Devon McCormick, CFA
>> ^me^ at acm.
>> org is my
>> preferred e-mail
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
>>
>
>
>
> --
> Björn Helgason, Verkfræðingur
> Fornustekkum II
> 781 Hornafirði,
> t-póst: gos...@gmail.com
> gsm: +3546985532
> twitter: @flugfiskur
> http://groups.google.com/group/J-Programming
>
>
> Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans
>
> góður kennari getur stigið á tær án þess að glansinn fari af skónum
>          /|_      .-----------------------------------.
>         ,'  .\  /  | Með léttri lund verður        |
>     ,--'    _,'   | Dagurinn í dag                     |
>    /       /       | Enn betri en gærdagurinn  |
>   (   -.  |        `-----------------------------------'
>   |     ) |         (\_ _/)
>  (`-.  '--.)       (='.'=)   ♖♘♗♕♔♙
>   `. )----'        (")_(") ☃☠
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm



-- 
Devon McCormick, CFA
^me^ at acm.
org is my
preferred e-mail
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to