-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Labels
Description
how to make tick direction inside the triangle,not outside?
for example ,I can adjust tick direction in matplotlib easily with sentence “plt.rcParams['xtick.direction'] = 'in'
plt.rcParams['ytick.direction'] = 'in'”
But, I do not know how to make it in ternary.
I would be very grateful if anyone could provide relevant suggestions
Mr-Liu-CUG and maximweb