colorer un angle (arc)
📅 March 16, 2024 | 👁️ Views: 229
\documentclass{standalone}
\standaloneconfig{border=2mm 2mm 2mm 2mm}
\usepackage{pgfplots}
\usetikzlibrary{calc}
\pgfplotsset{compat=1.18}
\pgfplotsset{
standard/.style={
axis line style = thick,
trig format=deg,
axis x line=middle,
axis y line=middle,
enlarge x limits=0.15,
enlarge y limits=0.15,
every axis x label/.style={at={(current axis.right of origin)},anchor=north west},
every axis y label/.style={at={(current axis.above origin) },anchor=south east},
%grid=both,
%grid style=dashed,
ticklabel style={font=\tiny, fill=white}
}
}
\begin{document}
\begin{tikzpicture}
\begin{axis}[standard,
xtick={-2,-1,...,4},
ytick={-1,0,...,3},
yticklabel={$\pgfmathprintnumber{\tick}i$},
xticklabel={$\pgfmathprintnumber{\tick}$},
xmin=-2, xmax=4.3,
ymin=-1, ymax=3.3]
\node[below left] at (axis cs:0,0){$O$};
\draw[->,thick, blue] (0,0) -- ++(45:1)
node[midway, sloped, above , xshift=0.3cm] {$\overrightarrow{OM}$} coordinate (M);
\fill[orange!20!yellow] (0,0) -- (0.7,0) arc [start angle=0, end angle=45, radius=0.5];
\draw[->,thick, red] (0.7,0) arc (0:45:0.5);
\draw[thin, dashed] (M) -- (M|-0,0) node[red, below, font=\tiny] {$x_{M}$};
\draw[thin, dashed] (M) -- (M-|0,0) node[red, left, font=\tiny] {$y_{ M}$};
\begin{scriptsize}
\node[below right] at (0.6,0.4) {\tiny$\theta$};
\node[above] at (M) {\tiny$M$};
\end{scriptsize}
\end{axis}
\end{tikzpicture}
\end{document}
\documentclass{standalone}
\standaloneconfig{border=2mm 2mm 2mm 2mm}
\usepackage{pgfplots}
\usetikzlibrary{calc}
\pgfplotsset{compat=1.18}
\pgfplotsset{
standard/.style={
axis line style = thick,
trig format=deg,
axis x line=middle,
axis y line=middle,
enlarge x limits=0.15,
enlarge y limits=0.15,
every axis x label/.style={at={(current axis.right of origin)},anchor=north west},
every axis y label/.style={at={(current axis.above origin) },anchor=south east},
%grid=both,
%grid style=dashed,
ticklabel style={font=\tiny, fill=white}
}
}
\begin{document}
\begin{tikzpicture}
\begin{axis}[standard,
xtick={-2,-1,...,4},
ytick={-1,0,...,3},
yticklabel={$\pgfmathprintnumber{\tick}i$},
xticklabel={$\pgfmathprintnumber{\tick}$},
xmin=-2, xmax=4.3,
ymin=-1, ymax=3.3]
\node[below left] at (axis cs:0,0){$O$};
\draw[->,thick, blue] (0,0) -- ++(45:1)
node[midway, sloped, above , xshift=0.3cm] {$\overrightarrow{OM}$} coordinate (M);
\fill[orange!20!yellow] (0,0) -- (0.7,0) arc [start angle=0, end angle=45, radius=0.5];
\draw[->,thick, red] (0.7,0) arc (0:45:0.5);
\draw[thin, dashed] (M) -- (M|-0,0) node[red, below, font=\tiny] {$x_{M}$};
\draw[thin, dashed] (M) -- (M-|0,0) node[red, left, font=\tiny] {$y_{ M}$};
\begin{scriptsize}
\node[below right] at (0.6,0.4) {\tiny$\theta$};
\node[above] at (M) {\tiny$M$};
\end{scriptsize}
\end{axis}
\end{tikzpicture}
\end{document}
Related Courses, Exams, and Exercises
- Coordonnées relatives avec angles Course
- Dashed polygone with custom pattern Course
- Dashed polygone with dashed pattern Course
- Deux parallèles et une sécante Course
- draw curved lines with tikz Course
- Figure : cercle , diametre et intersections Course
- figure, circle, rectangle, axes Course
- Médiatrice et hauteur d'un triangle Course
- Squares Course
- Syntax des abreviations de coordonées dans Latex Course
- Un parallèlipipède avec Latex Course
- المتوسط ، الإرتفاع والمنصف Course
Course PDF:
📥 Download colorer un angle (arc) (PDF)
if you find this content helpful, Please consider supporting me with a small donation
إن وجدت هذا المحتوى مفيدا، من فضلك إدعمني بمبلغ بسيط كتبرع
Buy me a coffee — إشتر لي قهوة
PayPal.me • عبر بايبالOr bank transfer • أو حوالة بنكية
Titulaire : RADOUAN MOSAID RIB : 230 090 6501953211022000 65 IBAN : MA64 2300 9065 0195 3211 0220 0065 BIC / SWIFT : CIHMMAMC
Most Viewed Courses
Tous les sujets des suites numériques des examens nationaux 2008 - 2022
Views: 1.63K
Exam • Maths • 2 Bac Science
DM 1 - Arithmetiques, Calcul vectoriel et projection
Views: 1.56K
Exercise • Maths • Tronc Commun Sciences
MATHEMATIQUES Examens nationaux 2003-2021 2 Bac.Sciences expérimentales
Views: 1.52K
Exam • Maths • 2 Bac Science
Control 01 S01 En arithmétiques et Calcul vectoriel - A 2025-2026
Views: 1.49K
Exam • Maths • Tronc Commun Sciences
Recent Articles
Boosting LaTeX Editing with Custom Vim Mappings
23 Nov 2025
Quran Search: A Feature rich and modern design
13 Feb 2025