Qurak

Add transparency to plots

ڕێڕەوی کار 10 هەنگاو، بە ڕیز لە یەک دانیشتندا جێبەجێ دەبن. هەموو هەنگاوێک بەرامبەر بزوێنەرەکە جێبەجێ کراوە و دەرئەنجامی خوارەوە ئەوەیە کە دەریکردووە.

هەنگاوی 1
eq = x ^ 2
دەرئەنجام
x^2
هەنگاوی 2
Plot[eq, {x, -2, 2}]
دەرئەنجام
-Graphics-
هەنگاوی 3
eq2 = -x ^ 2
دەرئەنجام
-x^2
هەنگاوی 4
eq = x ^ 4 + y ^ 4 - 5 x ^ 2 * y ^ 2
دەرئەنجام
x^4 - 5*x^2*y^2 + y^4
هەنگاوی 5
Plot3D[eq, {x, -3, 3}, {y, -3, 3}]
دەرئەنجام
-Graphics3D-
هەنگاوی 6
eq2 = -100 - x ^ 4 - y ^ 4 + 5 x ^ 2 * y ^ 2
دەرئەنجام
-100 - x^4 + 5*x^2*y^2 - y^4
هەنگاوی 7
Graphics[Disk[]]
دەرئەنجام
-Graphics-
هەنگاوی 8
Row[Table[
	Graphics[{Opacity[n], Disk[]}, ImageSize -> Scaled[.1]],
	{n, 0.1, 1, 0.3}]]
دەرئەنجام
-Graphics--Graphics--Graphics--Graphics-
هەنگاوی 9
Row[Table[
	Graphics[{Red, Opacity[n], Disk[]}, ImageSize -> Scaled[.1]],
	{n, 0.1, 1, 0.3}]]
دەرئەنجام
-Graphics--Graphics--Graphics--Graphics-
هەنگاوی 10
Manipulate[RegionPlot[
	{x - y ≥ t, x + y ≥ s}, {x, -3 Pi, 3 Pi}, {y, -3 Pi, 3 Pi},
	PlotPoints -> 30,
	PlotStyle -> {Directive[Red], Directive[Blue, Opacity[0.5]]}
	],
	Style["Solving the system of inequalities: x-y ≥ t and x +y ≥ s", Bold, 12],
	{{s, 0}, -20, 20}, {{t, 0}, -20, 20}
	]
دەرئەنجام
Manipulate[RegionPlot[{x - y >= t, x + y >= s}, {x, -3*Pi, 3*Pi}, {y, -3*Pi, 3*Pi}, PlotPoints -> 30, PlotStyle -> {Directive[Red], Directive[Blue, Opacity[0.5]]}], Solving the system of inequalities: x-y ≥ t and x +y ≥ s, {{s, 0}, -20, 20}, {{t, 0}, -20, 20}]

فەنکشنە بەکارهاتووەکان

ڕەچەتە پەیوەندیدارەکان

هەموو ڕەچەتەکان · سەرچاوەی فەنکشنەکان · ئەمە لە کڵایەنتێکی MCP ەوە بەکاربهێنە