Results 1 to 9 of 9

Thread: Plotting around 1000 shape items in qwt polar/ qwt plot. Help needed.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,325
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Plotting around 1000 shape items in qwt polar/ qwt plot. Help needed.

    My application is having a requirement of receiving (on TCP socket) and plotting upto 1000 custom shape items (mostly rectangular/ circular shapes) on qwt ploar as well as qwt plot.
    First of all you need to be clear about the difference between a shape and a plot item using a symbol: A symbol represents a point ( plot coordinate ), while a shape is a figure made of plot coordinates. Thus position and size of a shape item depend on the scales of the plot, while for the symbol the size is fix only the position is related.

    What type of use case do you have ?

    Uwe
    Last edited by Uwe; 8th February 2015 at 10:29.

  2. The following user says thank you to Uwe for this useful post:

    vishaal_sss (9th February 2015)

Similar Threads

  1. Replies: 7
    Last Post: 15th May 2019, 09:44
  2. system gets struced when add 1000+ QPixmap items to scene
    By prasad.ece2 in forum Qt Programming
    Replies: 6
    Last Post: 20th March 2014, 07:48
  3. Problem in plotting 3D plot using QWT
    By johnMick in forum Newbie
    Replies: 1
    Last Post: 15th July 2011, 11:19
  4. Replies: 1
    Last Post: 9th September 2010, 10:22
  5. Replies: 7
    Last Post: 22nd September 2008, 22:05

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.