Docstrings updated
This commit is contained in:
parent
62624e7805
commit
9b75c82944
@ -2,7 +2,7 @@ using Documenter, Gnuplot
|
|||||||
|
|
||||||
makedocs(sitename="Gnuplot.jl",
|
makedocs(sitename="Gnuplot.jl",
|
||||||
authors = "Giorgio Calderone",
|
authors = "Giorgio Calderone",
|
||||||
format = Documenter.HTML(prettyurls = false), # uncomment for local use, comment for deployment
|
#format = Documenter.HTML(prettyurls = false), # uncomment for local use, comment for deployment
|
||||||
modules=[Gnuplot],
|
modules=[Gnuplot],
|
||||||
pages = [
|
pages = [
|
||||||
"Home" => "index.md",
|
"Home" => "index.md",
|
||||||
|
|||||||
@ -11,8 +11,6 @@ The **Gnuplot.jl** package allows easy and fast use of [gnuplot](http://gnuplot.
|
|||||||
|
|
||||||
- transparent interface between Julia and gnuplot to exploit all functionalities of the latter, both present and future ones;
|
- transparent interface between Julia and gnuplot to exploit all functionalities of the latter, both present and future ones;
|
||||||
|
|
||||||
- fast data transmission through system pipes (no temporary files involved);
|
|
||||||
|
|
||||||
- availability of all the palettes from [ColorSchemes](https://github.com/JuliaGraphics/ColorSchemes.jl);
|
- availability of all the palettes from [ColorSchemes](https://github.com/JuliaGraphics/ColorSchemes.jl);
|
||||||
|
|
||||||
- support for multiple plots in one window, multiple plotting windows, as well as ASCII and Sixel plots (to plot directly in a terminal);
|
- support for multiple plots in one window, multiple plotting windows, as well as ASCII and Sixel plots (to plot directly in a terminal);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user