grr

2018-06-07から1日間の記事一覧

matplotlib_simple_template.py

import matplotlib.pyplot as plt from matplotlib.gridspec import GridSpec # matplotlib ------------------- plt.style.use("ggplot") # style読込 fig = plt.figure(figsize=(12,8)) # figsize=ウィンドウサイズ fig.patch.set_facecolor("#fafafa") # …