Smoothing implicit plots with Maxima / wxMaxima
1
$begingroup$
I'm using Maxima for university mathematics and would like to improve the appearance of the graphs that it generates. Previously, when I'd used plot2d or wxplot2d , I'd see pretty, smooth plots of lines and parabolas. However, now that I'm graphing circles with implicit_plot , they're not nearly as smooth or pretty. It looks like a line that hasn't had any antialiasing applied, like so: wximplicit_plot( (x-1)^2 + y^2 = 3, [x, -6, 6], [y, -6, 6] ); Are there any flags I can pass to the {wx,}implicit_plot functions to antialias / smooth the lines drawn? I'm terribly spoilt by what I've seen PGF / TikZ can do and would like to make the same pretty graphics with (wx)Maxima.
graphing-functions maxima-software