|
SOLUTIONS
|
MATHEMATICA 内置符号
ListLogPlot
ListLogPlot[{y1, y2, ...}]
构建一个
对数图,与 x 坐标 1、2、... 相对应.
ListLogPlot[{{x1, y1}, {x2, y2}, ...}]
构造一个 x 和 y 值指定列表的对数图.
ListLogPlot[{list1, list2, ...}]
绘制几个值列表.
更多信息更多信息
- ListLogPlot[list] 缺省情况下把各个值作为单独的点绘制.
- ListLogPlot[list, Joined->True] 连接列表值,绘制一条线.
- ListLogPlot 有效绘制 {xi, Log[yi]} ,但用刻度标记标明基础值
. - ListLogPlot 使指数以直线形式出现.
- ListLogPlot 具有和 ListPlot 相同的选项.
版本 6 的新功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »






