python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Adjust space between two axes while keeping it constant on other axes
For some reason I couldn't find information on this (I'm pretty sure it exists somewhere), but in the following generic example, I would like to reduce the hspace between ax1 and ax2 while keeping the...
Jannik Kühn
Votes: 0
Answers: 1
matplotlib multiple axes alignment
I try to create multiple nested axes inside a figure:
import matplotlib.pyplot as plt
import matplotlib.patches as pat
import copy
# set figure
fig = plt.figure(figsize=(10, 10))
ax = fig.gca()
ax.s...
david
Votes: 0
Answers: 0
ggplot secondry y axis scale based on data with facet_wrap or grid_arrange
My data consists of 25 sectors on a time series, I want to plot for each sector the number of workers (series 1) and the average pay (series 2) in a line graph, with the secondary y axis for the avera...
fingerman
Votes: 0
Answers: 1