Skip to content

Commit 10cbdca

Browse files
authored
Update pom.xml description
1 parent 2b5b145 commit 10cbdca

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

pom.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@
1313
<name>SSPlot</name>
1414
<url>http://www.github.com/babaissarkar/ssplot</url>
1515
<description>
16-
A simple plotting utility and numerical simulator.
17-
It can :
18-
1. Plot datafiles (2D and 3D).
19-
2. Can change appearance of plot.
20-
3. Solve and plot ODE and Difference Equations.
21-
4. Plot functions of one and two variables.
22-
5. Comes with its own JavaScript based Console for simple calculation
23-
tasks.
16+
A simple plotter and numerical solver, which can plot plain text files with numerical data separated by whitespace, and can numerically solve equations and ODEs to generate data and plot them for studying dynamical systems.</p>
17+
Features :
18+
1. 2D and 3D plotting.
19+
2. Plot appearance customization.
20+
3. Numerically solve and plot ODE and Difference Equations.
21+
4. Plot functions of one and two variables.
22+
5. Use its own console or CLI mode for simple calculation tasks.
2423
</description>
2524

2625
<developers>

0 commit comments

Comments
 (0)