Skip to content

Commit

Permalink
modified: pmagplotlib.py => set default backend to TkAgg
Browse files Browse the repository at this point in the history
	modified:   vgpmap_magic.py
  • Loading branch information
ltauxe committed Dec 2, 2015
1 parent f87f79b commit 689283f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions TODO

This file was deleted.

2 changes: 1 addition & 1 deletion pmagplotlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#from pmagpyrc import *
# stuff to replace above line:
import matplotlib
#matplotlib.use("TkAgg")
matplotlib.use("TkAgg")
isServer = False
verbose = True

Expand Down
3 changes: 2 additions & 1 deletion vgpmap_magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ def main():
Opts['sym']=rsym
Opts['symsize']=rsize
pmagplotlib.plotMAP(FIG['map'],rlats,rlons,Opts) # add the lats and lons of the poles
if plot==0:pmagplotlib.drawFIGS(FIG)
if plot==0:
pmagplotlib.drawFIGS(FIG)
if ell==1: # add ellipses if desired.
Opts['details']={'coasts':0,'rivers':0, 'states':0, 'countries':0,'ocean':0}
Opts['pltgrid']=-1 # turn off meridian replotting
Expand Down

0 comments on commit 689283f

Please sign in to comment.