Mathematica基础——各种生僻的Plot函数

2024-10-18 08:54:08

1、AudioPlot,绘制“声音”对应的波形:a = Audio["ExampleData/rule30.wav"]; AudioPlot[a, PlotRange -> {All, All}]

Mathematica基础——各种生僻的Plot函数

3、绘制sRGB色彩空间的色度图:ChromaticityPlot["sRGB"]

Mathematica基础——各种生僻的Plot函数

5、DateListLogPlot绘制一个对数兔脒巛钒图,对应了每一个具体日期的数值:DateListLogPlot[Range[50, 1000, 50], {2007, 1, 1}]对比下面的效果:肛舀辨乔DateListPlot[Range[50, 1000, 50], {2007, 1, 1}]DateListStepPlot[Range[50, 1000, 50], {2007, 1, 1}]

Mathematica基础——各种生僻的Plot函数Mathematica基础——各种生僻的Plot函数Mathematica基础——各种生僻的Plot函数Mathematica基础——各种生僻的Plot函数Mathematica基础——各种生僻的Plot函数Mathematica基础——各种生僻的Plot函数Mathematica基础——各种生僻的Plot函数Mathematica基础——各种生僻的Plot函数

10、FeatureSpacePlot[Rasterize /@ Alphabet[]]提取一系列图片的特征,并把所有的特征绘制成散点图。

Mathematica基础——各种生僻的Plot函数

12、GeoRegionValuePlot绘制不同地理位置的区域范围,并着不同的颜色:GeoRegionValuePlot [{Ctrl+shandong->3.6,Ctrl+hebei->6,Ctrl+gansu->0.6}]你们看看,河北的地理位置对吗?

Mathematica基础——各种生僻的Plot函数
猜你喜欢