0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

tikzlingsで動物たちを好きな場所に配置

Posted at

動物を普通に表示するのは簡単だけど、好きな座標に配置する方法が難しかったのでメモ


\newbox\marmotbox
			\savebox{\marmotbox}{\marmot[xscale=1,yscale=1]}
			\newbox\squirrelbox
			\savebox{\squirrelbox}{\squirrel[xscale=1,yscale=1]}

			\node[anchor=south] at (0,0) {\usebox{\marmotbox}};
			\node[anchor=south] at (2,0) {\usebox{\squirrelbox}};

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?