Skip to main content

Questions tagged [subplot]

The tag has no usage guidance.

0 votes
2 answers
323 views

Multiple horizontally aligned subfigures

I am having a little bit of trouble trying to display multiple figures aligned horizontally in a same row, I am using the following LaTeX commands, and I obtain the following misplaced figure: \...
Eduardo Zárate's user avatar
0 votes
1 answer
110 views

Change position of caption in subplots

Hello I am trying to change the positioning of the character designatd to each sublot. Right now I have three subplots wihich are next to each other: \begin{figure}[h!] \centering \begin{subfigure}[b]...
NotARobot's user avatar
1 vote
1 answer
27 views

How to place only the first subfigure at the centre?

I have the following code: \begin{figure}[t!] \caption{Caption} \label{fig:1} \begin{subfigure}[c]{0.5\textwidth} \includegraphics[width=\linewidth]{fig1} \caption{} \label{fig:a} \end{subfigure} \...
MCarsten's user avatar
0 votes
1 answer
219 views

Alignment problem with a subfigure histogram plot

I am facing an alignment problem with a subfigure plots, that I do not have any clue how to fix it, and I have tried to make theme as image, but I have the same problem. The main problem is shown in ...
Fuji's user avatar
  • 13
0 votes
0 answers
760 views

Subplots don't plot next to each other (Overleaf)

I am trying to put two subplots next to eachother under one big subplot, with this code: \begin{figure} \centering \begin{subfigure}[b]{0.9\linewidth} \includegraphics[width=\linewidth]{figures2/...
BrakkoFTW's user avatar
0 votes
0 answers
21 views

Subplot does not give expected results

I used subplot code presented by overleaf and the only thing I change was adding my own figures. The result is totally wrong :) I thought it may be the problem of the size but even by adjusting the at ...
Maciek Woźniak's user avatar
1 vote
2 answers
2k views

How to include a set of four subplots (2x2) as one subplot of another set of (2x2) subplots using groupplots?

What I am looking for is something like this: and I have tried the next MWE: \documentclass[10pt,a4paper]{article} \usepackage{tikz} \usepackage{pgfplots} \usepgfplotslibrary{groupplots} \begin{...
John Fontecha's user avatar
1 vote
1 answer
93 views

subplot layout - Noise waveform with modifiable offset

I'm trying to build a graph with the layout similar to the figure below: I'm using the 'minipage' environment and my code is shown below. \section{Figures} \begin{figure}[H] \centering \...
N Ericson's user avatar
6 votes
2 answers
798 views

How to make full use of paper margin

I have a five pics presented on one page. I find that the pics are so small I want to magnify them. But when I use larger \linewidth in the \includegraphics, pics are overlapped together. I think the ...
Yuchi's user avatar
  • 61
0 votes
1 answer
655 views

Tikz | Subplots not really alignment [duplicate]

I am having trouble at aligning the following plots (see code below). I have removed the x values to better use the available space. But as you can see in the picutre the horizontal distance is not ...
MrYouMath's user avatar
  • 680
1 vote
1 answer
352 views

Different sized subplot in tex file

I am looking for a way to create subplot like following I have created a fig_subplot.tex file \begin{subfigure}[b]{.48\linewidth} \centering \includegraphics[width=.99\textwidth]{1.eps} \...
NAASI's user avatar
  • 2,839
0 votes
0 answers
59 views

reduce gap between subfigure and subcaption [duplicate]

I am trying to reduce the gap between the subfigure and the subcaption. \captionsetup[subfigure]{labelformat=empty, aboveskip=10pt} but the line of code above does not work. \begin{figure} \...
Kong's user avatar
  • 2,483
0 votes
1 answer
302 views

Subplot - How to put title vertical at the side?

I am trying to have the title/caption to be at the side of the figure and vertical and also without the (a), (b), etc. This is my code below and what I have. \begin{figure} \centering \...
Kong's user avatar
  • 2,483