Tagged Questions
4
votes
1answer
112 views
Drawing a grid on each image inside the array of images
Please see what I have written,when I need individual grid on each of picture inside my figure-array. In contrast to previews question Drawing a grid on array of images. Question now is why I can't ...
4
votes
3answers
147 views
Drawing a grid on array of images
I have nice story to tell with pictures. There Maltese type cross which is processing and twisting at the same time. So to make it more visual in paper i need grid something like this Drawing on an ...
1
vote
1answer
129 views
Figures in subfigure not aligned
I have 2 figures identical in size, I even aligned them myself in Illustrator, just to be sure, and when I put them in subfigure side by side, they are not horizontally aligned!
The worst part is, I ...
1
vote
1answer
203 views
Dealing with figures in LaTeX
I have two figures I want them to be side-by-side, and I have two issues:
1) How to make both figures have the same size? I know that dimensions are not the same for both figures, but how can I make ...
1
vote
3answers
91 views
Centering figure consisting of subfigures
I currently have a graph that uses subfigures as follows:
\begin{figure}[!htbp]
\centering
\begin{subfigure}[b]{0.3\textwidth}
\centering
...
6
votes
2answers
220 views
compare two diagrams side by side
I'm trying to compare two diagrams in pdf format side by side.
I have this post - Two figures side by side to get some hint.
This is the code that I'm coming up with.
\begin{figure}
...
6
votes
1answer
304 views
Using subcaption with graphicx: How to solve the “Missing number treated as zero” problem?
I'm trying to use the subcaption package to build composite figures. When I try to include an image using \includegraphics{}. I get the error beneath. I know this is very similar to Subfloat with ...
2
votes
1answer
158 views
Font-sizes in figures and subfigures
Assume the following example of two images inside a figure environment
The left image uses font-size 10 and is not scaled. Therefore, the numbers on the axes are of the same size as the Main ...
3
votes
1answer
328 views
centering figure, containing a \subfigure with customized \includegraphics
My Problem:
I would like to have all images in my Latex document beeing well sized in height and width. Precisly I want, that protrait and landscape images get a predefined size in the document. I got ...
1
vote
1answer
140 views
Placing several pictures in one line, but with linebreak
I am trying to plot several pictures in one line, but only two per line and then the next two in the next line. And I want it all to be in one Figure so that I have only one caption. I can place ...
4
votes
2answers
272 views
subfloat text overflow onto the second line and remove gap between the image identifier and beginning of text
I have three images that i need to show on the same horizontal level.
THe problem that iam having is that the image description that i place below is overflowing on to the second line. Moreover there ...
3
votes
3answers
2k views
How to vertically align 3 images with subfigure?
This code:
\begin{figure*}[t]
\begin{center}
\begin{subfigure}[a]{0.3\textwidth}
\label{im:device_front}
\includegraphics[width=\textwidth]{images/bsn_side}
...
4
votes
3answers
159 views
Rotating a set of pictures aligned in multiple rows
I made a figure that displays 2x3 images. However, I would like the whole figure, except the caption, to be rotated for 90 degrees. Here is the code that I tried to adjust by 'rotatebox' command:
...
1
vote
1answer
3k views
\subfloat command from subcaption package doesn't produce bottom margin if used in table
I'm trying to typeset a table of images.
If image inserted into cell with \subfloat (subcaption package included), resulting box will be w/o bottom margin, but top, left and right margins will be ok.
...
1
vote
1answer
2k views
Move the position of figure subcaption of subfloat command
As the following code shows, it will label an 'a' and 'b' under each picture. How can I put the label at the left-top corner of each figure?
\documentclass{article}
\usepackage{graphicx}
...
0
votes
1answer
454 views
Place a grid of pictures (2x2) with captions
I have 4 photos that I would like to place in in grid on my pages and add a caption to each photo. Does anyone know how to do this?
53
votes
4answers
3k views
How to create magnified subfigures and corresponding boxes for portions of a large image
Updated Below
I hope the title gets at what I'm trying to do. I have a large image for a thesis on an image processing topic, and I want show the large image, with zoomed in boxes (typically with the ...
2
votes
1answer
2k views
Alignment and scaling of nested subfigures
Update: Read this first
I originally asked this question to find out how I would show a large image with magnified portions of the same image next to it. I was doing this by manually cropping copies ...
2
votes
1answer
496 views
Make Caption of Image longer than Image in Subfloat
I have little icons (48x48) and I want to display them using subfloat. To prevent that images from being pixelated I set the width to 1cm. But now the caption has also a length of 1cm and looks ...
2
votes
2answers
394 views
Side by side images problem
I am having some problems using sub-floats. I am trying to put two images side by side in the same row to avoid wasting space, for which I used sub-floats. However, they touch each other that it is ...
3
votes
2answers
2k views
Grouping Many Images in One Page
I have a section which describes a set of 6 images. After adding the section and the images just below it, the images were not placed in the correct place. Some of them were placed after the section, ...
8
votes
5answers
985 views
Seamless background of subfigure bodies, but not captions
I have 3 sub-figures:
\begin{figure}
\subfloat[Apple]{
\includegraphics{apple}
}
\subfloat[Orange]{
\includegraphics{orange}
}
\subfloat[Cherry]{
...