feat: 添加网页进行访问查询
This commit is contained in:
@@ -27,9 +27,9 @@ def plot_line(
|
||||
has_free = free_values is not None and len(free_values) > 0
|
||||
|
||||
if has_free:
|
||||
fig, (ax1, ax2) = plt.subplots(2, 1, figsize=(16, 6), sharex=True)
|
||||
fig, (ax1, ax2) = plt.subplots(2, 1, figsize=(14, 8), sharex=True)
|
||||
else:
|
||||
fig, ax1 = plt.subplots(1, 1, figsize=(16, 4))
|
||||
fig, ax1 = plt.subplots(1, 1, figsize=(14, 6))
|
||||
ax2 = None
|
||||
|
||||
# ===== 普通额度 =====
|
||||
|
||||
Reference in New Issue
Block a user