Tagged Questions

3
votes
5answers
50 views

How to force two figures to stay on the same page in LaTeX?

I have two images that I want to display on a page as figures. Each eats up little less than half of the space available so there's not much room for any other stuff on that page, …
5
votes
2answers
117 views

Plot Overlay Matlab

How do you take one plot and place it in the corner (or anywhere for that matter) of another plot in Matlab? I have logarithmic data that has a large white space in the upper ri …
1
vote
1answer
73 views

Latex: Page number suppressing when a figure covers the whole page

I want to suppress page number in a page where a figure covers the whole page. \thispagestyle{empty} \begin{figure}[H] \centering \fbox{\includegraphics[height=0.95\texthe …
-1
votes
1answer
53 views

Quality degradation in figures in latex

Images in documents created by latex look worse than their originals. Why is that?
1
vote
3answers
923 views

latex, multicol, figure*

I am using the multicol package, with two columns, and need a figure to span both columns. I am aware of \begin{figure*}, but I do not want the figure to float. I have been googlin …
2
votes
4answers
292 views

Latex: How to make listings subfloats use listing counters, TOC, etc.

I have a macro that do side-by-side figures, below. It uses subfloats, and so it goes in a figure. \newcommand{\listbylist}[6][showlines=true]{ \begin{figure} \subfloat[ …
1
vote
1answer
136 views

both a top and a bottom axis in pylab (e.g. w/ different units) (or left and right)

I'm trying to make a plot with pylab/matplotlib, and I have two different sets of units for the x axis. So what I would like the plot to have is two axis with different ticks, one …
-1
votes
2answers
312 views

Latex Referencing Figures Tables Equations etc

\ref{3-wire-oxides} wont work for me, any idea why?? where i have figure inserted as below \begin{figure}[!h] \begin{center} %\includegraphics[scale=0.6]{images/proxy} \in …
0
votes
2answers
128 views

To have names for figures in LaTeX

I need to have labels for figures. However, I am not sure where is the bug, since the following figure -command should be correct: \begin{figure}\label{ERD figure} \includ …
2
votes
2answers
419 views

Subfigs of a figure on multiple pages

Dear All I am facing problem of stacking many figures The problem is the stack figure is overriding the page dimension vertically and placing all the figure in one page and not c …
1
vote
1answer
179 views

constructing the contour of a 2d figure(in particular a triangulation)

Hi, How would I go about constructing the contour of 2d figure which is formed of only triangles and it can have holes and the external contour can be concave/convex and the holes …
0
votes
2answers
3k views

How to create a new figure in Matlab?

Usually when I plot in Matlab it always draws on the same figure. How to make it draw in a new figure? I know it is pretty elementary, but I'm not finding it on Google.