(bcc: golang-dev cc: golang-nuts)

On Sat, Oct 29, 2016 at 10:31 PM, <nnd...@gmail.com> wrote:

> Hey, I wrote a tiny helper module to show images like imshow in python and
> matlab. https://github.com/nnvn/imdisp <https://github.com/nnvn/imdisp>
>

FYI,

I have also this gonum/plot backend to display images in a window:
  https://github.com/go-hep/hplot/tree/master/vgshiny
  https://github.com/go-hep/hplot/blob/master/cmd/iplot/main.go

it leverages golang.org/x/exp/shiny so is relatively cross-platform.

and here is a stand-alone program to display images with shiny:
 https://github.com/sbinet/iview
(adapted from github.com/BurntSushi/imgv to work with shiny instead of X11)

hth,
-s


>
> On Saturday, October 1, 2016 at 2:18:32 AM UTC+5:30, Sunny Golovine wrote:
>>
>> Hey guys,
>>
>> I am attempting to run gonum/plot on the golang playground. I created my
>> own docker image of the playground with the required libraries and was able
>> to run one of the example apps that is supposed to generate "points.png"
>> with the plot. The app ran successfully however I have not been able to
>> find the "plots.png" anywhere (checked inside the docker image and on my
>> local machine).
>>
>> Can anyone shed some light on what happens to files generated in the Go
>> Playground?
>>
>> Thanks!
>>
>> Sunny Golovine
>> su...@golovinemail.org
>> http://www.golovine.org
>>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to