File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ Most likely you want to set a `CoordSysRenderer` that displays a coordinate syst
1111Within that coordinate system you may want to display points or lines, which you can do by again using a ` Renderer ` (or multiple) as content.
1212A ` 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
1617More 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments