You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to choose a python environment to run matplotlib with `pyenv` and `pyenv-virtualenv` support. Create `Plot` object by specifying existing names as follows.
@@ -73,7 +97,7 @@ It may work with almost all not too old `Python` and `Matplotlib` versions, but
73
97
74
98
## Configure on your project
75
99
76
-
This library is now found on [maven central repository](http://search.maven.org/#artifactdetails%7Ccom.github.sh0nk%7Cmatplotlib4j%7C0.2.0%7Cjar).
100
+
This library is now found on [maven central repository](http://search.maven.org/#artifactdetails%7Ccom.github.sh0nk%7Cmatplotlib4j%7C0.3.0%7Cjar).
77
101
78
102
Import to your projects as follows.
79
103
@@ -83,16 +107,14 @@ Import to your projects as follows.
83
107
<dependency>
84
108
<groupId>com.github.sh0nk</groupId>
85
109
<artifactId>matplotlib4j</artifactId>
86
-
<version>0.2.0</version>
110
+
<version>0.3.0</version>
87
111
</dependency>
88
112
```
89
113
90
114
**Gradle**
91
115
92
-
Make sure that `mavenLocal()` is defined in repositories on your `build.gradle`.
0 commit comments