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 3 years have passed since last update.

【23_くりこみ】コマ大数学科

Last updated at Posted at 2021-01-25

【23_くりこみ】コマ大数学科

image.png

\begin{tikzpicture}
    % 長方形
    \filldraw [fill=black!50!white] (-2,-2) rectangle (0,0); 
    % 線を描く
    \draw [very thick](-2,0)--(0,0)--(0,-2);
    % 板を積み重ねていく
    \foreach \x/\y in {0.2/0.3,0.5/0.6,0.9/0.9,1.3/1.2,2/1.5}
    {\filldraw [fill=yellow!50!white] ({-1.5+\x},{\y-0.3}) rectangle ++(2,0.3); }
    % 1枚分を判断する線
    \draw [dashed] (0,0)--(0,2);
    \node at (-1,-1)[fill=white]{};
  \end{tikzpicture}
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?