diff options
Diffstat (limited to 'gnu/packages/graph.scm')
-rw-r--r-- | gnu/packages/graph.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index 084fdf8c90..c48301ca35 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -204,7 +204,7 @@ lines.") (description "Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make line plots, scatter plots, area charts, bar charts, error bars, box plots, histograms, heatmaps, -subplots, multiple-axes, polar charts, and bubble charts. ") +subplots, multiple-axes, polar charts, and bubble charts.") (license license:expat))) (define-public python-plotly-2.4.1 |