0

有没有办法在 python 中绘制光谱,使其具有方形水平(直方图“类似”;因此考虑光谱分辨率),而不是简单地连接点的连续线?

4

1 回答 1

0

在 matplotlib 中,这是最常用的绘制光谱的包,您可以使用该drawstyle='steps-mid'选项。有关详细信息,请参阅http://matplotlib.org/api/axes_api.html?highlight=plot#matplotlib.axes.Axes.plot

在这里详细询问和回答了这个问题: http ://www.astrobetter.com/blog/2012/01/27/pretty-plotting-of-spectra-ask-astrobetter/

于 2015-05-17T15:32:06.977 回答