Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » Scatter: To find width bwt any two points.
Scatter: To find width bwt any two points. [message #33935] Wed, 28 September 2011 07:22 Go to next message
Shwetha is currently offline  Shwetha
Messages: 39
Registered: August 2011
Member
Hii,

Find the attached file, as shown is it possible to find the width bwt two value points in the scatter by using cursor.

Re: Scatter: To find width bwt any two points. [message #33936 is a reply to message #33935] Wed, 28 September 2011 08:24 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Shwetha wrote on Wed, 28 September 2011 07:22

Hii,

Find the attached file, as shown is it possible to find the width bwt two value points in the scatter by using cursor.


It will be ready today Smile.


Best regards
Iñaki
Re: Scatter: To find width bwt any two points. [message #33937 is a reply to message #33936] Wed, 28 September 2011 12:16 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello Shwetha

Is it ok?

index.php?t=getfile&id=3453&private=0
  • Attachment: screen.PNG
    (Size: 24.77KB, Downloaded 702 times)


Best regards
Iñaki
Re: Scatter: To find width bwt any two points. [message #33938 is a reply to message #33937] Wed, 28 September 2011 12:32 Go to previous messageGo to next message
Shwetha is currently offline  Shwetha
Messages: 39
Registered: August 2011
Member
Hi Koldo,

Ya exactly this is what i was looking for.. kindly let me know the coding format to proceed the same.Smile

let the cursor line be highlighted with color for clear visibility.


Thanks & Regards,

Shwetha S

[Updated on: Wed, 28 September 2011 12:37]

Report message to a moderator

Re: Scatter: To find width bwt any two points. [message #33944 is a reply to message #33938] Thu, 29 September 2011 09:55 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello Shwetha

It is updated in svn. I will include some kind of line hightlight to improve visibility.

In addition I have to fix a problem in Linux that avoids to show the pop-up the first time.

This is included now by default if popup is permitted with scatter.ShowInfo(true).


Best regards
Iñaki
Re: Scatter: To find width bwt any two points. [message #33948 is a reply to message #33944] Fri, 30 September 2011 06:12 Go to previous messageGo to next message
Shwetha is currently offline  Shwetha
Messages: 39
Registered: August 2011
Member


Thank You Koldo Smile

I will try.


Best Regards,

Shwetha
Re: Scatter: To find width bwt any two points. [message #33950 is a reply to message #33948] Fri, 30 September 2011 11:44 Go to previous messageGo to next message
Shwetha is currently offline  Shwetha
Messages: 39
Registered: August 2011
Member
Hi Koldo,

I found following errors in my prog.

/upp/bazaar/Scatter/Scatter.h: In member function ‘void Scatter::PlotFunction(double (*)(double), const Upp:
:String&, const Upp::Color&, const int&)’:
/upp/bazaar/Scatter/Scatter.h:208: error: no matching function for call to ‘callback1(void (*)(double&, doub
le, double (*)(double)), double (*&)(double))’
/upp/bazaar/Scatter/Scatter.h: In member function ‘void Scatter::PlotParaFunction(XY (*)(double), const Upp:
:String&, const Upp::Color&, const int&, const int&)’:
/upp/bazaar/Scatter/Scatter.h:214: error: no matching function for call to ‘callback1(void (*)(XY&, double,
XY (*)(double)), XY (*&)(double))’
Scatter: 3 file(s) built in (0:02.22), 741 msecs / file, duration = 4523 msecs, parallelization 100%
PdfDraw: 6 file(s) built in (0:04.14), 691 msecs / file, duration = 6462 msecs, parallelization 81%

There were errors. (0:06.52)
**************************************************

I have modified the packages as updated by you still i found these prob.I am suppose to update code in the Callback.h ??.
Re: Scatter: To find width bwt any two points. [message #33953 is a reply to message #33950] Fri, 30 September 2011 14:21 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello Shwetha

Al code has been tested using latest U++ svn in Ubuntu, MinGW and MSC.

I see callback1 in Core/Callback1.h and everything seems to be right.

Could somebody else try this package?


Best regards
Iñaki
Re: Scatter: To find width bwt any two points. [message #33964 is a reply to message #33953] Sat, 01 October 2011 06:19 Go to previous messageGo to next message
Shwetha is currently offline  Shwetha
Messages: 39
Registered: August 2011
Member
Hello Koldo Smile

It worked, I updated Core package & successfully working now... Thanks a lot. Smile


Best Regards,

Shwetha
Re: Scatter: To find width bwt any two points. [message #33966 is a reply to message #33964] Sat, 01 October 2011 15:07 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Smile

Best regards
Iñaki
Re: Scatter: To find width bwt any two points. [message #33967 is a reply to message #33966] Sun, 02 October 2011 02:17 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello

I am not happy with the visual effect when selecting values.

Do you have any better idea?

(in addition Scatter colors are now "chameleonized")


Best regards
Iñaki
Re: Scatter: To find width bwt any two points. [message #33996 is a reply to message #33967] Fri, 07 October 2011 22:15 Go to previous message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello all

Now Scatter has context menus.

For compatibility they are disabled by default. It is enabled calling ShowContextMenu().

It lets to save the plot to clipboard or file. Formats supported are .PNG and .JPG.

If SetMouseHandling() is true in X and/or Y axis, scroll and zoom are also included.

index.php?t=getfile&id=3465&private=0
  • Attachment: dib.PNG
    (Size: 9.65KB, Downloaded 558 times)


Best regards
Iñaki
Previous Topic: freetype2 and FTGL libraries
Next Topic: New Tiny C Compiler Package
Goto Forum:
  


Current Time: Fri Mar 29 09:43:51 CET 2024

Total time taken to generate the page: 0.01657 seconds