Top "Figure" questions

A container for images, plots or other graphical elements with some optional meta-information.

How do you just show the text label in plot legend? (e.g. remove a label's line in the legend)

I want to show the text for a line's label in the legend, but not a line too (As shown …

python matplotlib plot legend figure
How to place the figure at the bottom of page in latex?

I am having problem in placing the figure at the bottom of page in latex. When I specify the \begin{…

latex figure
How to display <figure> images on same line HTML/CSS

I have 4 images within elements with captions within elements. Each image is displayed under each other like: IMAGE caption IMAGE …

inline figure
How to put the title at the bottom of a figure in matplotlib?

I use matplotlib to plot a figure with four subfigures, and set_title method put the title ( (a) (b) (c) (…

python matplotlib title figure
CSS: Stop div and img from overlapping

I have a figure with an img inside it floating to the right and a div. My html is <…

css image html overlapping figure
what is the usage of HTML5 figure with img

Is there any specific advantage/usage of using HTML5 <figure> over <img>? I think <figure&…

html image tags figure difference
Title over group of subplots

there are many subplots and each subplot has its own title. how can add a title over all of these …

matlab label title figure subplot
Change resolution of Matplotlib Figure window when saving plot?

I'm using Windows XP v3/Python 2.7 with Canopy and Anaconda package managers/editors. I am using Python/Matplotlib to produce …

python matplotlib window resolution figure
matlab: scatter plots with high number of datapoints

I'm trying to plot scatter, something like: scatter(coor(:, 2), coor(:, 3), 1, coor(:, 4)); The problem is, that I have quite big number …

matlab plot figure scatter
Save Matlab figure without plotting it?

Is there a way of saving a figure plot without actually plotting it? I mean, let's say I want to …

matlab save plot figure