fixed tuto example

This commit is contained in:
Nicolas 2013-06-05 18:46:08 +01:00
parent dde30c01ff
commit acf71d21f9

View file

@ -135,6 +135,7 @@ def tuto_kernel_overview():
pb.ylabel("+ ",rotation='horizontal',fontsize='30')
m.plot(ax=axs, which_parts=[False,False,False,True])
m.ensure_default_constraints()
return(m)