Qurak

Combine two or more graphics

హౌ-టు 16 దశలు, ఒకే సెషన్‌లో క్రమంగా నడుస్తాయి. ప్రతి దశా ఇంజిన్‌పై అమలు చేయబడింది, కింది అవుట్‌పుట్ అది ఇచ్చినదే.

దశ 1
p1 = Plot[x Sin[x] - 1, {x, -2.5, 2.5}]
అవుట్‌పుట్
-Graphics-
దశ 2
p2 = Plot[Evaluate[D[x Sin[x] - 1, x]], {x, -2.5, 2.5}, PlotStyle -> Red]
అవుట్‌పుట్
-Graphics-
దశ 3
p3 = Plot[Sin[x], {x, -2.5, 2.5}, PlotStyle -> Magenta]
అవుట్‌పుట్
-Graphics-
దశ 4
p4 = Graphics[{Magenta, Polygon[{{0.4, 0}, {0, 0.5}, {-0.4, 0}}]}]
అవుట్‌పుట్
-Graphics-
దశ 5
Show[p1, p2, p3, p4]
అవుట్‌పుట్
-Graphics-
దశ 6
Show[p1, p2, p3, p4, PlotRange -> All]
అవుట్‌పుట్
-Graphics-
దశ 7
GraphicsRow[{p1, p2, p3, p4}]
అవుట్‌పుట్
-Graphics-
దశ 8
GraphicsGrid[{{p1, p2}, {p3, p4}}]
అవుట్‌పుట్
-Graphics-
దశ 9
GraphicsColumn[{p1, p2, p3, p4}]
అవుట్‌పుట్
-Graphics-
దశ 10
Graphics[{StandardGray, Thick, Line[{{1, 1}, {2, 1}}]}, Epilog -> {Magenta, PointSize[0.2], Point[{{1.5, 1}}]}]
అవుట్‌పుట్
-Graphics-
దశ 11
Graphics[{StandardGray, Thick, Line[{{1, 1}, {2, 1}}]}, Prolog -> {Magenta, PointSize[0.2], Point[{{1.5, 1}}]}]
అవుట్‌పుట్
-Graphics-
దశ 12
sp = Graphics3D[Sphere[{0, 0, 0}, 0.8], Boxed -> False]
అవుట్‌పుట్
-Graphics3D-
దశ 13
pp3 = ParametricPlot3D[{(2 + Cos[v])Cos[u], (2 + Cos[v])Sin[u], Sin[v]}, {u, 0, 2Pi}, {v, 0, 2Pi}, Axes -> None, Boxed -> False]
అవుట్‌పుట్
-Graphics3D-
దశ 14
Show[sp, pp3]
అవుట్‌పుట్
-Graphics3D-
దశ 15
watermark = Style["Done", 36, Bold, Opacity[.6]]
అవుట్‌పుట్
Done
దశ 16
SphericalPlot3D[ϕ, {θ, 0, Pi}, {ϕ, 0, 3Pi}, Boxed -> False, Axes -> None, Epilog -> Inset[watermark, Automatic, Automatic, Automatic, {1, 1}]]
అవుట్‌పుట్
-Graphics3D-

వాడిన ఫంక్షన్లు

సంబంధిత రెసిపీలు

అన్ని రెసిపీలు · ఫంక్షన్ రిఫరెన్స్ · దీన్ని MCP క్లయింట్ నుండి వాడండి