求助,运行之后无法出现图像
mathematica吧
全部回复
仅看楼主
level 3
木蓂樱 楼主
data = Table[(1 + 1/i)^i, {i, 10}];
ListPlot[data, PlotRange \[RightArrow] {0, 2},
PlotStyle \[RightArrow] PointSize[0.020]]
在mathematica8.0上运行,最后是这样的,请问要怎么改才能输出图像,我按照高数书上面输得呀……
2018年12月14日 13点12分 1
level 3
木蓂樱 楼主
不知道为什么书上面的例题输进去之后都是不会出现图像的,只列出结果
2018年12月14日 13点12分 3
level 3
木蓂樱 楼主
是listplot里面的格式错了吗?
2018年12月14日 16点12分 5
level 10
data = Table[(1 + 1/i)^i, {i, 10}];
plotstyle = {PointSize[0.02], Red};
ListPlot[data, PlotStyle -> plotstyle, PlotRange -> All]
2018年12月18日 12点12分 6
喔,好的,谢谢
2018年12月22日 16点12分
1