Thanks Ariel! Awesome!

Yakir Gagnon
The Queensland Brain Institute (Building #79)
The University of Queensland
Brisbane QLD 4072
Australia

cell +61 (0)424 393 332
work +61 (0)733 654 089

On Wed, Oct 7, 2015 at 6:09 PM, Ariel Keselman <[email protected]> wrote:

> 'plot' creates a result in the remote process
>
> you have to fetch this result into the main process, the one which draws
> to screen like this:
>
> result = @spawn plot(randn(100))
>
> # do some stufff...
>
> # when ready to fetch fetch!
> fetch(result)
>
> This will display the plot...
>
>

Reply via email to