回答編集履歴

1

修正

2023/02/24 08:00

投稿

8524ba23
8524ba23

スコア38352

test CHANGED
@@ -9,7 +9,7 @@
9
9
  xs = pd.date_range(start='2022-01-01', end='2022-01-08', freq='3H')
10
10
  ys = [random.randint(1,10) for _ in range(len(xs))]
11
11
 
12
- fig = plt.figure()
12
+ fig = plt.figure(facecolor='skyblue')
13
13
  ax = fig.add_subplot()
14
14
  ax.plot(xs, ys)
15
15
 
@@ -24,4 +24,4 @@
24
24
  fig.subplots_adjust(bottom=0.4)
25
25
  plt.savefig('ret.png')
26
26
  ```
27
- ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2023-02-24/f7a481c0-db5c-4fed-8455-39efd59b6324.png)
27
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2023-02-24/638499a7-2b50-47a1-acbd-f13561275bb7.png)