Hi Jan-Pieter,
I think this has been already fixed in the latest version.  At least it
works fine for me on Windows & Linux

   JVERSION
Engine: j701/2011-01-10/11:25
Library: 8.02.09
Qt IDE: 1.1.2/4.8.6
Platform: Linux 64
Installer: J802 install
InstallPath: /opt/j64_802

JVERSION

Engine: j701/2011-01-10/11:25

Library: 8.02.09

Qt IDE: 1.1.2/5.3.0

Platform: Win 64

Installer: J802 install

InstallPath: c:/program files/j64-802

load 'pacman'

'search' jpkgv 'graphics/plot';'gl2'

┌─────────────┬───────┬───────┬────┐

│graphics/gl2 │1.0.68 │1.0.68 │gl2 │

│graphics/plot│1.0.145│1.0.145│Plot│

└─────────────┴───────┴───────┴────┘



Note also that you probably want to use pensize for a dot plot (not
markersize).
'dot; pensize 4' plot foo
'marker; markersize 4' plot foo




On Mon, Jun 16, 2014 at 8:45 AM, Jan-Pieter Jacobs <
[email protected]> wrote:

> Lately I've experienced some very very annoying behavior in plot:
> Errors will be repeated infinitely when plot is given wrong input.
> For instance:
>
> load 'plot'
> foo =: ;/ 2 100 $ 0
> 'dot; markersize 4' plot foo
>
> Pops up a blank plot window, and a message box saying:
>
> "error in: plot_gs_paint
>
> value error: plot_markersize
>     (> f) ~ ndx
> "
>
> No matter how many times you click ok, it will disappear and
> immediatly reappear and control will never get back to the J window,
> leaving you no other option than to kill J and start all over again.
>
> In viewmat I've also occasionally seen similar behaviour, but less
> often than in plot.
>
> Is there a way around this, or can this be fixed?
>
> Thanks,
> Jan-Pieter
> ----------------------------------------------------------------------
> 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