View Single Post
  #2  
Old 07-13-2005, 10:16 PM
mmbt0ne mmbt0ne is offline
Senior Member
 
Join Date: Aug 2004
Location: Atlanta, GA
Posts: 700
Default Re: Grapher for postgreSQL

The best you can do is graph the points after each session AFAIK. If that's what you want to do, just export hands played and won/loss for the session to an excel file.

In a new column make it something like:

Column A - hand session
Column B - winnings session

Column C - make C1 "=A1"
make C2 "=C1+A2"
copy C2 into all the rest of column C that you need to

Do the same thing for D

Now you have a running total of hands, and a running total of winnings. Graph with the hands on the X-axis, and the winnings on the Y-axis.

If you want to do BB, make sure you also export the game level, and you can set up an IF statement to change the monetary winnings into BB winnings.
Reply With Quote