Closed Thread
Results 1 to 5 of 5

Thread: financial graph

  1. #1
    random guy is offline Learning Programmer
    Join Date
    Nov 2007
    Posts
    48
    Rep Power
    0

    financial graph

    hi i am new to python and very new to GUI toolkits such as GTK and QT.

    I am doing a simple financial program in python to teach myself. for part of it i plan on making a gui with a graph of stock prices. i havent decided on GTK or QT yet; they probably are both fine to most of my purposes. the main issue i think will be making a financial plot with candlesticks that is fast but good looking.

    a search on google brings up lots of graphing libraries in python (mostly pyqt) but i am not sure which one would work for my task.

    since i am doing this project to learn it kinda makes sense for me to use commonly used tools but it seems like most graph drawing libraries are developed by individuals.

    i did see a nice one that uses a matlab style interface but i couldnt get it for arch linux anywhere.

    anyway thanks for the advice.

    btw it is hard to log into some websites like etrade even when using urllib
    Hey like something i said? Helped you out? Or you just like supporting the Random Guy?
    add to my rep. its quick and easy and definitely wont steal your girlfriend.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    CygnetGames's Avatar
    CygnetGames is offline Programmer
    Join Date
    May 2007
    Location
    York, England
    Posts
    119
    Rep Power
    0

    Re: financial graph

    The graphing library with a matlab-style interface that you saw was probably matplotlib. If you are used to making graphs in matlab then this is definitely the library to go for. The matplotlib gallery page shows the types of things that it can do.

    They have a linux version - I'm not sure if it works on arch linux - I've never tried it.

    Hope that helps.

  4. #3
    random guy is offline Learning Programmer
    Join Date
    Nov 2007
    Posts
    48
    Rep Power
    0

    Re: financial graph

    hmm ok that seems good i guess. i think ill use qt4 for the window + buttons and matplotlib for the graph. Thanks for the advice.
    Hey like something i said? Helped you out? Or you just like supporting the Random Guy?
    add to my rep. its quick and easy and definitely wont steal your girlfriend.

  5. #4
    random guy is offline Learning Programmer
    Join Date
    Nov 2007
    Posts
    48
    Rep Power
    0

    Re: financial graph

    oh wow matplotlib already has a function to download historical quotes between two dates using finance.yahoo.com. i wish i knew that before i wrote my own that used finance.google.com. but this is all about learning to use python well so i guess it is all good.
    Hey like something i said? Helped you out? Or you just like supporting the Random Guy?
    add to my rep. its quick and easy and definitely wont steal your girlfriend.

  6. #5
    CygnetGames's Avatar
    CygnetGames is offline Programmer
    Join Date
    May 2007
    Location
    York, England
    Posts
    119
    Rep Power
    0

    Re: financial graph

    Yeah, wow - matplotlib has loads of stuff but I didn't know it could do that - that's pretty cool.

    And you're right - any learning is good.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 09-15-2010, 07:16 AM
  2. graph plotting
    By sirine in forum Java Help
    Replies: 1
    Last Post: 05-03-2009, 04:39 AM
  3. CPU Graph like in Taskmanager
    By MXTECH in forum Visual Basic Programming
    Replies: 0
    Last Post: 10-25-2008, 05:05 PM
  4. [RegExp] Financial value yes/no
    By Fischerspooner in forum General Programming
    Replies: 4
    Last Post: 12-12-2006, 11:10 AM

Tags for this Thread

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