Search found 1 match

by TobiWanKenobias
Tue Jun 14, 2022 9:00 pm
Forum: Graphics, Figures & Tables
Topic: Filling of bounded area - Tikz
Replies: 1
Views: 2359

Filling of bounded area - Tikz

Hello

Can someone help me cut this brown area, so it is only inside the dashed lines? :-)

\documentclass{memoir}
\usepackage{tikz}

\begin{document}
\begin{tikzpicture}
\draw[style=help lines] (-0.5,-0.2) grid (8,6.5);
\centering
\clip(-0.5,-0.2) rectangle (8,6.5);
\draw[black,very thick ...