\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}
- Un parallèlipipède avec Latex
- draw curved lines with tikz
- Coordonnées relatives avec angles
- colorer un angle (arc)
- figure, circle, rectangle, axes
- Syntax des abreviations de coordonées dans Latex
- Deux parallèles et une sécante
- Figure : cercle , diametre et intersections
- Dashed polygone with dashed pattern
- Squares
- Médiatrice et hauteur d'un triangle
- المتوسط ، الإرتفاع والمنصف
Most viewed courses:
الحساب المثلثي 1
Subject: Maths
Class: Tronc Commun Sciences
Views: 93.86K
- 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: 2 Bac Science
Views: 93.13K
- 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
سلسلة تمارين علوم رياضية
Subject: Maths
Class: 2 Bac Science Maths
Views: 62.74K
سلسلة وقم 1 الإشتقاق وتطبيقاته
Subject: Maths
Class: 1 BAC Science
Views: 43.88K
0 Comments, Latest