エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Replot in ruby gnuplot
I need to plot data in real time, reading a file over and over and update a the screen. How to im... I need to plot data in real time, reading a file over and over and update a the screen. How to implement reread and replot? require ‘gnuplot’ class Plot Plot a surface of the data in file in realtime def realTimeSurfacePlot (plotFile, title, xLabel, yLabel, zLabel) Gnuplot::open do |gp| Gnuplot::SPlot.new(gp) do |plot| plot.title title plot.set “xlabel %s” %xLabel plot.set “ylabel %s” %yLabel plot
2013/12/29 リンク