Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IDL のプロット パッケージを使用して図をプロットする際に、数値を科学表記法 (400 ではなく 4e2 など) でプロットできるかどうか (およびその方法) を知りたいです。
IDL の標準フォーマット コードと [XY]TICKFORMAT キーワードを使用して、目盛り値のフォーマットを指定できます。たとえば、x 軸の値に指数表記を指定するには、次を使用します。
IDL> plot, findgen(10000), xtickformat='(E7.1)'