質問編集履歴

3

コード訂正

2020/03/20 02:32

投稿

jeanbiego
jeanbiego

スコア3966

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ![イメージ説明](c2ec64b6f60c81dc10db16a05e450a10.png)
6
6
 
7
- plot_z_time_stepに対応するであろうデータ変換メソッド[skrf.network.Network.z_time_step](https://scikit-rf.readthedocs.io/en/latest/api/generated/skrf.network.Network.z_time_step.html#skrf.network.Network.z_time_step)を試しましたが、GitHubリンクが404なので未実装のようで使えません。(print(plot_data.z_time_step)すると、TypeError: 'NoneType' object is not callableと出ます
7
+ plot_z_time_stepに対応するであろうデータ変換メソッド[skrf.network.Network.z_time_step](https://scikit-rf.readthedocs.io/en/latest/api/generated/skrf.network.Network.z_time_step.html#skrf.network.Network.z_time_step)を試しましたが、print(plot_data.z_time_step)すると、TypeError: 'NoneType' object is not callableと出ます
8
8
 
9
9
 
10
10
 

2

コード訂正

2020/03/20 02:32

投稿

jeanbiego
jeanbiego

スコア3966

test CHANGED
File without changes
test CHANGED
@@ -17,8 +17,6 @@
17
17
  %matplotlib inline
18
18
 
19
19
  import skrf as rf
20
-
21
- from numpy import angle, exp
22
20
 
23
21
  import matplotlib.pyplot as plt
24
22
 

1

コード訂正

2020/03/20 00:53

投稿

jeanbiego
jeanbiego

スコア3966

test CHANGED
File without changes
test CHANGED
@@ -15,18 +15,6 @@
15
15
  ```python3
16
16
 
17
17
  %matplotlib inline
18
-
19
- import skrf as rf
20
-
21
- from numpy import angle, exp
22
-
23
- import matplotlib.pyplot as plt
24
-
25
- import os
26
-
27
-
28
-
29
- atplotlib inline
30
18
 
31
19
  import skrf as rf
32
20