Pythonで入力したものを, コマンドプロンプト(Power Shell)上でGnuplotに書かせるには
python hogehoge.py > fugafuga.txt でtext形式で出力し,
gnuplot と入力してからの, plot fugafuga.txt with line をする.
unset xtics でx軸, unset yticsでy軸, unset borderで枠が消え, unset keyで注釈が消える.
Pythonで入力したものを, コマンドプロンプト(Power Shell)上でGnuplotに書かせるには
python hogehoge.py > fugafuga.txt でtext形式で出力し,
gnuplot と入力してからの, plot fugafuga.txt with line をする.
unset xtics でx軸, unset yticsでy軸, unset borderで枠が消え, unset keyで注釈が消える.