【Mathematica】怎么产生Graphics图
1、首先,Mathematica中各种以Plot结尾的命令,都可以得到Graphics:

3、直接Graphics命令,也可以得到Graphics:Graphics[{Hue[0.5], Disk[]}]

5、则可以通过Show,把img转化为Graphics:

7、Image格式的img,可以执行倍数运算:img*1.5

1、首先,Mathematica中各种以Plot结尾的命令,都可以得到Graphics:
3、直接Graphics命令,也可以得到Graphics:Graphics[{Hue[0.5], Disk[]}]
5、则可以通过Show,把img转化为Graphics:
7、Image格式的img,可以执行倍数运算:img*1.5