Tagged Questions
2
votes
2answers
247 views
subfigures using subfloatrow, overpic, tikz to add rows to annotate imported images/figures
I did my diligent search for a combination of subfloatrow, overpic, and adding arrows for annotation of imported images using tikz, but couldn't find one. These kind of images are typically found in ...
6
votes
3answers
152 views
How to place text and image above the exact subfigure?
I want to draw something like this:
I am able to draw like this:
This is the code for the same:
\documentclass{article}
\usepackage{tikz,subfig}
\begin{document}
\begin{figure}
\centering
...
3
votes
1answer
97 views
Alignment horizontal subcaption and TikZ
I have a problem with the alignment of 2 plots. The Problem is I want the captions to be horizontal aligned. Also the x-axis should be horizontal aligned!
Is there a way to do that?
...
4
votes
1answer
312 views
Multiply defined label warnings when using Subcaption in a Tikz picture
In an earlier question, I asked how to create zoomed highlights of a larger image automatically. User Jake provided an excellent solution using TikZ. However, when subcaptions and hyperref are added ...
6
votes
2answers
4k views
Missing number, treated as zero
A follow-up question to this one Aligning subcaptions with tikz pictures vertically
This is the code I am using, worked to a pretty minimal scenario:
\documentclass{article}
\usepackage{float, ...
5
votes
1answer
497 views
Aligning subcaptions with tikz pictures vertically
A simple follow-up question to this one How to place and scale TikZ pictures in subfigure? I shamelessly copied the same code that was presented in the answer there because it fits my needs exactly as ...
4
votes
1answer
496 views
Subcaptions for TikZ pictures
I'd like to put (sub)captions under the diagrams on the right hand side of the equation in the following code. For example, I'd like to label them (a) through (e).
Thanks in advance for any help!
...

