Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

matplotlib space between subplots

import matplotlib.pyplot as plt
matplotlib.pyplot.subplots_adjust(wspace=X, hspace=Y)
# Adjust X for width between subplots
# Adjust Y for height between subplots
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #matplotlib #space #subplots
ADD COMMENT
Topic
Name
1+7 =