Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mkdocs.yml - github.com/torch/gnuplot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41e4418910a65e9e260e94460a536a461232cc1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
site_name: gnuplot
theme : simplex
repo_url : https://github.com/torch/gnuplot
use_directory_urls : false
markdown_extensions: [extra]
docs_dir : doc
pages:
- [index.md, Gnuplot]
- [plotline.md, Plotting Lines]
- [plotmatrix.md, Plotting Matrices]
- [plotsurface.md, Plotting Surfaces]
- [plothistogram.md, Plotting Histograms]
- [file.md, Saving Plots]
- [common.md, Common Operations]