Ask Your Question

aspras's profile - activity

2019-03-25 16:46:51 +0200 received badge  Notable Question (source)
2017-01-08 12:17:28 +0200 received badge  Popular Question (source)
2013-11-23 15:52:32 +0200 commented answer Implicit plotting accuracy

This seems to work, I rewrote it like this and got better results: f(x,y)=sin(x^2+y^2)-cos(x*y) implicit_plot(f,(x,-10,10),(y,-10,10),plot_points=3000) Still I am also looking for a way to make the lines thinner, is it possible ?

2013-11-23 15:47:58 +0200 received badge  Supporter (source)
2013-11-23 13:00:24 +0200 commented question Implicit plotting accuracy

I use implicit_plot which does not have a thickness option as far as I know. Changing plot_points and linewidths options doesn't seem to make any difference.

2013-11-23 12:01:36 +0200 asked a question Implicit plotting accuracy

I am trying to plot this implicit function image description

What I get is image description

Is there a way to make the curves thinner ?