sh0nk / matplotlib4j

Matplotlib for java: A simple graph plot library for java, scala and kotlin with powerful python matplotlib
MIT License
227 stars 37 forks source link

Update dependencies and add more functions #45

Open ThexXTURBOXx opened 1 year ago

ThexXTURBOXx commented 1 year ago

This PR updates Gradle to 8.3 and all the dependencies to their newest versions (although it could be argued that JUnit 5 is also an update, I did not update to that yet). This also adds support for grids (thanks to daniel-tucano) and axlines (axvline and axhline)

sh0nk commented 1 year ago

Thanks @ThexXTURBOXx for the pull request!

Since this pull request includes 55 file changes and hard to review, could you split this into two pull requests, gradle upgrade and grid support?

ThexXTURBOXx commented 1 year ago

I can certainly somehow split this PR into many different ones. However, from what I can tell, I am still not done adding more functions :) I will convert this to a draft for now and will convert to a PR again when done properly