I want to change the line width of a plot.
The [style, [lines, 8, 1]]
option does not change the thickness. why is that?
I'm just typing it like so:
wximplicit_plot(y^2 = 4*(1/8)*x, [x, -5, 10],[y, -10, 10], [yx_ratio, 1], [xtics, -4, 1, 10], [ytics, -10, 1, 10], [style, [lines, 8, 1]]);