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

03 Sep '17, 02:50

Pathe's gravatar image

Pathe
7.6k49209252

Inserer Insérer un quadrillage dans des courbes pgfplots

J'aimerais ajouter un quadrillage dans mes courbes ECM ECM : \documentclass{yathesis} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{pgfplots} \usepackage{subfig}%\usepackage{floatrow} \begin{document} \begin{figure} \begin{center} \subfloat[OSS-$\alpha$-CD-(DOM-{[1]}-Me)1,6]{ \begin{tikzpicture}[scale=0.75] \begin{semilogxaxis}[ xlabel=Taille (nm), ylabel=Intensité (\%) ] \addplot coordinates { (0,1) (1,10) (2,100) }; \end{semilogxaxis} \end{tikzpicture} } \subfloat[OSS-$\alpha$-CD-(DOM-{[1]}-Na)1,5]{ \begin{tikzpicture}[scale=0.75] \begin{semilogxaxis}[ xlabel=Taille (nm), ylabel=Intensité (\%) ] \addplot coordinates {% (0,1) (1,10) (2,100) }; \end{semilogxaxis} \end{tikzpicture} } \end{center} \caption{Analyses de tensiométrie de différentes OSS-CDs} \label{tensiom} \end{figure} \end{document}
cliquez ici pour masquer/afficher la révision 4

02 Sep '17, 18:54

Aur%C3%A9lienCocq's gravatar image

AurélienCocq
1.2k115666

Inserer un quadrillage dans des courbes pgfplots

J'aimerais ajouter un quadrillage dans mes courbes ECM \documentclass{yathesis} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{pgfplots} \usepackage{subfig}%\usepackage{floatrow} \begin{document} \begin{figure} \begin{center} \subfloat[OSS-$\alpha$-CD-(DOM-{[1]}-Me)1,6]{ \begin{tikzpicture}[scale=0.75] \begin{semilogxaxis}[ xlabel=Taille (nm), ylabel=Intensité (\%) ] \addplot coordinates { (0,1) (1,10) (2,100) }; \end{semilogxaxis} \end{tikzpicture} } \subfloat[OSS-$\alpha$-CD-(DOM-{[1]}-Na)1,5]{ \begin{tikzpicture}[scale=0.75] \begin{semilogxaxis}[ xlabel=Taille (nm), ylabel=Intensité (\%) ] \addplot coordinates {% (0,1) (1,10) (2,100) }; \end{semilogxaxis} \end{tikzpicture} } \end{center} \begin{center} \subfloat[OSS-$\beta$-CD-(DOM-{[1]}-Me)1,6]{% \begin{tikzpicture}[scale=0.75]% \begin{semilogxaxis}[% xlabel=Taille (nm), ylabel=Intensité (\%) ]% \addplot coordinates { (0,1) (1,10) (2,100) }; \end{semilogxaxis} \end{tikzpicture} } \end{center} \caption{Analyses de tensiométrie de différentes OSS-CDs} \label{tensiom} \end{figure} \end{document}
cliquez ici pour masquer/afficher la révision 3

02 Sep '17, 18:42

Aur%C3%A9lienCocq's gravatar image

AurélienCocq
1.2k115666

cliquez ici pour masquer/afficher la révision 2

02 Sep '17, 18:41

Aur%C3%A9lienCocq's gravatar image

AurélienCocq
1.2k115666

cliquez ici pour masquer/afficher la révision 1

02 Sep '17, 18:41

Aur%C3%A9lienCocq's gravatar image

AurélienCocq
1.2k115666

C'est votre première visite ici ? Consultez la FAQ !

×