Re: [racket-users] Interactive Heat Maps

2019-09-25 Thread 'John Clements' via Racket Users
Nice! Many thanks for sharing this.

John

> On Sep 21, 2019, at 2:06 AM, Alex Harsanyi  wrote:
> 
> A few days ago I posted about adding maps to the DrRacket REPL -- while a 
> nice demo, this is not why I implemented the `map-snip%` object.  The reason 
> I implemented it is because I wanted to add maps to an interface which was 
> designed for displaying plots produced by `plot-snip`.   While this is not 
> technically a racket topic, the application itself is written in Racket and I 
> think it is a nice showcase of Rackets' GUI capabilities, so here is a demo:
> 
> https://youtu.be/5Op6ywIqTRc
> 
> There is quite lot going  on "behind the scenes" here, and I covered some of 
> the topics in this blog post, but if you have any questions I am happy to 
> answer them: https://alex-hhh.github.io/2019/09/interactive-heat-maps.html
> 
> Alex.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/racket-users/ce9135a4-f317-4d6c-a3b7-eb2de88dc310%40googlegroups.com.



-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/39154918-f423-483c-9e2e-d5e5c92efa43%40mtasv.net.


[racket-users] Interactive Heat Maps

2019-09-21 Thread Alex Harsanyi
A few days ago I posted about adding maps to the DrRacket REPL -- while a 
nice demo, this is not why I implemented the `map-snip%` object.  The 
reason I implemented it is because I wanted to add maps to an interface 
which was designed for displaying plots produced by `plot-snip`.   While 
this is not technically a racket topic, the application itself is written 
in Racket and I think it is a nice showcase of Rackets' GUI capabilities, 
so here is a demo:

https://youtu.be/5Op6ywIqTRc

There is quite lot going  on "behind the scenes" here, and I covered some 
of the topics in this blog post, but if you have any questions I am happy 
to answer them: 
https://alex-hhh.github.io/2019/09/interactive-heat-maps.html

Alex.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/ce9135a4-f317-4d6c-a3b7-eb2de88dc310%40googlegroups.com.