Skip to content

Commit

Permalink
modified: pmagplotlib.py => fixed small bug in pmagplotlib.plotMAP
Browse files Browse the repository at this point in the history
  • Loading branch information
ltauxe committed Aug 21, 2015
1 parent 1d1637c commit b35810e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmagplotlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -2362,7 +2362,7 @@ def plotMAP(fignum,lats,lons,Opts):
fig=pylab.figure(num=fignum)
rgba_land=(255,255,150,255)
rgba_ocean=(200,250,255,255)
ExMer=['sinus','moll']
ExMer=['sinus','moll','lcc']
mlabels=[0,0,0,1] # draw meridian labels on the bottom [left,right,top,bottom]
plabels=[1,0,0,0] # draw parallel labels on the left
if Opts['proj'] in ExMer:mlabels=[0,0,0,0]
Expand Down

0 comments on commit b35810e

Please sign in to comment.