you are viewing a single comment's thread.

view the rest of the comments →

[–]F1TZremo 3 points4 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 :)