Is there a way to make matplotlib behave identically to R, or almost like R, in terms of plotting defaults? For example R treats its axes pretty differently from
matplotlib
import matplotlib.pyplot as plt plt.style.use('ggplot')
do something plot here, and enjoy it