Top "Subplot" questions

subplot is a Matlab / Matplotlib function which divides the current figure into a grid.

add a line to matplotlib subplots

I would like to do a subplot of two figures with matplotlib and add a horizontal line in both. This …

python-3.x pandas matplotlib legend subplot
Apply plot properties to all MATLAB subplots simultaneously

I would like to create a figure, and once subplots have been created, I would like to apply properties to …

matlab plot vectorization subplot
plot.subplot ---> 'Figure' object has no attribute 'plot'

I am trying to use subplots similar to what is being shown here: http://matplotlib.org/examples/pylab_examples/subplots_…

python matplotlib subplot
Adjusting space around figure with subplots

I'm using Matplotlib and struggling to get exactly the right amount of whitespace around a figure I'm plotting that contains …

python python-2.7 matplotlib figure subplot
Resizing a single subplot in matplotlib

I'm having trouble trying to resize one of my subplots in matplotlib. Basically I have four plots and I would …

python matplotlib plot legend subplot
Matplotlib: Repositioning a subplot in a grid of subplots

I am trying to make a plot with 7 subplots. At the moment I am plotting two columns, one with four …

python matplotlib customization subplot
Axes.invert_axis() does not work with sharey=True for matplotlib subplots

I am trying to make 4 subplots (2x2) with an inverted y axis while also sharing the y axis between subplots. …

python matplotlib subplot
how to remove "empty" space between subplots?

I'm making a figure with a total of 68 subplots and want to remove the empty space between them all. Here's …

python matplotlib plot subplot imshow
python pandas DataFrame subplot in columns and rows

I would like to produce a subplot from data 4 column DataFrame into 2 rows and 2 columns df =pd.DataFrame(np.random.…

python dataframe pandas subplot
Can't plot value counts for pie chart

I wrote a function to plot the distribution of values for variables in a pie chart, as shown below. def …

python pandas dataframe pie-chart subplot