Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.42 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "C:/Users/David_Tassoni/PycharmProjects/smith_plot/reddit.py", line 92, in <module>
  3.     graph_PARail_vs_Load()
  4.   File "C:/Users/David_Tassoni/PycharmProjects/smith_plot/reddit.py", line 85, in graph_PARail_vs_Load
  5.     plot = plt.plot(gamma, datatype=SmithAxes.S_PARAMETER, color=cmap(norm_vrail(float(v_rail))), marker='o',
  6. TypeError: only size-1 arrays can be converted to Python scalars
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement