From 7f60a4deb6cc83d29862c120031ca950af6b7055 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Thu, 2 Apr 2020 15:25:03 +0200 Subject: [PATCH] Docs updated --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index ea25918..ea81c23 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -3,7 +3,7 @@ The **Gnuplot.jl** package allows easy and fast use of [gnuplot](http://gnuplot.info/) as a data visualization tool in Julia. Have a look at [Basic usage](@ref) and [Examples](@ref) for a quick overview. The package main features are: -- fast time-to-first-plot (~1 sec); +- fast time-to-first-plot; - extremely concise yet meaningful syntax, makes it ideal for interactive data exploration;