plot opimage2d × axes → image2dimport fullseye as fs; fs.ledger.ticks(img, axes, xticks=None, yticks=None, color='neutral', width=1, tick_len=5, label=True, label_fmt='{:g}', font_size=11, font_path=None, scheme='okabe_ito', text_color=None, style=None) (実装を直接呼ぶなら import annotate; annotate.ticks(img, axes, xticks=None, yticks=None, color='neutral', width=1, tick_len=5, label=True, label_fmt='{:g}', font_size=11, font_path=None, scheme='okabe_ito', text_color=None, style=None)、台帳から引くなら opsannotate.get("ticks"))目盛りとその数値。位置は閉形式(:func:data_to_pixel そのもの)。
目盛りは枠の外側へ tick_len px 出す。ラベルは目盛りの外側に置くので、
軸の周りに余白が無ければ :func:text_box の境界検査が例外にする
(= 図の外に文字が消える事故が起きない)。
ValueError tick_len が負、ラベルが画像に収まらない。
py -3.11 examples/annotate_gallery.pypy -3.11 examples/annotate_paper_tour.pyimage2d を入力に取れる)text_box · arrow · leader_line · label_points · crosshair · legend_box · color_bar · scale_bar
plot)axes_transform · data_to_pixel · nice_ticks · axes_frame · grid_lines · plot_series
Provenance: annotate.py — ANNOTATE operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.