Tagged Questions
The figure tag has no wiki summary.
15
votes
7answers
18k views
Custom margin settings for figure in LaTeX
I have a fairly large figure in a LaTeX document. This figure is too large for the left and right margin of the document. This results in the figure being placed flush with the left margin, and way ...
12
votes
1answer
1k views
in Matplotlib, what does “111” means in fig.add_subplot(111)?
I've been reading like crazy the documentation but i cant find an explication for the "111".. sometimes i see a 212. It'd be great if you could explain it to me or give me the link in the ...
10
votes
2answers
3k 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 right-hand side of the ...
8
votes
4answers
2k views
How can I extract data from a .fig file in MATLAB?
I know this is really basic, but I am new to MATLAB. After opening a .fig file, how do you actually work with the plotted data in the command window? All I see is the plot. I'm not sure how to ...
8
votes
2answers
7k views
Subfigs of a figure on multiple pages
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 changing the page as the ...
7
votes
1answer
3k views
Matlab: How to obtain all the axes handles in a figure handle?
How do I obtain all the axes handles in a figure handle?
Given the figure handle hf, I found that get(hf, 'children') may return the handles of all axes. However, the Matlab Help suggests that it may ...
7
votes
5answers
14k 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, but I know there is ...
6
votes
2answers
148 views
How to position an axes in a figure relative to another axes?
When laying out a figure in MATLAB, typing axis equal ensures that no matter what the figure dimensions, the axes will always be square:
My current problem is that I want to add a second axes to ...
6
votes
1answer
408 views
How do you add math symbols in colorbar ticks
I can get the colorbar ticks as
figure;
hbar=colorbar;
ticks=get(hbar,'ytick');
Now how do I set the tick labels at tick(end) to be ∞?
6
votes
1answer
1k views
Save MATLAB figure with different background color
I want to print a MATLAB figure with a dark background and white labels. If I use the print or saveas command I lose somehow the colors. The plot symbols are dark again and the background is white.
...
6
votes
2answers
817 views
How to save a figure remotely with pylab?
I'm trying to generate a figure at a remote computer with the command pylab.savefig.
But I got such error:
Unable to access the X Display, is $DISPLAY set properly?
How can I save the figure ...
6
votes
3answers
35k 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.
5
votes
3answers
197 views
Optimizing size of eps/pdf files generated by Mathematica
How to optimize size of an eps or pdf file generated by Mathematica?
It is common that the file size is 50-100x bigger that it should be (an example below). For some applications (e.g. putting a ...
5
votes
2answers
1k views
Matlab Legend after FOR loop
I am creating a file to read in a certain number of .wav files, each of these corresponding to a musical note. I am performing an FFT on each of them and plotting them all on the same figure. However ...
5
votes
2answers
605 views
How to print figure to clipboard by PRINT function with the quality identical to 'Edit-->Copy Figure' option?
Is there any way to print the figure to the clipboard so that the quality is identical to what the Edit-->Copy Figure option provides?
I used to save the figure to powerpoint file by using ...
5
votes
1answer
448 views
Strange behavior in Matlab when exporting figure to eps, pdf
When I make a figure in Matlab, with a legend and a rectangle that touches the y axis (strange, I know) upon exporting the figure to eps (or pdf) I've noticed that the rectangle obtains the line-style ...
4
votes
1answer
124 views
How to change the order of lines in a Matlab figure?
Given a plot of three curves in a .fig file I'd like to add another plot (with hold all and plot), but put it behind one of the already existing curves (i.e. make sure the last original curve stays ...
4
votes
1answer
92 views
MATLAB Legend Groups
I'm using MATLAB to plot some data. I would like to create the legend so that it divides information into two types, say Type1 and Type2.
Each type of data has several specific lines of data which i ...
4
votes
1answer
235 views
Matlab area() edge colors cover the axes lines, is there a work around?
figure('Color', 'w')
box on
x = 1:10;
y = 5 * x + 2;
area(x, y, 'FaceColor', 'b', 'EdgeColor', 'b')
This code creates a figure with the area under the curve shaded blue. The EdgeColor property sets ...
4
votes
5answers
1k views
How do I ref a figure in LaTeX before it occurs?
I always like my figures to be placed in between text as opposed to the top or bottom of the page. I also like to talk about the figure before it is shown. So I am trying to have something like this:
...
4
votes
2answers
861 views
In matlab, how do you save a figure as an image in the same way as using “Save As…” in the figure window?
Do you know what function the actual figure window uses when you go File>Save As... and then select .png or another image format?? Because I am trying to automate saving, but when I use saveas or ...
4
votes
3answers
7k 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 googling for about an hour, ...
3
votes
2answers
46 views
How to tell legends from axes in Matlab?
The following stackoverflow qestion:
Matlab: How to obtain all the axes handles in a figure handle?
identifies how to get handles to all of the axes from a figure in Matlab. However, this list will ...
3
votes
2answers
45 views
LaTeX: changing the fonts inside figures
I am using some terminal output as a figure in a report I am writing and need to change just the text within the figure to monospace.
\begin{figure}[ht]
%bunch of text here
\caption{Mass ...
3
votes
2answers
152 views
Plot outside axis in Matlab
How to plot something outside the axis with MATLAB? I had like to plot something similar to this figure;
Thank you.
3
votes
4answers
380 views
How to number floats in LaTeX consistently?
I have a LaTeX document where I'd like the numbering of floats (tables and figures) to be in one numeric sequence from 1 to x rather than two sequences according to their type. I'm not using lists of ...
3
votes
3answers
257 views
In LaTeX prefer figures on text-heavy pages
LaTeX seems to have a preference for placing figures together on a page, and placing surrounding text on a separate page. Can I somehow change that balance a bit, as I prefer figures to break up the ...
3
votes
5answers
391 views
Figures occurring after ^ and _ macros (was: LaTeX limitation?)
I've hit an annoying problem in LaTeX. I've got a tex file of about 1000 lines. I've already got a few figures, but when I try to add another figure, It barfs with:
! Undefined control sequence.
...
3
votes
1answer
2k views
Margin Figures in Latex
I would like to put some figures in margin in my latex documents. I want them to be non-float. Is there any package for it.
thanks
3
votes
1answer
839 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\textheight]{853}}
...
3
votes
4answers
3k 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[ ]{
...
2
votes
2answers
75 views
Matlab: Something like “relative” position with uicontrol/axis; keep fixed margins when resizing
I currently have a big headache to get a small GUI working nicely which isn't being created with GUI editor but programmatically! What I have so far is something like the following:
hFig = figure();
...
2
votes
2answers
56 views
Reusing patch objects in matplotlib without them moving position
I want to automatically generate a series of plots which are clipped to patches. If I try and reuse a patch object, it moves position across the canvas.
This script (based on an answer to a previous ...
2
votes
1answer
90 views
How to add Greek letter to data cursor in Matlab figure?
I added a data cursor in a Matlab figure, and this it the code shown when I clicked "Edit Text Update Function..."
function output_txt = myfunction(obj,event_obj)
% Display the position of the data ...
2
votes
1answer
149 views
Matlab `imagesc`: how to display with smooth colors?
I have a matrix which I display with imagesc. Now I'm asked to make an "interpolated" version (i.e. display with smoother colors).
While I could compute a larger interpolated matrix, I seem to ...
2
votes
1answer
75 views
In matplotlib, how do you change the fontsize of a single figure?
The code:
# changes the fontsize of matplotlib, not just a single figure
matplotlib.rcParams.update({'font.size': 22})
Is there a better way than setting it for a figure, and then setting it back ...
2
votes
3answers
166 views
How do I tell Matplotlib to create a second (new) plot, then later plot on the old one?
I want to plot data, then create a new figure and plot data2, and finally come back to the original plot and plot data3, kinda like this:
import numpy as np
import matplotlib as plt
x = ...
2
votes
1answer
114 views
Matlab: y-label isn't shown in small figure window
I'm using the following code:
x = linspace(0, 9, 10);
y1 = x;
y2 = x.^2;
y3 = x.^4;
myfig = figure('Position', [500 500 400 320]); %[left, bottom, width, height]:
ax1 = gca;
hold on
p1 = ...
2
votes
1answer
215 views
Large matplotlib pixel figure best approach
I have a large 2D dataset where I want to associate to each X,Y pair a color and plot it with matplotlib. I am talking about 1000000 points. I wonder what is the best approach in terms of performance ...
2
votes
1answer
491 views
MATLAB: Resizing a figure properly
I have a figure that I would like to resize and afterwards print as a PDF.
Using something like
set(hFig, 'PaperUnits', 'centimeters')
set(hFig, 'PaperSize', [x_B x_H]);
works as long as I do not ...
2
votes
2answers
230 views
using .each() to iterate over selections for HTML5 <figure> and <figcaption>
Greetings all,
I've written a script to create HTML5 image captions from regular image tags using <figure> and <figcaption>.
My CMS uses FCKEditor, which always places embedded images ...
2
votes
1answer
262 views
How to make more room for subplot text fields in Python's matplotlib?
How to make more room for subplot text fields in Python's matplotlib? Now it looks too messy: some of the text fields are going over each other.
Here is a part of the current code for the figure:
...
2
votes
2answers
799 views
Automatic saving a figure as an image file in Matlab
I'm creating 49 figures in Matlab, they are all created automatically one after the other. I want them to also automatically be saved as .tif or .jpg images with names corresponding to their figure ...
2
votes
1answer
272 views
TeX. Skip numeration figure and table caption
How to make a table and figure caption without any automatic numeration?
For example:
\begin{table}
\begin{tabular}{ll}
\textbf{Name} & \textbf{Description} \\
Foo & bar \\
...
2
votes
2answers
205 views
How to present date as a string on matlab figure
I have imported date&time data from a text file, in which it was stored as a string, to Matlab. I can convert string to numeric data and back, by using datenum and datestr commands.
My problem is ...
2
votes
4answers
599 views
Includegraphics problems with a PNG
I have problems to insert a figure into my .tex file. This is the code:
\begin{figure}
\includegraphics[width=1\textwidth]{Blockdiagram}
\caption{Diagram}
\label{figure:BlockDiagram}
...
2
votes
2answers
6k views
Matlab subplot title and axes labels
I have the following script to ultimately plot a 4 by 2 subplot:
files = getAllFiles('preliminaries');
n = size(files);
cases = cell(1, n);
m = cell(1, n);
for i = 1:1:n
S = load(files{i});
...
2
votes
3answers
843 views
Matlab: Adding symbols to figure
Below is the user interface I have created to simulate LDPC coding and decoding
The code sequence is decoded iteratively by passing values between the left and right nodes through the connections.
...
2
votes
1answer
590 views
Add multiple hist fit to a figure, without the hist
I'm a matlab newbie, and i'd like to superpose some hist fit on a same figure.
I know the function histfit, but unfortunatly i can't get to remove the hist and only keep the curve.
I guess once i'll ...
2
votes
4answers
651 views
Latex: Listing all figures (tables, algorithm) once again at the end of the document
I have been writhing a rather large document with latex.
Now I would like to list all the figures / tables / algortihms once again at the end of the file so that I can check if they all look the same.
...