PGFPlots
TikZ + PGFPlots によるグラフ作成 | Shun Sato
CTAN: Package pgfplots
にっき♪: pgfplots
PGFplots | Jun Nishii
PGFplots Manual - HTML Documentation
https://pgfplots.sourceforge.net/
https://pgfplots.sourceforge.net/gallery.html
グラフを書く
axis環境
内で書く
\begin{axis}
optionsに
ymin
,
ymax
,
xmin
,
xmax
を渡すと、グラフ全体のdomainとrangeを決められる
個別にdomainを決める場合は、
\addplot
のoptionsに
domain=min:max
を渡す
陰函数
Gnuplot
を併用するしかないみたい
gnuplot - Plotting an implicit function using pgfplots - TeX - LaTeX Stack Exchange
plot - Plotting simple implicit equations - TeX - LaTeX Stack Exchange
QA: TIkzによる陰関数の描き方
線型回帰直線
・
回帰曲線
を描く
statistics - Linear regression - trend line with pgfplots - TeX - LaTeX Stack Exchange
tikz pgf - pgfplots: extending a regression line beyond the tables points - TeX - LaTeX Stack Exchange
Regression line – PGFplots.net
Solving a Real Use Case: Scientific Data Analysis - PGFplots Manual
部分的に引きたいときは、
Gnuplot
経由で描く
tikz pgf - Regression on a portion of the graph with columns (at the beginning) - TeX - LaTeX Stack Exchange
ファイルのデータで設定したい
datatool
か
pgfplotstable
で読み込む
Data from file as list in \foreach in Tikz - TeX - LaTeX Stack Exchange
Drawing different tikz shapes parameterized by data from a file - TeX - LaTeX Stack Exchange
\DTLforeach*
で条件分岐する時
tikz pgf - Use datatool to process input and pass it further to pgfplots to plot the data - TeX - LaTeX Stack Exchange
繰り返し処理
pgffor
のコマンドである
\foreach
を使う
繰り返し処理 | TikZ - TeX Wiki
groupplot
https://tikz.dev/pgfplots/libs-groupplots
https://tex.stackexchange.com/questions/51002/how-can-a-title-be-placed-for-a-group-of-pgfplots
\pgfplotsforeachungrouped
で繰り返し処理しなければならない
https://tex.stackexchange.com/questions/539752/why-foreach-failed-in-groupplot-in-pgfplots
tikz pgf - pgfplots vs datavisualization – 2019 review - TeX - LaTeX Stack Exchange
#2024-04-08
23:13:27
#2023-06-17
09:08:33
#2023-05-02
08:25:25
#2023-04-28
17:05:18