[julia-users] Re: ANN: Immerse package, and more videos on interactive plotting

2015-09-17 Thread Jon Norberg
What does the ANN: in the title mean?

[julia-users] Re: ANN: Immerse package, and more videos on interactive plotting

2015-09-17 Thread Kristoffer Carlsson
Announcement On Thursday, September 17, 2015 at 2:08:51 PM UTC+2, Jon Norberg wrote: > > What does the ANN: in the title mean? >

[julia-users] Re: ANN: Immerse package, and more videos on interactive plotting

2015-09-17 Thread Tomas Lycken
This is really a wonderful package; a nice step toward the plotting capabilities one expects to have available in a great language. Fantastic job! // T On Wednesday, September 16, 2015 at 10:12:06 PM UTC+2, Michael Prentiss wrote: > > Thanks for the detailed answers. They were very helpful.

[julia-users] Re: ANN: Immerse package, and more videos on interactive plotting

2015-09-16 Thread Michael Prentiss
Thanks for the detailed answers. They were very helpful. This sort of thing where you have data -> calculated abstraction -> recover data, is so frequent that having a generic way of building this sort of tool will be hugely valuable. Recovering data by text is useful, but there are times

[julia-users] Re: ANN: Immerse package, and more videos on interactive plotting

2015-09-15 Thread Tim Holy
Since yesterday I've added a couple of new features: - A "Save As" button to the toolbar so you can easily export your figures as SVG, PNG, PDF, or PS. (This just uses the Gadfly/Compose writers.) - The ability to "tweak" a plot after its initial creation. Here's the setup: julia> using

Re: [julia-users] Re: ANN: Immerse package, and more videos on interactive plotting

2015-09-15 Thread Tim Holy
Thanks, that's a big help. --Tim On Tuesday, September 15, 2015 03:33:02 AM Viral Shah wrote: > I have created a playlist on the JuliaLanguage account on Youtube with > these videos. > > https://www.youtube.com/user/JuliaLanguage/ > > -viral > > On Monday, September 14, 2015 at 8:45:04 PM

[julia-users] Re: ANN: Immerse package, and more videos on interactive plotting

2015-09-15 Thread Viral Shah
I have created a playlist on the JuliaLanguage account on Youtube with these videos. https://www.youtube.com/user/JuliaLanguage/ -viral On Monday, September 14, 2015 at 8:45:04 PM UTC+5:30, Tim Holy wrote: > > I'm pleased to announce the availability of the Immerse package: >

[julia-users] Re: ANN: Immerse package, and more videos on interactive plotting

2015-09-15 Thread Patrick Kofod Mogensen
Super exciting work! And I must say: great with a video along with the ANN. (Good idea with the playlist as well, Viral) On Tuesday, September 15, 2015 at 11:29:37 AM UTC-4, Tim Holy wrote: > > Since yesterday I've added a couple of new features: > - A "Save As" button to the toolbar so you can

[julia-users] Re: ANN: Immerse package, and more videos on interactive plotting

2015-09-14 Thread Michael Prentiss
+100 This has loads of possibilities. Great work. I am guessing it would be possible, but how difficult would it be to read in a jpg, and explore it in a similar fashion. On Monday, September 14, 2015 at 10:15:04 AM UTC-5, Tim Holy wrote: > > I'm pleased to announce the availability of the

Re: [julia-users] Re: ANN: Immerse package, and more videos on interactive plotting

2015-09-14 Thread Tim Holy
On Monday, September 14, 2015 07:53:31 PM Michael Prentiss wrote: > I was thinking the second option. It would be great to be able to hotwire > the gadfly part and read > in plots with pointers to previous rendered images. Gadfly/Compose seems likely to get support for bitmaps soon:

Re: [julia-users] Re: ANN: Immerse package, and more videos on interactive plotting

2015-09-14 Thread Tom Breloff
For anyone that's interested, I added support for Immerse in my package https://github.com/tbreloff/Plots.j on master. Thanks again Tim for the help earlier. On Mon, Sep 14, 2015 at 11:15 PM, Tim Holy wrote: > On Monday, September 14, 2015 07:53:31 PM Michael Prentiss

[julia-users] Re: ANN: Immerse package, and more videos on interactive plotting

2015-09-14 Thread Michael Prentiss
I was thinking the second option. It would be great to be able to hotwire the gadfly part and read in plots with pointers to previous rendered images. I do not understand how difficult it would be to mimic gadfly output from other sources. How tricky was that part of this work? I would be

Re: [julia-users] Re: ANN: Immerse package, and more videos on interactive plotting

2015-09-14 Thread Tim Holy
If you mean pan/zoom, this is already available with ImageView. (ImageView is currently based on Tk, but a Gtk replacement is in the works.) If you mean the "click on particular image feature(s) and do something cool," there isn't anything that does that right now. Could be an interesting