Historique des modifications [retour]
cliquez ici pour masquer/afficher la révision 3

04 Jui '20, 22:16

samcarter's gravatar image

samcarter
8.6k2817

\documentclass{article} \usepackage{xcolor} \usepackage{pgfplots} \pgfplotsset{width=7cm,compat=1.17} \pgfplotsset{compat=newest} \definecolor{Firebrick3}{rgb}{0.804,0.150,0.150} \begin{document} \begin{tikzpicture} \begin{tikzpicture} \begin{axis} \addplot+ [ mark=*,thick,smooth, \addplot+[ Firebrick3, mark size=3pt, mark=*, mark options={fill=Firebrick3}, thick, smooth, error bars/.cd, y dir=both, y explicit, explicit ] coordinates { (0,122)+- (0,30) (400,119)+- (0,10) (800,140)+- (0,50) (1000,765)+- (0,10) (1200,112)+- (0,210) (1600,0)+- (0,10) (0,122)+-(0,13) (400,119)+-(0,22) (800,140)+-(0,34) (1000,765)+-(0,135) (1200,112)+-(0,20) (1600,0) }; \end{axis} \end{tikzpicture} \end{document} ![alt text][1] [1]: https://texnique.fr/osqa/upfiles/Screen_Shot_2020-06-04_at_14.57.53.pnghttps://texnique.fr/osqa/upfiles/Screen_Shot_2020-06-04_at_21.12.39.png
cliquez ici pour masquer/afficher la révision 2

04 Jui '20, 16:01

samcarter's gravatar image

samcarter
8.6k2817

\documentclass{article} \usepackage{pgfplots} \pgfplotsset{width=7cm,compat=1.17} \begin{document} \begin{tikzpicture} \begin{axis} \addplot+ [ mark=*,thick,smooth, error bars/.cd, y dir=both, y explicit, ] coordinates { (0,122)+- (0,30) (400,119)+- (0,10) (800,140)+- (0,50) (1000,765)+- (0,10) (1200,112)+- (0,210) (1600,0)+- (0,10) }; \end{axis} \end{tikzpicture} \end{document}\end{document} ![alt text][1] [1]: https://texnique.fr/osqa/upfiles/Screen_Shot_2020-06-04_at_14.57.53.png
cliquez ici pour masquer/afficher la révision 1

04 Jui '20, 16:00

samcarter's gravatar image

samcarter
8.6k2817