PyHodl  0.2.8
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
pyhodl.charts.balance.BalancePlotter Class Reference
Inheritance diagram for pyhodl.charts.balance.BalancePlotter:
Collaboration diagram for pyhodl.charts.balance.BalancePlotter:

Public Member Functions

def __init__ (self, wallets)
 
def plot_balances (self)
 
def plot_delta_balances (self)
 
def show (self, title, x_label="Time", y_label="Balances")
 

Public Attributes

 portfolio
 

Detailed Description

Plots balance data of each coin for each date available 

Constructor & Destructor Documentation

def pyhodl.charts.balance.BalancePlotter.__init__ (   self,
  wallets 
)

Member Function Documentation

def pyhodl.charts.balance.BalancePlotter.plot_balances (   self)
:return: void
    Plots balances for each date for each coin
def pyhodl.charts.balance.BalancePlotter.plot_delta_balances (   self)
:return: void
    Plots balances for each date for each coin
def pyhodl.charts.balance.BalancePlotter.show (   self,
  title,
  x_label = "Time",
  y_label = "Balances" 
)

Member Data Documentation

pyhodl.charts.balance.BalancePlotter.portfolio

The documentation for this class was generated from the following file: