Top "Figure" questions

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

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{…

latex figure tex caption
In matlab, how do you save a figure as an image in the same way as using "Save As..." in the figure window?

When saving a figure, what function does Matlab use? For example, when a user selects File > Save As... and …

image matlab figure
Get title of current figure in MATLAB?

I have a figure opened with a certain title. How do I get the title string? I have tried get(…

matlab properties title figure
How do you get the current figure number in Python's matplotlib?

I'm playing around with an example script that shows how to switch back and forth between figures. I found the …

python matplotlib figure
Using "imhist" function in Matlab to plot multiple histograms on the same figure

I'm new to Matlab and am trying to do a bit of image processing. I have two color images that …

matlab image-processing histogram multiple-tables figure
How to Change Figure Plot Size using Seaborn Package FacetGrid

%pylab inline import pandas as pd import numpy as np import matplotlib as mpl import seaborn as sns typessns = pd.…

python matplotlib plot seaborn figure
Using PyCharm I want to show plot extra figure windows

After installing Anaconda3 & PyCharm in new PC, I tried to test the same code as uploaded here And I …

python matplotlib plot pycharm figure
Matplotlib Savefig will NOT overwrite old files

This seems like it must be a permissions issue on my machine. After a systems update on Windows 10, when I …

python matplotlib permissions windows-10 figure
Adjusting figure margins in Rmarkdown

I am trying to adjust the piechart figure in my Rmarkdown document so that it spans the width of the …

r r-markdown pie-chart figure
Multiple sub-figures arranged on one page

I would like to arrange 4 sets of 3 subfigures onto one page as shown in the attached picture. I want each …

latex figure subfigure