在 IDL 中用科学记数法绘图
我想知道在使用 IDL 的绘图包绘制图表时是否可以(以及如何)以科学计数法绘制数字(例如 4e2 而不是 400)。
I would like to know if it is possible ( and how to ) plot numbers in scientific notation (e.g. 4e2 instead of 400) while plotting diagrams with IDL's plot package.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 IDL 的标准格式代码和 [XY]TICKFORMAT 关键字指定刻度值的格式。例如,要指定 x 轴值的科学记数法,请使用以下命令:
You can specify a format for tick values using IDL's standard formatting codes and the [XY]TICKFORMAT keywords. For example, to specify scientific notation for the x axis values, use the following: