Docstrings updated

This commit is contained in:
Giorgio Calderone 2020-03-29 16:27:55 +02:00
parent 62624e7805
commit 9b75c82944
2 changed files with 1 additions and 3 deletions

View File

@ -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",

View File

@ -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);