Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Regression or new feature in Nebula 1.3.0

 

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-bounces@xxxxxxxxxxx [mailto:nebula-dev-bounces@xxxxxxxxxxx] On Behalf Of Bahá El Kassaby
Sent: 05 October 2017 10:48
To: Nebula Dev <nebula-dev@xxxxxxxxxxx>
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 <baha.elkassaby@xxxxxxxxx> 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 <alain.bernard@xxxxxxxxxx> 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.

 

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-dev@xxxxxxxxxxx
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
 


Back to the top