mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix matplotlib plugin
This commit is contained in:
parent
4e564651a5
commit
b8328da99f
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ from electrum.util import format_satoshis
|
||||||
from electrum.bitcoin import COIN
|
from electrum.bitcoin import COIN
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
import matplotlib
|
||||||
|
matplotlib.use('Qt4Agg')
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import matplotlib.dates as md
|
import matplotlib.dates as md
|
||||||
from matplotlib.patches import Ellipse
|
from matplotlib.patches import Ellipse
|
||||||
|
|
Loading…
Add table
Reference in a new issue