Problema in pyplot con projection

Ciao a tutti,

sto avendo un problema fastidioso con matplotlib. Se uso una proiezione aitoff o hammer con dei dati che sto elaborando mi appaiono delle figure estranee al plot. Per es qui

%url%

Ricordo di avere avuto questo problema in passato, ed averlo risolto dopo una googlata aggiungendo la riga

matplotlib.rcParams'path.simplify'] = False

al mio programma. Tale rimedio non sembra funzionare oggi. Il problema sembra noto, ma non ho trovato alcuna soluzione che funzioni per me.

Idee?
grazie
S.

da http://matplotlib.org/users/customizing.html

[quote]
#agg.path.chunksize : 0 # 0 to disable; values in the range
# 10000 to 100000 can improve speed slightly
# and prevent an Agg rendering failure
# when plotting very large data sets,
# especially if they are very gappy.
# It may cause minor artifacts, though.
# A value of 20000 is probably a good
# starting point.[/quote]
provato ?