Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Show[
  2. ContourPlot3D[{f == x, g == x^2}, {g, 0, 4}, {x, 0, 2}, {f, 0, 2},
  3. AxesLabel ->
  4. Flatten[Style[#, 12, Italic] & /@ {"g(x)", "x", "f(x)"}],
  5. Mesh -> None, ContourStyle -> Opacity[0.5],
  6. ViewPoint -> {1.88, -2.45, 1.29},
  7. ViewVertical -> {0.45, -0.57, 0.67}],
  8.  
  9. ListPointPlot3D[Table[{t^2, 0, t}, {t, 0, 4, 0.001}],
  10. Filling -> Bottom, PlotStyle -> PointSize[Tiny]]
  11. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement