Top "Figure" questions

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

How to combine several matplotlib figures into one figure?

I have several matplotlib Figure-objects that I want to combine to one large figure by placing them next to another. …

matplotlib figure
Remove white border when using subplot and imshow in python (Matplotlib)

import numpy as np import sys import matplotlib as mpl import matplotlib.pyplot as plt i use the following code …

python matplotlib figure imshow
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 …

image matlab figure
html5, figure/figcaption inside a paragraph gives unpredictable output

The following markup uses the figure element to display an image, inline with the text of a paragraph -- hence …

html markup semantic-markup figure
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 …

user-interface matlab resize figure uicontrol
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 …

matlab area figure axes
Several figures with one caption in a two-column Latex document

What I want is What I do is: \begin{figure}[H] \makebox[\paperwidth] { \begin{subfigure} \includegraphics[width=0.4\paperwidth]{1.jpeg} \label{1} \…

position latex figure caption two-columns
Export MATLAB figure into high resolution bitmap image

I have plotted a Mandelbrot image in using MATLAB with 7680*4320 pixels resolution, but when I export the image using bitmap …

matlab resolution figure mandelbrot
Show only selected or specific matplotlib figures

I am generating a total of 50+ figures but I do not wish to display them all. I would like to …

python matplotlib plot figure