FSharp.Charting
Advanced tools
| //---------------------------------------------------------------------------- | ||
| // Copyright (c) 2002-2013 Microsoft Corporation and F# Open Source Group contributors. | ||
| // | ||
| // This source code is subject to terms and conditions of the Apache License, Version 2.0. A | ||
| // copy of the license can be found in the License.html file at the root of this distribution. | ||
| // By using this source code in any fashion, you are agreeing to be bound | ||
| // by the terms of the Apache License, Version 2.0. | ||
| // | ||
| // You must not remove this notice, or any other, from this software. | ||
| //---------------------------------------------------------------------------- | ||
| #r "System.Windows.Forms.DataVisualization.dll" | ||
| #I "../bin" | ||
| //#load "FSharp.Charting.fsx" | ||
| #r "../bin/FSharp.Charting.dll" | ||
| open FSharp.Charting | ||
| module FsiAutoShow = | ||
| fsi.AddPrinter(fun (ch:FSharp.Charting.ChartTypes.GenericChart) -> ch.ShowChart(); "(Chart)") | ||
Sorry, the diff of this file is not supported yet
@@ -5,5 +5,5 @@ <?xml version="1.0"?> | ||
| <id>FSharp.Charting</id> | ||
| <version>0.82</version> | ||
| <authors>Carl Nolan, Don Syme, Tomas Petricek</authors> | ||
| <owners>Carl Nolan, Don Syme, Tomas Petricek</owners> | ||
| <version>0.81</version> | ||
| <authors>Microsoft Corporation, Tomas Petricek</authors> | ||
| <owners>Microsoft Corporation, Tomas Petricek</owners> | ||
| <licenseUrl>http://github.com/fsharp/FSharp.Charting/blob/master/LICENSE.md</licenseUrl> | ||
@@ -15,3 +15,3 @@ <projectUrl>http://fsharp.github.com/FSharp.Charting</projectUrl> | ||
| <summary>A Charting Library for F#</summary> | ||
| <releaseNotes>Improve documentation.</releaseNotes> | ||
| <releaseNotes>Includes LiveChart and pipelined operators.</releaseNotes> | ||
| <copyright>Copyright 2013</copyright> | ||
@@ -18,0 +18,0 @@ <tags>F# FSharpChart charting plotting</tags> |
| //---------------------------------------------------------------------------- | ||
| // Copyright (c) 2002-2013 Microsoft Corporation and F# Open Source Group contributors. | ||
| // | ||
| // This source code is subject to terms and conditions of the Apache License, Version 2.0. A | ||
| // copy of the license can be found in the License.html file at the root of this distribution. | ||
| // By using this source code in any fashion, you are agreeing to be bound | ||
| // by the terms of the Apache License, Version 2.0. | ||
| // | ||
| // You must not remove this notice, or any other, from this software. | ||
| //---------------------------------------------------------------------------- | ||
| #r "System.Windows.Forms.DataVisualization.dll" | ||
| #nowarn "211" | ||
| #I "../bin" | ||
| #I "../../packages/FSharp.Charting.0.82/lib/net40" | ||
| #r "FSharp.Charting.dll" | ||
| open FSharp.Charting | ||
| module FsiAutoShow = | ||
| fsi.AddPrinter(fun (ch:FSharp.Charting.ChartTypes.GenericChart) -> ch.ShowChart(); "(Chart)") | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet