<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Emilie,<div><br></div><div>Thanks for letting me know about this. You found a bug in the add_map_tickmarks routine.</div><div><br></div><div>The fix is pretty simple. I've included a new version of this function, or you can fix the bug yourself, if you've made changes to this function. Simply add the two lines:</div><div><br></div><div><div>&nbsp;&nbsp;bres@gsnDraw &nbsp;= False</div><div>&nbsp;&nbsp;bres@gsnFrame = False</div><div><br></div><div><br></div><div>after&nbsp;</div><div><br></div><div><div>&nbsp;&nbsp;bres = True &nbsp; ; Above call will set bres to True if no "tm" resources, so &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; make sure it is True still. &nbsp; &nbsp;&nbsp;</div></div><div><br></div><div><br></div><div>--Mary</div><div></div></div></body></html>