\documentclass{standalone}
\standaloneconfig{margin=2mm}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\usetikzlibrary{patterns}
% Custom -45 degree dashed pattern definition
\pgfdeclarepatternformonly{diagonal dashes}{\pgfpoint{0pt}{0pt}}{\pgfpoint{20pt}{20pt}}{\pgfpoint{20pt}{20pt}}%
{
\pgfsetlinewidth{0.5pt}
\foreach \i in {-20, -10, ..., 20} {
\pgfpathmoveto{\pgfpoint{0pt}{\i pt}}
\pgfpathlineto{\pgfpoint{20pt}{20pt+\i pt}}
}
\pgfusepath{stroke}
}
\begin{document}
\begin{tikzpicture}[scale=1.00]
\begin{axis}[axis lines=center,
xlabel={$x$},
ylabel={$y$},
ytick={-1,0.5,1,1.5,2,3},
xtick={-1.5,1,2.2,3},
xmin=-4.5,xmax=5,
ymin=-2,ymax=2,
unbounded coords=jump,
samples=200,
xticklabel style={font=\tiny},
yticklabel style={font=\tiny},
]
\coordinate (A) at (-2,-1);
\coordinate (B) at (0,-1);
\coordinate (C) at (2,1);
\coordinate (D) at (0,1);
% Fill the polygon with a custom -45 degree dashed pattern
\fill[pattern=diagonal dashes, pattern color=black!20] (A) -- (B) -- (C) -- (D) -- cycle;
% Draw the outline of the polygon
\draw (A) -- (B) -- (C) -- (D) -- cycle;
\draw (0,0) circle (0.1cm);
\node[right] at (B) {$v=u-1$};
\node[right,rotate=45] at (D) {$v=u+1$};
\end{axis}
\end{tikzpicture}
\end{document}
Leave a comment if you like this content أترك تعليقا إن أعجبك المحتوى
Most viewed courses:
سلسلة تمارين علوم رياضية
Subject: Maths
Class: 2 Bac Science Maths
Views: 47.22K
اتصال دالة عددية
Subject: Maths
Class: 2 Bac Science
Views: 26.02K
- Série 1 : continuité et dérivation
- Examens Nationaux de Mathématiques pour les Filères PC et SVT de 2008 à 2022
- MATHEMATIQUES Examens nationaux 2003-2021 2 Bac.Sciences expérimentales
- Control n 1 : continuité et dérivation
- Control n 1 : continuité et dérivation v2
- Devoir Libre n 1 : continuité et dérivation v2
- Devoir libre : limite d'une suite numérique et étude d'une fonction
الحساب المثلثي 1
Subject: Maths
Class: Tronc Commun Sciences
Views: 20.55K
- Série exercices: Calcul Trigonométrique
- Devoir Surveillé 1 Calcul Trigonométrique
- Devoir à la maison 1 Calcul Trigonométrique
- Devoir 2 S02 de généralités des fonctions et trigonométrie
- Devoir Surveillé 1 S02 Calcul Trigonométrique A - B
- Devoir Surveillé 1 S02 Calcul Trigonométrique C - D
- Devoir Surveillé 1 S02 Calcul Trigonométrique E - F
الجداء السلمي وتطبيقاته
Subject: Maths
Class: 1 BAC Science
Views: 18.60K
الترتيب في IR
Subject: Maths
Class: Tronc Commun Sciences
Views: 18.51K
- Maths
- 1APIC
- 3APIC
- Tronc Commun Sciences
- Tronc Commun Lettres
- 1 BAC Science
- 1 BAC Science Maths
- 1 Bac Lettre
- 2 Bac Science
- 2 Bac Science Maths
- Discussions
- Physics
- 1 BAC Science
- SVT
- 3 Année Collège
- Tronc Commun Sciences
- 1 BAC Science
- 1 BAC Science Maths
- 1 Bac Lettre
- 2 Bac Science
- Latex
- Templates
- Figures
Most Recent Articles
Most Viewed Articles
0 Comments, Latest
No comments yet. Be the first to Comment