For some reason it’s plotting red area in the figure. I’m only worried about the island that is being colored.
http://img528.imageshack.us/img528/506/2bc9e702042a46369c7631b.png
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your allocation of of
dayh99looks like this:And then you try to fill it with values that are out side of that range in your loop.
I think you want to begin filling at index
0in both dimensions. This will eliminate the “red” areas in your plot.Try this in your loop to fill
dayh00: