Re: [racket-users] Adding interactive overlays to racket plots

2018-03-20 Thread Alex Harsanyi
About a month ago, the changes for the plot overlays were merged into the main plot repository and will be available in the next Racket release. Based on feedback from Ben Greenman, the implementation is different than my original prototype, but it is more flexible -- thanks to Ben for

Re: [racket-users] Adding interactive overlays to racket plots

2018-02-03 Thread 'John Clements' via Racket Users
Wow. Yes please. John > On Jan 29, 2018, at 03:09, Alex Harsanyi wrote: > > The racket plot package produces interactive snip% objects which allow > zooming of the plot area. While this is a cool and sometimes useful feature, > the functionality is hard coded in the

Re: [racket-users] Adding interactive overlays to racket plots

2018-02-03 Thread Robby Findler
On Sat, Feb 3, 2018 at 1:08 AM, Alex Harsanyi wrote: > I also did a write-up of the features, as well as some screenshots to > illustrate what can be done with the new functionality. You can find that > here: >

Re: [racket-users] Adding interactive overlays to racket plots

2018-02-03 Thread Laurent
This is awesome! Thanks so much for doing this, I'm sure it's going to be very handy. On Sat, Feb 3, 2018 at 7:08 AM, Alex Harsanyi wrote: > > Hi Matthias, > > I updated the plot package to cover all the cases I had in mind for plot > overlays and also updated my

Re: [racket-users] Adding interactive overlays to racket plots

2018-02-02 Thread Alex Harsanyi
Hi Matthias, I updated the plot package to cover all the cases I had in mind for plot overlays and also updated my application to make use of these features, just to make sure that they are adequate. The pull request is here: https://github.com/racket/plot/pull/32, it would be good if I

Re: [racket-users] Adding interactive overlays to racket plots

2018-01-30 Thread Konrad Hinsen
On 29/01/2018 12:09, Alex Harsanyi wrote: I have built a prototype implementation of adding interactive overlays to plot snips, as shown in the image below, and I would like to ask if there is interest in adding such a feature to the plot package distributed with racket. Yes, definitely!

Re: [racket-users] Adding interactive overlays to racket plots

2018-01-29 Thread Matthias Felleisen
This is dang cool. Yes please submit a PR. > On Jan 29, 2018, at 6:09 AM, Alex Harsanyi wrote: > > The racket plot package produces interactive snip% objects which allow > zooming of the plot area. While this is a cool and sometimes useful feature, > the

[racket-users] Adding interactive overlays to racket plots

2018-01-29 Thread Alex Harsanyi
The racket plot package produces interactive snip% objects which allow zooming of the plot area. While this is a cool and sometimes useful feature, the functionality is hard coded in the plot-snip% class inside the package. I would like to extend the package to allow the user to customize the