-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
(しょぼくて恐縮ですが、こういうのは小さくてもどんどんフィードバックを送るべきと思いまして…)
https://tktmyd.github.io/pygmt-howto-jp/mech.html
の下の方に
fig.meca(spec = meca,
scale = '1c',
cmap = True,
)
# 節面を描画するにはもういちど fig.meca を `nodal` オプションをつけて呼ぶ
fig.meca(
spec = meca,
scale = '1c',
pen = 'default,black',
nodal = '0'
)
とありますが、節面を描画するoutline
オプションがあるようです。
すなわち
fig.meca(
spec = meca,
scale = '1c',
cmap = True,
outline=True
)
だけで機能します。
染矢
Metadata
Metadata
Assignees
Labels
No labels