Discussion:
[nebula-dev] Regression or new feature in Nebula 1.3.0
BERNARD, Alain
2017-10-04 15:57:33 UTC
Permalink
Hi all,

We use Nebula Visualization in our product to plot graphs. With the Oxygen release and the upcoming 0.5 release of EASE, we have updated our target platform to Nebula 1.3 which bundles XYVisualization 3.0.

We observe a strange behavior with annotations on the graph. When we display annotations with some text, we have this strange display, whereas the associated text was correctly displayed in version 1.0.
[cid:***@01D33D3A.4168EFB0]

Here below is our code, quite simple:
// Create an annotation on Primary axis, pName is a String
Annotation lAnnotation = new Annotation(pName, graph.getPrimaryXAxis(), graph.getPrimaryYAxis());

// Set the value as an X
lAnnotation.setValues(x, y);
lAnnotation.setEnabled(true); // the annotation can be moved on the graph
lAnnotation.setShowPosition(true);
lAnnotation.setShowName(true);
lAnnotation.setShowSampleInfo(false);

lAnnotation.setCursorLineStyle(CursorLineStyle.NONE);
lAnnotation.setAnnotationColor(pAnnotationColor);


Do you have any clue on what could have changed in the API of Nebula to create this behavior? What do we have to adapt to get our annotations working correctly again?

Many thanks in advance,

Alain


<html><head></head><body><font color="black" face="arial" size="2">
The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
</font>
</body>
</html>
Bahá El Kassaby
2017-10-05 09:39:56 UTC
Permalink
Hello Alain,
I will have a look at it and will add the corresponding bug once I
replicate it locally.

Regards

Baha
Post by BERNARD, Alain
Hi all,
We use Nebula Visualization in our product to plot graphs. With the Oxygen
release and the upcoming 0.5 release of EASE, we have updated our target
platform to Nebula 1.3 which bundles XYVisualization 3.0.
We observe a strange behavior with annotations on the graph. When we
display annotations with some text, we have this strange display, whereas
the associated text was correctly displayed in version 1.0.
// Create an annotation on Primary axis, pName is a String
Annotation lAnnotation = new Annotation(pName, graph.getPrimaryXAxis(),
graph.getPrimaryYAxis());
// Set the value as an X
lAnnotation.setValues(x, y);
lAnnotation.setEnabled(true); // the annotation can be moved on the graph
lAnnotation.setShowPosition(true);
lAnnotation.setShowName(true);
lAnnotation.setShowSampleInfo(false);
lAnnotation.setCursorLineStyle(CursorLineStyle.NONE);
lAnnotation.setAnnotationColor(pAnnotationColor);
Do you have any clue on what could have changed in the API of Nebula to
create this behavior? What do we have to adapt to get our annotations
working correctly again?
Many thanks in advance,
Alain
The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
Bahá El Kassaby
2017-10-05 09:47:42 UTC
Permalink
Alain,
could you create the bug on https://bugs.eclipse.org under the
nebula/visualization and add your screenshot and code snippet?

Thanks!

baha
Post by Bahá El Kassaby
Hello Alain,
I will have a look at it and will add the corresponding bug once I
replicate it locally.
Regards
Baha
Post by BERNARD, Alain
Hi all,
We use Nebula Visualization in our product to plot graphs. With the
Oxygen release and the upcoming 0.5 release of EASE, we have updated our
target platform to Nebula 1.3 which bundles XYVisualization 3.0.
We observe a strange behavior with annotations on the graph. When we
display annotations with some text, we have this strange display, whereas
the associated text was correctly displayed in version 1.0.
// Create an annotation on Primary axis, pName is a String
Annotation lAnnotation = new Annotation(pName, graph.getPrimaryXAxis(),
graph.getPrimaryYAxis());
// Set the value as an X
lAnnotation.setValues(x, y);
lAnnotation.setEnabled(true); // the annotation can be moved on the graph
lAnnotation.setShowPosition(true);
lAnnotation.setShowName(true);
lAnnotation.setShowSampleInfo(false);
lAnnotation.setCursorLineStyle(CursorLineStyle.NONE);
lAnnotation.setAnnotationColor(pAnnotationColor);
Do you have any clue on what could have changed in the API of Nebula to
create this behavior? What do we have to adapt to get our annotations
working correctly again?
Many thanks in advance,
Alain
The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
Wim Jongman
2017-10-05 11:18:53 UTC
Permalink
Alain it is probably a regression caused by many visualization (XYGraph)
changes in 1.3.0 more info below.


[1]
https://projects.eclipse.org/projects/technology.nebula/releases/1.3.0/bugs
[2] https://wiki.eclipse.org/Nebula/Releases/1.3.0/NaN

Cheers,

Wim
Post by Bahá El Kassaby
Alain,
could you create the bug on https://bugs.eclipse.org under the
nebula/visualization and add your screenshot and code snippet?
Thanks!
baha
Post by Bahá El Kassaby
Hello Alain,
I will have a look at it and will add the corresponding bug once I
replicate it locally.
Regards
Baha
Post by BERNARD, Alain
Hi all,
We use Nebula Visualization in our product to plot graphs. With the
Oxygen release and the upcoming 0.5 release of EASE, we have updated our
target platform to Nebula 1.3 which bundles XYVisualization 3.0.
We observe a strange behavior with annotations on the graph. When we
display annotations with some text, we have this strange display, whereas
the associated text was correctly displayed in version 1.0.
// Create an annotation on Primary axis, pName is a String
Annotation lAnnotation = new Annotation(pName, graph.getPrimaryXAxis(),
graph.getPrimaryYAxis());
// Set the value as an X
lAnnotation.setValues(x, y);
lAnnotation.setEnabled(true); // the annotation can be moved on the graph
lAnnotation.setShowPosition(true);
lAnnotation.setShowName(true);
lAnnotation.setShowSampleInfo(false);
lAnnotation.setCursorLineStyle(CursorLineStyle.NONE);
lAnnotation.setAnnotationColor(pAnnotationColor);
Do you have any clue on what could have changed in the API of Nebula to
create this behavior? What do we have to adapt to get our annotations
working correctly again?
Many thanks in advance,
Alain
The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
P***@Diamond.ac.uk
2017-10-05 16:03:33 UTC
Permalink
Hi Baha,

I have commented a fix on the ticket:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=525635

Best regards,
Peter


From: nebula-dev-***@eclipse.org [mailto:nebula-dev-***@eclipse.org] On Behalf Of Bahá El Kassaby
Sent: 05 October 2017 10:48
To: Nebula Dev <nebula-***@eclipse.org>
Subject: Re: [nebula-dev] Regression or new feature in Nebula 1.3.0

Alain,
could you create the bug on https://bugs.eclipse.org under the nebula/visualization and add your screenshot and code snippet?
Thanks!
baha

On Thu, Oct 5, 2017 at 11:39 AM, Bahá El Kassaby <***@gmail.com<mailto:***@gmail.com>> wrote:
Hello Alain,
I will have a look at it and will add the corresponding bug once I replicate it locally.
Regards
Baha

On Wed, Oct 4, 2017 at 5:57 PM, BERNARD, Alain <***@airbus.com<mailto:***@airbus.com>> wrote:
Hi all,

We use Nebula Visualization in our product to plot graphs. With the Oxygen release and the upcoming 0.5 release of EASE, we have updated our target platform to Nebula 1.3 which bundles XYVisualization 3.0.

We observe a strange behavior with annotations on the graph. When we display annotations with some text, we have this strange display, whereas the associated text was correctly displayed in version 1.0.
[cid:***@01D33DFB.E6AB0690]

Here below is our code, quite simple:
// Create an annotation on Primary axis, pName is a String
Annotation lAnnotation = new Annotation(pName, graph.getPrimaryXAxis(), graph.getPrimaryYAxis());

// Set the value as an X
lAnnotation.setValues(x, y);
lAnnotation.setEnabled(true); // the annotation can be moved on the graph
lAnnotation.setShowPosition(true);
lAnnotation.setShowName(true);
lAnnotation.setShowSampleInfo(false);

lAnnotation.setCursorLineStyle(CursorLineStyle.NONE);
lAnnotation.setAnnotationColor(pAnnotationColor);


Do you have any clue on what could have changed in the API of Nebula to create this behavior? What do we have to adapt to get our annotations working correctly again?

Many thanks in advance,

Alain




The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.

If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.

Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.

All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.







_______________________________________________
nebula-dev mailing list
nebula-***@eclipse.org<mailto:nebula-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
--
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
Jonah Graham
2017-10-09 19:50:26 UTC
Permalink
Hi Alain,

I think that Baha fix has now been merged for this. Can you test it out
from the snapshot build and see if it resolves your use case? The p2 repo
for the snapshot build is http://download.eclipse.org/nebula/snapshot/

Thanks
Jonah


~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com
Post by BERNARD, Alain
Hi all,
We use Nebula Visualization in our product to plot graphs. With the Oxygen
release and the upcoming 0.5 release of EASE, we have updated our target
platform to Nebula 1.3 which bundles XYVisualization 3.0.
We observe a strange behavior with annotations on the graph. When we
display annotations with some text, we have this strange display, whereas
the associated text was correctly displayed in version 1.0.
// Create an annotation on Primary axis, pName is a String
Annotation lAnnotation = new Annotation(pName, graph.getPrimaryXAxis(),
graph.getPrimaryYAxis());
// Set the value as an X
lAnnotation.setValues(x, y);
lAnnotation.setEnabled(true); // the annotation can be moved on the graph
lAnnotation.setShowPosition(true);
lAnnotation.setShowName(true);
lAnnotation.setShowSampleInfo(false);
lAnnotation.setCursorLineStyle(CursorLineStyle.NONE);
lAnnotation.setAnnotationColor(pAnnotationColor);
Do you have any clue on what could have changed in the API of Nebula to
create this behavior? What do we have to adapt to get our annotations
working correctly again?
Many thanks in advance,
Alain
The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
_______________________________________________
nebula-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev
BERNARD, Alain
2017-10-10 14:28:05 UTC
Permalink
Hi,

We have tested it in our product, and it fixes the issue. I guess it will be included in the 1.4.0 release?
Thank you so much for your support guys.

Alain

De : nebula-dev-***@eclipse.org [mailto:nebula-dev-***@eclipse.org] De la part de Jonah Graham
Envoyé : lundi 9 octobre 2017 21:50
À : Nebula Dev <nebula-***@eclipse.org>
Objet : Re: [nebula-dev] Regression or new feature in Nebula 1.3.0

Hi Alain,

I think that Baha fix has now been merged for this. Can you test it out from the snapshot build and see if it resolves your use case? The p2 repo for the snapshot build is http://download.eclipse.org/nebula/snapshot/

Thanks
Jonah


~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com<http://www.kichwacoders.com>

On 4 October 2017 at 16:57, BERNARD, Alain <***@airbus.com<mailto:***@airbus.com>> wrote:
Hi all,

We use Nebula Visualization in our product to plot graphs. With the Oxygen release and the upcoming 0.5 release of EASE, we have updated our target platform to Nebula 1.3 which bundles XYVisualization 3.0.

We observe a strange behavior with annotations on the graph. When we display annotations with some text, we have this strange display, whereas the associated text was correctly displayed in version 1.0.
[cid:***@01D341E4.BF33FA80]

Here below is our code, quite simple:
// Create an annotation on Primary axis, pName is a String
Annotation lAnnotation = new Annotation(pName, graph.getPrimaryXAxis(), graph.getPrimaryYAxis());

// Set the value as an X
lAnnotation.setValues(x, y);
lAnnotation.setEnabled(true); // the annotation can be moved on the graph
lAnnotation.setShowPosition(true);
lAnnotation.setShowName(true);
lAnnotation.setShowSampleInfo(false);

lAnnotation.setCursorLineStyle(CursorLineStyle.NONE);
lAnnotation.setAnnotationColor(pAnnotationColor);


Do you have any clue on what could have changed in the API of Nebula to create this behavior? What do we have to adapt to get our annotations working correctly again?

Many thanks in advance,

Alain




The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.

If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.

Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.

All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.







_______________________________________________
nebula-dev mailing list
nebula-***@eclipse.org<mailto:nebula-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev


<html><head></head><body><font color="black" face="arial" size="2">
The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
</font>
</body>
</html>
Jonah Graham
2017-10-10 19:24:01 UTC
Permalink
Post by BERNARD, Alain
We have tested it in our product, and it fixes the issue.
Great.
Post by BERNARD, Alain
I guess it will be included in the 1.4.0 release?
Yes.

Loading...