Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
uses matplotlib instead of pylab
Browse files Browse the repository at this point in the history
  • Loading branch information
vmora committed Jan 5, 2015
1 parent 5c20d02 commit a413ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from qgis.core import *

from pylab import *
from matplotlib.pyplot import *

import os

Expand Down

0 comments on commit a413ed9

Please sign in to comment.