Ask Your Question

pratarpersilja's profile - activity

2022-12-27 04:34:40 +0200 received badge  Popular Question (source)
2018-02-14 20:53:26 +0200 received badge  Supporter (source)
2018-02-14 20:53:25 +0200 received badge  Scholar (source)
2018-02-14 08:23:47 +0200 received badge  Student (source)
2018-02-14 08:23:06 +0200 asked a question implicit plot with different scales on x and y axes

Say I want to plot implicit_plot(x^2 + 10000*y^2 - 2, (x,-3,3), (y,-0.03,0.03)), or anything else where the interesting values of x and y varies over different orders of magnitude. At least on my machine, the result is a completely illegible png, squished into nothingness.

http: //  i187.photobucket.com/albums/x207/pratarpersilja/scaling_unusable_zpsspbvecof.png

(I wasn't allowed to add clickable links).

Of course, in this particular case I could rewrite the expression manually until the x and y ranges are the same. In the case that inspired these experiments in the first place, that rewrite is not realistic to do by hand.

How do I force an implicit plot to not have the same number of pixels per numerical unit in x and y directions?