【Mathematica】怎么产生Graphics图

2024-10-12 16:51:05

1、首先,Mathematica中各种以Plot结尾的命令,都可以得到Graphics:

【Mathematica】怎么产生Graphics图

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

【Mathematica】怎么产生Graphics图

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

【Mathematica】怎么产生Graphics图

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

【Mathematica】怎么产生Graphics图
猜你喜欢