forked from plotly/Plotly.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
A F# interactive charting library using plotly.js
License
forki/FSharp.Plotly
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <title>license</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="description" content="A F# interactive charting library using plotly.js"/> <meta name="author" content="Timo Mühlhaus"/> <script src="https://code.jquery.com/jquery-1.8.0.js"></script> <script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script> <script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script> <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet"/> <link type="text/css" rel="stylesheet" href="/FSharp.Plotly/content/style.css" /> <script type="text/javascript" src="/FSharp.Plotly/content/tips.js"></script> <script src="https://cdn.plot.ly/plotly-latest.min.js"></script> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="masthead"> <ul class="nav nav-pills pull-right"> <li><a href="http://fsharp.org">fsharp.org</a></li> <li><a href="http://github.com/muehlhaus/FSharp.Plotly">github page</a></li> </ul> <h3 class="muted"><a href="/FSharp.Plotly/index.html">FSharp.Plotly</a></h3> </div> <hr /> <div class="row"> <div class="span9" id="main"> <p>This is free and unencumbered software released into the public domain.</p> <p>Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.</p> <p>In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.</p> <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> <p>For more information, please refer to <a href="http://unlicense.org/">http://unlicense.org/</a></p> </div> <div class="span3"> <img src="/FSharp.Plotly/img/logo.png" alt="FSharp.Plotly" style="width:150px;margin:10px" /> <ul class="nav nav-list" id="menu" style="margin-top: 20px;"> <li class="nav-header">FSharp.Plotly</li> <li><a href="/FSharp.Plotly/index.html">Home page</a></li> <li class="divider"></li> <li> <a href="/FSharp.Plotly/getting-started.html">Getting started</a> </li> <li class="nav-header">Plotly Charts</li> <li><a href="/FSharp.Plotly/area-plots.html">Area Plots</a></li> <li><a href="/FSharp.Plotly/bar-charts.html">Bar</a></li> <li><a href="/FSharp.Plotly/box-plots.html">Box Plots</a></li> <li><a href="/FSharp.Plotly/violin-plots.html">Violin Plots</a></li> <li><a href="/FSharp.Plotly/bubble-charts.html">Bubble Charts</a></li> <li><a href="/FSharp.Plotly/contour-plots.html">Contour Plots</a></li> <li><a href="/FSharp.Plotly/heatmaps.html">Heatmaps</a></li> <li><a href="/FSharp.Plotly/histograms.html">Histograms</a></li> <li><a href="/FSharp.Plotly/2d-histograms.html">2D Histograms</a></li> <li><a href="/FSharp.Plotly/line-scatter-plots.html">Line and Scatter Plots</a></li> <li><a href="/FSharp.Plotly/parallel-coords.html">Parallel coords Plots</a></li> <li><a href="/FSharp.Plotly/pie-daughnut-charts.html">Pie and Doughnut Charts</a></li> <li><a href="/FSharp.Plotly/polar-charts.html">Polar Charts</a></li> <li><a href="/FSharp.Plotly/windrose-charts.html">Windrose Charts</a></li> <li><a href="/FSharp.Plotly/range-plots.html">Range Plots</a></li> <li class="nav-header">Map Charts</li> <li><a href="/FSharp.Plotly/choropleth-map.html">Choropleth</a></li> <li class="nav-header">Plotly 3d-Charts</li> <li><a href="/FSharp.Plotly/3d-scatter-plots.html">3D Scatter Plots</a></li> <li><a href="/FSharp.Plotly/3d-line-plots.html">3D Line Plots</a></li> <li><a href="/FSharp.Plotly/3d-surface-plots.html">3D Surface Plots</a></li> <li><a href="/FSharp.Plotly/3d-mesh-plots.html">3D Mesh Plots</a></li> <li class="nav-header">Styling</li> <li><a href="/FSharp.Plotly/multiple-charts.html">Multiple Charts</a></li> <li><a href="/FSharp.Plotly/errorbars.html">Error bars</a></li> <li><a href="/FSharp.Plotly/shapes.html">Shapes</a></li> <li class="nav-header">Plotly WPF</li> <li><a href="/FSharp.Plotly/plotly-wpf.html">Using Plotly PopUp window</a></li> <li class="nav-header">Documentation</li> <li><a href="/FSharp.Plotly/reference/index.html">API Reference</a></li> </ul> </div> </div> </div> <a href="http://github.com/muehlhaus/FSharp.Plotly"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"/></a> </body> </html>
About
A F# interactive charting library using plotly.js
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- F# 98.0%
- C# 1.3%
- Other 0.7%