|
From: Felix W. <Fel...@os...> - 2006-10-24 22:16:55
|
Hi,
I'd like to plot level sets of
Q = min(x**2, 2*y)
for Q = 2 and Q = 4.
What's the best way to do this? I cannot really turn the equation into
a function of either x or y. My ideas are: Using splot's contour
feature (but I'd rather like to use "plot"), and turning the equation
into a parametric function, which seems pretty ugly and non-universal.
Any advice?
Thanks in advance,
Felix
--
Felix Wiemann -- http://www.ososo.de/
|