You could insert this line:
a[a .==0] = 0.00001to tweak the zero values so that they plot... Yes, not an elegant solution!
You could insert this line:
a[a .==0] = 0.00001to tweak the zero values so that they plot... Yes, not an elegant solution!