
quasipolynomial means exp(polynomial(log(x)))
im using quadratic polynomials in the image
u/Due-Capital-6651 — 8 days ago

quasipolynomial means exp(polynomial(log(x)))
im using quadratic polynomials in the image
In ContourPlot3D[] function, one can specify individual colors of the surfaces or, opacity and a single color, as far as I can tell:
ContourStyle -> {Pink, Yellow}
or
ContourStyle -> Directive[Opacity[0.4], Pink]
Is there a way to combine both so that I can get a better visual of the volume of intersection?