<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Getting Started with FSharpChart</title><link>http://blogs.msdn.com/b/fsharpteam/archive/2011/04/15/getting-started-with-fsharpchart.aspx</link><description>Hi, I'm Keith Battocchi, and I'm working on making it easier to use F# for data-rich programming. In my first blog post, I want to highlight some of the basic features of the FSharpChart wrappers that Don blogged about earlier this month . As Don mentioned</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Getting Started with FSharpChart</title><link>http://blogs.msdn.com/b/fsharpteam/archive/2011/04/15/getting-started-with-fsharpchart.aspx#10414934</link><pubDate>Tue, 30 Apr 2013 00:18:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10414934</guid><dc:creator>skytreebird</dc:creator><description>&lt;p&gt;This is awesome. &amp;nbsp;Can we Engineers please have 3D (surface) plotting capability? &amp;nbsp;Then we can get rid of Matlab.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10414934" width="1" height="1"&gt;</description></item><item><title>re: Getting Started with FSharpChart</title><link>http://blogs.msdn.com/b/fsharpteam/archive/2011/04/15/getting-started-with-fsharpchart.aspx#10338990</link><pubDate>Mon, 13 Aug 2012 08:32:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10338990</guid><dc:creator>nicolas</dc:creator><description>&lt;p&gt;It really sucks that this is not WPF or HTML5 based. this is a very basic functionality that is highly useful. And I somehow dont see so many winform enthusiasts those days.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10338990" width="1" height="1"&gt;</description></item><item><title>re: Getting Started with FSharpChart</title><link>http://blogs.msdn.com/b/fsharpteam/archive/2011/04/15/getting-started-with-fsharpchart.aspx#10214980</link><pubDate>Wed, 21 Sep 2011 19:55:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10214980</guid><dc:creator>Carl Nolan</dc:creator><description>&lt;p&gt;Try this:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FSharpChart.Combine&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[ FSharpChart.Line([ for f in 0.0 .. 0.1 .. 10.0 -&amp;gt; sin f ], Name = &amp;quot;Sin Wave&amp;quot;)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FSharpChart.Line([ for f in 0.0 .. 0.1 .. 10.0 -&amp;gt; cos f ], Name = &amp;quot;Cosine Wave&amp;quot;) ]&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10214980" width="1" height="1"&gt;</description></item><item><title>re: Getting Started with FSharpChart</title><link>http://blogs.msdn.com/b/fsharpteam/archive/2011/04/15/getting-started-with-fsharpchart.aspx#10197390</link><pubDate>Thu, 18 Aug 2011 15:48:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10197390</guid><dc:creator>Joe</dc:creator><description>&lt;p&gt;The following works great for the first series:&lt;/p&gt;
&lt;p&gt; &amp;nbsp;[for x in 0.0 .. 0.1 .. 6.0 -&amp;gt; sin x + cos (2.0 * x)]&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;|&amp;gt; FSharpChart.Line&lt;/p&gt;
&lt;p&gt;Could you provide an example code that adds a second series to the same chart? &amp;nbsp;Thanks!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10197390" width="1" height="1"&gt;</description></item><item><title>re: Getting Started with FSharpChart</title><link>http://blogs.msdn.com/b/fsharpteam/archive/2011/04/15/getting-started-with-fsharpchart.aspx#10185243</link><pubDate>Mon, 11 Jul 2011 16:54:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10185243</guid><dc:creator>Vijesh</dc:creator><description>&lt;p&gt;This is great, thanks. Am I right in assuming that the reference to open Samples.Charting should now be replaced by open MSDN.FSharp.Charting?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10185243" width="1" height="1"&gt;</description></item><item><title>re: Getting Started with FSharpChart</title><link>http://blogs.msdn.com/b/fsharpteam/archive/2011/04/15/getting-started-with-fsharpchart.aspx#10182752</link><pubDate>Sun, 03 Jul 2011 22:06:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10182752</guid><dc:creator>Carl Nolan</dc:creator><description>&lt;p&gt;If you check out the latest version of FSharpChart (&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/mcsuksoldev/archive/2011/06/22/fsharpchart-new-features-and-code-drop-availability.aspx"&gt;blogs.msdn.com/.../fsharpchart-new-features-and-code-drop-availability.aspx&lt;/a&gt;) both 3D charts and programmatic clipboard copying and saving of charts are supported.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10182752" width="1" height="1"&gt;</description></item><item><title>re: Getting Started with FSharpChart</title><link>http://blogs.msdn.com/b/fsharpteam/archive/2011/04/15/getting-started-with-fsharpchart.aspx#10178722</link><pubDate>Fri, 24 Jun 2011 15:45:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10178722</guid><dc:creator>Carl Nolan</dc:creator><description>&lt;p&gt;If you want to save a chart programmatically or render 3D charts check out the latest release of the code, both of which are now supported: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/mcsuksoldev/archive/2011/06/22/fsharpchart-new-features-and-code-drop-availability.aspx"&gt;blogs.msdn.com/.../fsharpchart-new-features-and-code-drop-availability.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10178722" width="1" height="1"&gt;</description></item><item><title>re: Getting Started with FSharpChart</title><link>http://blogs.msdn.com/b/fsharpteam/archive/2011/04/15/getting-started-with-fsharpchart.aspx#10163116</link><pubDate>Tue, 10 May 2011 20:38:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10163116</guid><dc:creator>Mikael</dc:creator><description>&lt;p&gt;Looks great.&lt;/p&gt;
&lt;p&gt;What about three dimensional graphs?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10163116" width="1" height="1"&gt;</description></item><item><title>re: Getting Started with FSharpChart</title><link>http://blogs.msdn.com/b/fsharpteam/archive/2011/04/15/getting-started-with-fsharpchart.aspx#10159736</link><pubDate>Sat, 30 Apr 2011 15:23:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10159736</guid><dc:creator>Olivier</dc:creator><description>&lt;p&gt;I mean, how do you save a chart programmatically ;)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10159736" width="1" height="1"&gt;</description></item><item><title>re: Getting Started with FSharpChart</title><link>http://blogs.msdn.com/b/fsharpteam/archive/2011/04/15/getting-started-with-fsharpchart.aspx#10159718</link><pubDate>Sat, 30 Apr 2011 12:39:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10159718</guid><dc:creator>Olivier</dc:creator><description>&lt;p&gt;How do you save a chart?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;THe F# team say: right-click and copy to clipboard. We&amp;#39;re working on alternative save formats.&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10159718" width="1" height="1"&gt;</description></item></channel></rss>