The dependency item in the README.md file will cause a maven error
Could not find artifact com.github.yannrichet:jmathplot:jar:1.0 in central (https://repo.maven.apache.org/maven2)
<dependencies>
...
<dependency>
<groupId>com.github.yannrichet</groupId>
<artifactId>jmathplot</artifactId>
<version>1.0</version>
</dependency>
...
</dependencies>
Please update the artifactId to <artifactId>JMathPlot</artifactId>, version>1.0.1</version> to avoid such error.
The dependency item in the README.md file will cause a maven error
Please update the artifactId to
<artifactId>JMathPlot</artifactId>,version>1.0.1</version>to avoid such error.