Results 1 to 5 of 5

Thread: Bifurcation diagram

  1. #1
    Join Date
    May 2013
    Posts
    13
    Thanks
    4

    Default Bifurcation diagram

    Hello,

    I would like to draw a bifurcation diagram like this one.
    The way I see it, I need

    i) a curve that allows multiple "y" values for an x
    ii) at a bifurcation point the curve should split

    I 've had a look at the qwt classes, however I 'm not sure if any of the plots or sample series are suitable for this. Any thoughts as to which should be used would be appreciated.

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

    Default Re: Bifurcation diagram

    To be honest - from the link I didn't get what data has to be displayed how. But in the end this is what decides wether you have to implement a new type of plot item or you can use an existing one.

    Uwe

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Bifurcation diagram

    Quote Originally Posted by Uwe View Post
    To be honest - from the link I didn't get what data has to be displayed how.
    I think that you have to read the chart from left to right -- there is one curve that splits into two at some point, continues going right, each of the two curves split again and again and again in the end resulting in 2^n values for a single argument.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. #4
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,312
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Bifurcation diagram

    Ah o.k. this defintly looks like implementing a new type of plot item. The first step is to define a data structure for this special curve - then writing the drawing code should be straight forward.

    Uwe

  5. #5
    Join Date
    May 2013
    Posts
    13
    Thanks
    4

    Default Re: Bifurcation diagram

    OK. For now I seem able to achieve the diagram by using QwtPlotCurve::NoCurve and plotting many points as small circles instead.

Similar Threads

  1. How to design Sunburst diagram?
    By merry in forum Qt Programming
    Replies: 1
    Last Post: 2nd March 2011, 13:04
  2. Diagram Painting
    By typhoon1978 in forum Qt Programming
    Replies: 4
    Last Post: 2nd November 2010, 22:11
  3. Class Diagram
    By graciano in forum Newbie
    Replies: 1
    Last Post: 16th January 2009, 20:08
  4. needle diagram
    By darksaga in forum Qt Programming
    Replies: 4
    Last Post: 31st March 2008, 11:01
  5. Flow Diagram
    By fruzzo in forum Newbie
    Replies: 5
    Last Post: 2nd December 2007, 18:45

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.