Skip to content

Commit c6d56e0

Browse files
committed
Merge branch 'master' into prerelease
2 parents 2beb999 + b1c6ff9 commit c6d56e0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Most likely you want to set a `CoordSysRenderer` that displays a coordinate syst
1111
Within that coordinate system you may want to display points or lines, which you can do by again using a `Renderer` (or multiple) as content.
1212
A `PointsRenderer` can be used to draw points as in a scatter plot, or a `LinesRenderer` can be used to make a line chart or contour plot.
1313

14-
JPlotter is also capable of exporting plots as Scalable Vector Graphics (SVG) through [Apache Batik](https://xmlgraphics.apache.org/batik/).
14+
JPlotter is also capable of exporting plots as Scalable Vector Graphics (SVG) through [Apache Batik](https://xmlgraphics.apache.org/batik/)
15+
as well as exporting to portable document format (PDF) through [Apache PDFBox](https://pdfbox.apache.org/).
1516

1617
More details and information can be found in the **[Wiki](https://github.com/hageldave/JPlotter/wiki)**.
1718

@@ -21,7 +22,7 @@ JPlotter is available as Maven artifact at the Central Maven Repository.
2122
<dependency>
2223
<groupId>com.github.hageldave.jplotter</groupId>
2324
<artifactId>jplotter</artifactId>
24-
<version>0.5.0</version>
25+
<version>0.6.0</version>
2526
</dependency>
2627
```
2728

jplotter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.hageldave.jplotter</groupId>
66
<artifactId>jplotter</artifactId>
7-
<version>0.6.0</version>
7+
<version>0.6.1-SNAPSHOT</version>
88

99
<name>JPlotter</name>
1010
<url>https://github.com/hageldave/JPlotter</url>

0 commit comments

Comments
 (0)