summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/gnuplot/pgfplots_cubic.gnuplot
blob: 3e74472d8f1555a63de096ddfc3e26a72d2b72ed (plain)
1
2
set terminal table; set output "gnuplot/pgfplots_cubic.table"; set format "%.5f"
set format "\%.7e"; set samples 8; plot [x=-5:0] 0.7*x**3 + 50