Top "Figure" questions

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

Reducing the size of pdf figure file in matplotlib

In matplotlib, I am using LineCollection to draw and color the countries, where the boundaries of the counties are given. …

dpi matplotlib figure
How to have R corrplot title position correct?

Code and its output where title is wrongly positioned outside the window page: library('corrplot') #options(error=recover) # http://stackoverflow.…

r title correlation figure r-corrplot
Use savefig in Python with string and iterative index in the name

I need to use the "savefig" in Python to save the plot of each iteration of a while loop, and …

python image indexing save figure
How to close a python figure by keyboard input?

I'm trying to write a python program that displays a figure for indefinite time and closes it after any keyboard …

python matplotlib figure
How to make more than 10 subplots in a figure?

I am trying to make a 5x4 grid of subplots, and from looking at examples it seems to me that …

python matplotlib figure subplot
Can a figure tag contain an anchor tag wrapping the image?

I am trying to create a figure tag that has inside an anchor tag wrapping the image. I was wondering …

html figure
Figure object have no attribute set_title

I have used stem_graphic to plot a stem and leaf plot and saved it to pdf but when trying …

matplotlib figure gplots stem
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 …

matlab printing figure save-as
Plot Overlay MATLAB

How do you take one plot and place it in the corner (or anywhere for that matter) of another plot …

matlab plot overlay figure
How to have a common legend for subplots?

I am trying to create a figure of subplots. I don't want the subplots to have legends but instead the …

matlab matlab-figure legend figure subplot