gpt4 book ai didi

python - 如何增加 Jupyter 笔记本绘图的大小

转载 作者:行者123 更新时间:2023-12-02 03:10:39 25 4
gpt4 key购买 nike

使用 calmap 包我创建了一个热图日历,但我想知道如何增加字体或绘图的大小。

import numpy as np; np.random.seed(sum(map(ord, 'calmap')))
import pandas as pd
import calmap

all_days = pd.date_range('1/15/2014', periods=700, freq='D')
days = np.random.choice(all_days, 500)
events = pd.Series(np.random.randn(len(days)), index=days)

calmap.yearplot(events, year=2015)

enter image description here

最佳答案

这应该可以解决您的问题

import matplotlib.pyplot as plt
plt.rcParams["figure.figsize"]=20,20

关于python - 如何增加 Jupyter 笔记本绘图的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51416909/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com