0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

1. はじめに

グラフ描画ができるツールをまとめてみました.

2. 一覧

  • Excel
  • MATLAB
  • Python Matplotlib
  • gnuplot
  • xgraph
  • desmos
Application Excel MATLAB MatPlotlib gnuplot xgraph desmos
使いやすさ
拡張性 ×
起動の速さ
大データ × ×
無料 × ×

3. Excel

まずは王道から,と言っても説明するまでもないですね.
多くの人がOfficeユーザである以上,ファイル共有がしやすいのがポイント.
ですが,データが膨大になると極端に使えなくなるのでたまに傷、というか理系からすると致命傷なので早いうちにMATLABへ切り替えておくのが吉です.

現在アドインを鋭意作成中

  • 論文用にグラフの体裁を一瞬でフォーマットする機能(ほぼ完成)
  • 有意差バーを簡単に追加できる機能

4. MATLAB

やはり理系はこれ一択ですね.
パッケージのインストール数によってはPCの容量を圧迫するのがたまに傷.

こちらもExcelのようにGUIでグラフを作成できるプログラムを鋭意作成中.
AIに依頼すればそれなりのプログラムを作成はしてくれるんですけどね...

5. Python Matplotlib

pythonでコーディングすれば無料で拡張性の高いplotが作成できます.

6. gnuplot

CUIベースで動作する軽量なグラフ描画ツール.高品質なベクトル図を生成できます.
OSや環境に依存しない再現性の高い描画が可能.

7. xgraph

こちらもCUIベースで,なかなかにレガシーなX11環境で動作するグラフ描画ツール.
シンプルで非常に軽量.C言語との相性○.

8. desmos

式を与えると二次平面上にグラフを描画してくれるWebアプリ.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?