由买买提看人间百态

topics

全部话题 - 话题: plotrange
(共0页)
E**E
发帖数: 103
1
你是说Mathematica?
加上: PlotRange->All就行了
比如:ListPlot[list,PlotRange->All]
s*******i
发帖数: 12823
2
应该没问题。show加个plotrange的设定
Show[Plot[Sin[x], {x, 0, Pi}], Plot[Cos[x], {x, Pi, 2 Pi}],
PlotRange -> {{0, 2 Pi}, {-1, 1}}]
z****s
发帖数: 192
3
Mathematica代码如下,有兴趣的可以一试.;)
f[x_, y_] = 5 + (-Sqrt[1 - x^2 - (y - Abs[x])^2])*Cos[30 ((1 - x^2 - (y -
Abs[x])^2))]
Plot3D[f[x, y], {x, -1, 1}, {y, -1, 1.5}, PlotRange -> {{-1, 1}, {-1, 1.5},
{1, 12}}]
h********r
发帖数: 821
4
来自主题: Chemistry版 - 请问有关mathematic的问题: (转载)
PlotRange->All
帮助文件里面啥都有,自己看一下就好了。
d****n
发帖数: 12
5
Re[\[Omega]4]}, {kv, -5, 5}, PlotRange -> All,
PlotStyle -> {Red, Green, Blue, Yellow}]
s***e
发帖数: 911
6
来自主题: Science版 - 再请教一个mathematica问题

plot1=Plot[f1[x],{x,0,2}];
plot2=Plot[f2[x],{x,1,3}];
Show[plot1,plot2,PlotRange->{{0,3},{y1,y2}}]
(共0页)