| 
I’m greatly looking forward to the day where we such a problem that we need to setup an SCI IWG developers mailing list :)   But at the current level of activity of the IWG I would personally be happier seeing some useful discussions and positive signs of collaboration and I think
 Xihui’s timely suggestion of taking things offline is quite appropriate and I know the developers concerned are now doing this.
   Alun ___________________________________________________________ Alun Ashton,
alun.ashton@xxxxxxxxxxxxx Tel: +44 1235 778404 Group Leader - Data Analysis Software,    www.diamond.ac.uk
 Diamond Light Source, Chilton, Didcot, Oxon, OX11 0DE, U.K.     
From: science-iwg-bounces@xxxxxxxxxxx [mailto:science-iwg-bounces@xxxxxxxxxxx]
On Behalf Of Mike MilinkovichSent: 18 October 2013 13:11
 To: science-iwg@xxxxxxxxxxx; science-iwg@xxxxxxxxxxx
 Subject: Re: [science-iwg] SWT XYGraph goes to Eclipse Nebula Visualization
   
You are the only one to get that impression. This conversation is perfectly fine.
   
Guys, 
I am not the moderator here, and unlike those in other IWGs I don't mean to censor or bully some discussions, but it feels this might be a little too specific on SWT and the Nebula project, or am I the only one who gets this impression?;-) 
There are a few mailing lists for both SWT and Nebula, both (http://www.eclipse.org/forums/index.php/f/64/ for the latter) also have eclipse Newsgroup forums which may offer a
 slightly better user experience for such detailed discussions on a particular subsystem or project. 
Thanks, 
Werner Keil | Eclipse UOMo
 Lead, Babel Language Champion | JCP EC Member 
Twitter @wernerkeil |#EclipseUOMo |  @JSR354 | #DevOps 
* Nighthacking with Stepen Chin Fall 2013: Nov 2013, Germany. Werner Keil, Eclipse UOMo Lead will hack "M2M", "UOMo" and other cool Java Embedded stuff 
* JMaghreb 2.0: Nov 7-8 2013, Casablanca, Morocco. Werner Keil, JCP EC Member, JSR 354 EG Member may present "Java Social", "JSR
 354" 
* Eclipse DemoCamps Fall 2013: Nov/Dec 2013, Germany, France. Werner Keil, Eclipse UOMo Lead, Babel Language Champion will present "M2M", "ETCS", "Triple-E DevOps"   
On Fri, Oct 18, 2013 at 11:02 AM, <science-iwg-request@xxxxxxxxxxx> wrote: Send science-iwg mailing list submissions toscience-iwg@xxxxxxxxxxx
 
 To subscribe or unsubscribe via the World Wide Web, visit
 https://dev.eclipse.org/mailman/listinfo/science-iwg
 or, via email, send a message with subject or body 'help' to
 science-iwg-request@xxxxxxxxxxx
 
 You can reach the person managing the list at
 science-iwg-owner@xxxxxxxxxxx
 
 When replying, please edit your Subject line so it is more specific
 than "Re: Contents of science-iwg digest..."
 
 
 Today's Topics:
 
 1. Re: SWT XYGraph goes to Eclipse Nebula Visualization
 (Peter.Chang@xxxxxxxxxxxxx)
 
 
 ----------------------------------------------------------------------
 
 Message: 1
 Date: Fri, 18 Oct 2013 08:55:48 +0000
 From: <Peter.Chang@xxxxxxxxxxxxx>
 To: <Matt.Gerring@xxxxxxxxxxxxx>, <chenx1@xxxxxxxx>
 Cc: science-iwg@xxxxxxxxxxx
 Subject: Re: [science-iwg] SWT XYGraph goes to Eclipse Nebula
 Visualization
 Message-ID:
 <7E83BBEFAFDA644FBB249281490DAC1B57FBACEB@xxxxxxxxxxxxxxxxxxxxxxxxx>
 Content-Type: text/plain; charset="us-ascii"
 
 
 Hi all,
 
 I guess it's 9am EDT over at ORNL.
 
 Peter
 
 
 From: Gerring, Matt (DLSLtd,RAL,LSCI)
 Sent: 18 October 2013 09:37
 To: 'Chen, Xihui'; Chang, Peter (DLSLtd,RAL,LSCI)
 Cc: Science Industry Working Group
 Subject: RE: [science-iwg] SWT XYGraph goes to Eclipse Nebula Visualization
 
 Hi XiHui,
 
 Great! We should probably stop mailing the whole list now :)
 
 I suggest 2pm British Summer Time - what time is that where you are?
 
 Matt
 
 From: science-iwg-bounces@xxxxxxxxxxx<mailto:science-iwg-bounces@xxxxxxxxxxx> [mailto:science-iwg-bounces@xxxxxxxxxxx]
 On Behalf Of Xihui Chen
 Sent: 17 October 2013 18:15
 To: Science Industry Working Group
 Subject: Re: [science-iwg] SWT XYGraph goes to Eclipse Nebula Visualization
 
 Hi Matt and Peter,
 
 I guess there are some overlaps between your changes and our developments. Could we setup a Google hangout so you can show me your changes and discuss the possible way to adopt your improvements?
 
 Thanks,
 Xihui
 
 On Thu, Oct 17, 2013 at 11:44 AM, <Matt.Gerring@xxxxxxxxxxxxx<mailto:Matt.Gerring@xxxxxxxxxxxxx>> wrote:
 Hi XiHui,
 
 I think our version of swt-xy is from October 2012 - xy-graph 2.1, you can see history here
https://github.com/DawnScience/swt-xy-graph.
 
 I would suggest that the changes we have are useful to everyone especially the tick mark algorithms created by Peter Chang. Also we added the region system to select things like rectangles, sectors and many other selections<https://github.com/DawnScience/dawn-ui/blob/master/org.dawnsci.plotting.api/src/org/dawnsci/plotting/api/region/IRegion.java>.
 We can then compute mathematics from the selection, work also completed by Peter and myself. Azimuthal/Radial integration by visual selection is possible for instance, this system is generic and useful to all (not just able to do those mathematics!).
 
 Therefore if a way can be found to integrate our changes, the plotting will be more powerful. I would have thought that if the IWG thing is going to fly - we need to be collaborating on things like this.
 
 That said this is a really good step in the right direction and I am glad that the API has made it to nebula, congratulations a well deserved acceptance of how good xy-graph is.
 
 Best Regards,
 
 Matt
 
 PS Here are the additions we made (from github): We added tick mark algorithms (ability to choose and a new implementation), rendering on linux (removed some off screen drawing), inheritance changes to allow external contributions (used for drawing regions),
 improvements to visualize large data, a different mechanism for image plotting, several defect fixes, spelling fixes in the public APIs.
 
 In future we would like to change the plot preferences UI to have state remembered using eclipse preferences and redesign the UI to be more logical. This work is not too far away.
 
 
 Actually I am not the one who made the changes. AFAIK the changes were mainly to improve XYGraph's  2D image display capabilities but there might have been some improvements for performance and bug fixes. Matthew Gerring from DLS can best answer your question.
 
 Andy
 
 
 Hi Andy,
 
 No, I'm sorry that I failed to merge the changes from DAWN because there are too many unresolvable conflicts. DAWN's changes are based on a very early version of XYGraph. If possible, you may modify your changes based on the latest version in nebula and I can
 merge your changes later. BTW, would you please tell me again about the purposes of your changes?
 
 Thanks,
 Xihui
 
 
 
 From: science-iwg-bounces@xxxxxxxxxxx<mailto:science-iwg-bounces@xxxxxxxxxxx> [mailto:science-iwg-bounces@xxxxxxxxxxx<mailto:science-iwg-bounces@xxxxxxxxxxx>]
 On Behalf Of Andy Gotz
 Sent: 17 October 2013 16:14
 To: Science Industry Working Group
 Cc: Wim Jongman
 
 Subject: Re: [science-iwg] SWT XYGraph goes to Eclipse Nebula Visualization
 
 Xihui,
 
 
 well done on this excellent work and move to integrate it in Eclipse! The community will be able to continue profiting from your work for a long time now.
 
 BTW are the changes from the DAWN project integrated in the version in Nebula?
 
 Best regards
 
 Andy
 
 On 10/17/2013 04:11 PM, Xihui Chen wrote:
 Dear folks,
 
 I have moved SWT XYGraph from google code to Eclipse Nebula Visualization project:
http://www.eclipse.org/nebula/widgets/visualization/visualization.php
 
 This project aims to host all scientific visualization related widgets. If you have such widgets want to contribute to Eclipse Nebula, please let me or Wim Jongman (the nebula lead) know.
 
 Cheers,
 Xihui
 
 
 
 
 _______________________________________________
 
 science-iwg mailing list
 
 science-iwg@xxxxxxxxxxx<mailto:science-iwg@xxxxxxxxxxx>
 
 https://dev.eclipse.org/mailman/listinfo/science-iwg
 
 
 --
 
 Save our in-boxes! http://emailcharter.org
 
 
 
 
 
 
 --
 
 This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt
 by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
 Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd.
 Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
 Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
 
 
 
 _______________________________________________
 science-iwg mailing list
 science-iwg@xxxxxxxxxxx<mailto:science-iwg@xxxxxxxxxxx>
 https://dev.eclipse.org/mailman/listinfo/science-iwg
 
 
 
 
 --
 
 This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt
 by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
 
 Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd.
 
 Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
 
 Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
 
 
 
 
 
 
 
 
 
 -------------- next part --------------
 An HTML attachment was scrubbed...
 URL: <https://dev.eclipse.org/mailman/private/science-iwg/attachments/20131018/198d448b/attachment.html>
 
 ------------------------------
 
 _______________________________________________
 science-iwg mailing list
 science-iwg@xxxxxxxxxxx
 https://dev.eclipse.org/mailman/listinfo/science-iwg
 
 
 End of science-iwg Digest, Vol 9, Issue 16
 ******************************************
   
 
 
   --   This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd.
 Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
 Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
 
 
 |