| bio | website | |
|---|---|---|
| location | Tomsk, Russia | |
| age | 20 | |
| visits | member for | 6 months |
| seen | Mar 3 at 15:35 | |
| stats | profile views | 4 |
|
Oct 29 |
awarded | Scholar |
|
Oct 29 |
accepted | Lines with label in Plot options syntax |
|
Oct 28 |
asked | Lines with label in Plot options syntax |
|
Oct 26 |
comment |
How can I make hatching filling of plot One more question. I get hatches, but I can't combine it with main plot. I used: Show[
RegionPlot[x1[w] > x2[g] && (x1[w + 0.2]) < (x2[g + 0.2]),
{w, 1.5, 5}, {g, 1.5, 5},
AxesOrigin -> {0, 0},
Axes -> Automatic,
PlotStyle -> Transparent,
Frame -> False,
Mesh -> 20,
BoundaryStyle -> None,
MeshFunctions -> {#1 - #2 &}
],
ParametricPlot[{x1[w], x2[w]}, {w, 1.5, 5}]
]
I'd tried ListLinePlot, ParametricPlot and both orders. But it's show only the first plot. Also, I tried another RegionPlot, but I don't think that is good way. Which way is better? |
|
Oct 25 |
awarded | Supporter |
|
Oct 25 |
comment |
How can I make hatching filling of plot Thank you! That's all I need. |
|
Oct 24 |
awarded | Student |
|
Oct 24 |
asked | How can I make hatching filling of plot |