<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to MLPlot Home</title><link>https://sourceforge.net/p/mlplot/wiki/MLPlot%2520Home/</link><description>Recent changes to MLPlot Home</description><atom:link href="https://sourceforge.net/p/mlplot/wiki/MLPlot%20Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 08 Aug 2011 23:34:29 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mlplot/wiki/MLPlot%20Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage MLPlot Home modified by Pascal Lehwark</title><link>https://sourceforge.net/p/mlplot/wiki/MLPlot%2520Home/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -1,4 +1,4 @@
-MLPlot is a lightweight standalone plotting library written in Java. It produces vector graphics in the SVG Format aiming to imitate Matlab's 2D plotting functionality. 
+MLPlot is a lightweight standalone plotting library written in Java. It produces vector graphics in SVG format aiming to imitate Matlab's 2D plotting functionality. 
 Usage:
 
 **1. Instantiate an MLPlot object:**
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pascal Lehwark</dc:creator><pubDate>Mon, 08 Aug 2011 23:34:29 -0000</pubDate><guid>https://sourceforge.net8e77584004a45b8b71443e31429229fb9bdbf3e8</guid></item><item><title>WikiPage MLPlot Home modified by Pascal Lehwark</title><link>https://sourceforge.net/p/mlplot/wiki/MLPlot%2520Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,0 +1,17 @@
+MLPlot is a lightweight standalone plotting library written in Java. It produces vector graphics in the SVG Format aiming to imitate Matlab's 2D plotting functionality. 
+Usage:
+
+**1. Instantiate an MLPlot object:**
+MLPlot p=new MLPlot();
+
+**2. Draw your data:**
+p.linePlot(new double[]{0.1,0.2,0.14},..styles..);...
+
+**3. Customize your plot:**
+p.setGrid(true);...
+
+**4. Save as SVG:**
+p.save(new File("test.svg"));
+
+**6. ..or as PNG,JPG,.. :**
+p.save(new File("test.png"));
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pascal Lehwark</dc:creator><pubDate>Mon, 08 Aug 2011 23:33:39 -0000</pubDate><guid>https://sourceforge.net77c78a124ef4b2bea510c05efe24a47fdfb1b1d6</guid></item><item><title>WikiPage MLPlot Home modified by Pascal Lehwark</title><link>https://sourceforge.net/p/mlplot/wiki/MLPlot%2520Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,0 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/mlplot/wiki/markdown_syntax/) syntax.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pascal Lehwark</dc:creator><pubDate>Mon, 08 Aug 2011 23:33:18 -0000</pubDate><guid>https://sourceforge.netaa11459b6b15c67c6e1ec986e057c708329c2841</guid></item><item><title>WikiPage Home modified by Pascal Lehwark</title><link>https://sourceforge.net/p/mlplot/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/mlplot/wiki/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pascal Lehwark</dc:creator><pubDate>Sun, 07 Aug 2011 18:39:24 -0000</pubDate><guid>https://sourceforge.netbd3802c2ea7711ff06f330983547df1c41f6f72d</guid></item></channel></rss>