PyHodl
0.2.8
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
|
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 | |
Plots balance data of each coin for each date available
def pyhodl.charts.balance.BalancePlotter.__init__ | ( | self, | |
wallets | |||
) |
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" |
|||
) |
pyhodl.charts.balance.BalancePlotter.portfolio |