I use this code
RegionPlot[Sin[t^(1/3)*y] > 0, {y, 0, 5}, {t, 0, 8}, FrameLabel -> {"y", Rotate["t", 270 Degree]}]
and the result is
Now, I have three questions:
- How can I move the $ y$ axis (and ticklabels) to the top instead of bottom?
- How can I change border lines color?
- Is it possible to change the color of one of the blue parts?