bsrn.dataset.BSRNPlot.daily# BSRNPlot.daily(dates, output_file=None, **kwargs)[source]# Plot daily daily plots (automatically delegates to day or booklet mode). 画时间序列图(根据输入的日期自动生成单日图或多页手册图)。 Parameters: dates (str, pd.Timestamp, or sequence) – Date or dates to plot. 绘图日期或日期序列。 output_file (str) – Output path for the plot. 输出图像的路径。 Return type: None