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?

More than 1 year has passed since last update.

tikz rotate nameで指定した場合に回転しない?

Posted at
88 \path(0,0) node[name=o]{};
 89 \path(30:4) node[name=a]{};
 90 \path(50:2.5)++(0.5,0) node[name=b]{};
 91 \path(0:4) node[name=c]{};
 92 \large
 93 \path[draw,color=black,line width=0.5pt] (0,0) --(a);
 94 \path[draw,color=black,line width=0.5pt,rotate=40] (0,0) --(a);

rotateで回転させたいが(3,3)みたいな感じで直接指定して書いたpathは回転するが、上の行でnameで名前をつけたもので(a)みたいに座表を指定した場合は、うまくtotateが働いていない?

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?