I want to plot streamlines on pyplot.tricontourf and for reasons beyond me s=1 is already way to big (compare above). I can't easily use the lines of pyplot.plot as Comsol just gives me a chunk of (x, ...
import matplotlib.pyplot as plt # グラフ描画のためのMatplotlib import matplotlib.gridspec as gridspec # グラフレイアウトのためのgridpec import japanize_matplotlib # Matplotlibで日本語を使用可能にする plt.rcParams["font.size ...