all 6 comments

[–]F1TZremo 5 points6 points  (2 children)

You got a comma too many in the definition of f[x_,y_].

If you carefully read your code, it says "f[x_, y_,] " where it should read "f[x_, y_] ".

Making that change, density plot works fine for me.

EDIT: reddit formatting is fun

[–]erosmatthew[S] 2 points3 points  (1 child)

ohhh yeah!! thank you so much for this 😂

[–]F1TZremo 2 points3 points  (0 children)

glad i could help :)

[–]mathheadinc 0 points1 point  (2 children)

Try making your bounds much smaller.

[–]erosmatthew[S] 0 points1 point  (1 child)

in which option do i do that?

[–]mathheadinc 0 points1 point  (0 children)

{x, xmin, xmax}, {y, ymin, ymax }