6
votes
0answers
203 views

Plots not perfectly aligned vertically [closed]

I created this two plots using pgfplots package and put in the page using subfig package. This is a part of the code I used to create it. \begin{figure}[htp] \centering ...
6
votes
1answer
277 views

How to vertically align two pgfplots in subfigures?

I want to have two subfigures in a figure. Each subfigure contains a simple pgfplot. Here is what I have: \documentclass[12pt]{article} \usepackage{subcaption} \usepackage{pgfplots} ...
3
votes
1answer
290 views

Problem with subfig and pgfplots' graphs

I have a problem with the subfigenvironment. My two graphs created with pgfplots are too large to stay together. How can I fix that? % Graphique \begin{figure} \centering \subfloat[]{$\tau = ...
0
votes
0answers
396 views

combining pgfplots and subfigure [closed]

I would like to combine several pgfplot pictures in one figure with the help of the subfigure package. The code is the following: \usepackage{subfigure} \usepackage{pgfplots} % Image: ...