faultspaceplot: plot burst faults correctly

+ remove "old matplotlib" warning

Change-Id: I47dec1cc6bf6dd86216cd6d373174d4c70556f63
This commit is contained in:
Horst Schirmeier
2016-02-14 15:21:05 +01:00
parent 2bed7c124a
commit 3dd7c9cb48
2 changed files with 1 additions and 3 deletions

View File

@ -45,8 +45,6 @@ if sys.argv[1] == '-h':
print "plot (not implemented yet)." # TODO: be more precise here
exit(0)
print "WARNING: This script needs a newer version of Matplotlib for axis label rotation; run this on Ubuntu 12.10 or alike."
print "Opening and processing \"" + sys.argv[1] + "\"..."
file = open(sys.argv[1], "r")
dialect = csv.Sniffer().sniff(file.read(1024))