LBRY-Vault/plugins/plot/__init__.py
2015-11-24 09:36:42 +01:00

6 lines
195 B
Python

from electrum.i18n import _
fullname = 'Plot History'
description = _("Ability to plot transaction history in graphical mode.")
requires = [('matplotlib', 'matplotlib')]
available_for = ['qt']