| 
Deepak you say you have solved the problem?
   If not then please file a bug against nebula xygraph.   Include in this a small runnable snippet that demonstrates your problem.   Please take a look at the examples here:   https://www.eclipse.org/nebula/snippets.php#Visualization       From: nebula-dev-bounces@xxxxxxxxxxx <nebula-dev-bounces@xxxxxxxxxxx>
On Behalf Of deepak sagarSent: Friday, 24 May 2019 19:40
 To: Eclipse Webmaster <webmaster@xxxxxxxxxxxxxxxxxxxxxx>; nebula-dev@xxxxxxxxxxx
 Subject: Re: [nebula-dev] Concern on plotting multiple graphs
   
Yes, I would like to send the mail to Nebula Development Team. 
However, I have added them in loop.   
Did you mean to send this to the nebula-dev mailing list? 
The email account that you have reached is used to resolve any problems 
with the website, not Eclipse itself.   
Dear Nebula, 
I am using Nebula XYgraph in our project. The requirement of the project is to plot 3 data line in single graph. Line-A, Line-B, Line-C. I am using solid line style. 
When all the 3 data points present graph plots properly. The concern I have is when user does not want to see Line-B and wants only Line-A and Line-C. I am unable to do this. 
I tried plotting only Line-A and Line-C, but when Line-B is not plotted the left side plotted data wont move and seems to be stuck. 
As alternative for now I have made, setVisible false when user does not want to see the respect line.  Is again user enable the setVisible is made as trued. 
Is there any way to achieve this? Kindly have a look and share your thoughts.   
You must subscribe to this list before posting.  Please go tohttps://dev.eclipse.org/mailman/listinfo to subscribe to the list,
 then try again.  Perhaps you are already subscribed using another
 email address; if that is the case, please send email to this list
 using the email address you've used to subscribe.
 
 
 
 
 ---------- Forwarded message ----------
 From: deepak sagar <deepaksaga@xxxxxxxxx>
 To: nebula-dev@xxxxxxxxxxx
 Cc:
 Bcc:
 Date: Fri, 24 May 2019 16:09:47 +0530
 Subject: Concern on plotting multiple graphs
 
Dear Nebula, 
I am using Nebula XYgraph in our project. The requirement of the project is to plot 3 data line in single graph. Line-A, Line-B, Line-C. I am using solid line style. 
When all the 3 data points present graph plots properly. The concern I have is when user does not want to see Line-B and wants only Line-A and Line-C. I am unable to do this. 
I tried plotting only Line-A and Line-C, but when Line-B is not plotted the left side plotted data wont move and seems to be stuck. 
As alternative for now I have made, setVisible false when user does not want to see the respect line.  Is again user enable the setVisible is made as trued. 
Is there any way to achieve this? Kindly have a look and share your thoughts. 
 --  |