Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6f39ea3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Dec 27, 2023
1 parent 9c44ce8 commit 76bc350
Show file tree
Hide file tree
Showing 26 changed files with 2,351 additions and 3,363 deletions.
8 changes: 4 additions & 4 deletions graph-gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,17 @@ <h3 class="subtitle is-darkmagenta is-size-4">
<div class="column has-text-centered has-border-right-magenta is-4">
<ul>
<li>
<a class="is-magenta is-size-5" href="https://fslab.org/blog/graph-gallery/axis/fsharp.html">
Advanced axis styling using Plotly.NET
<a class="is-magenta is-size-5" href="https://fslab.org/blog/graph-gallery/scatter/csharp.html">
Scatter plots in F# and C# using Plotly.NET
</a>
</li>
</ul>
</div>
<div class="column has-text-centered is-4">
<ul>
<li>
<a class="is-magenta is-size-5" href="https://fslab.org/blog/graph-gallery/scatter/fsharp.html">
Scatter plots in F# and C# using Plotly.NET
<a class="is-magenta is-size-5" href="https://fslab.org/blog/graph-gallery/axis/fsharp.html">
Advanced axis styling using Plotly.NET
</a>
</li>
</ul>
Expand Down
168 changes: 47 additions & 121 deletions graph-gallery/axis/fsharp.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions graph-gallery/categories/Basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,15 @@ <h1 class="card-header-title is-size-4">
</p>
<div class="card pt-2">
<div class="card-image">
<a href="https://fslab.org/blog/graph-gallery/scatter/fsharp.html">
<a href="https://fslab.org/blog/graph-gallery/scatter/csharp.html">
<figure class="image">
<img src="https://fslab.org/blog/images/scatter.png" alt="post preview image"/>
</figure>
</a>
</div>
<div class="card-header is-emphasized-darkmagenta">
<h1 class="card-header-title is-size-4">
<a href="https://fslab.org/blog/graph-gallery/scatter/fsharp.html" class="is-magenta">
<a href="https://fslab.org/blog/graph-gallery/scatter/csharp.html" class="is-magenta">
Scatter plots in F# and C# using Plotly.NET
</a>
</h1>
Expand All @@ -157,12 +157,12 @@ <h1 class="card-header-title is-size-4">
Scatter plots are one of the most fundamental ways of visualizing two-dimensional data. In this post I will showcase common use cases for Scatter plots and create them in both F# and C# using Plotly.NET
</div>
<div class="tags">
<a class="tag is-language is-active" href="https://fslab.org/blog/graph-gallery/scatter/fsharp.html">
fsharp
</a>
<a class="tag is-language is-active" href="https://fslab.org/blog/graph-gallery/scatter/csharp.html">
csharp
</a>
<a class="tag is-language is-active" href="https://fslab.org/blog/graph-gallery/scatter/fsharp.html">
fsharp
</a>
</div>
Posted on 2023-3-16 by
<a href="https://github.com/kMutagene" class="is-aquamarine">
Expand Down
388 changes: 121 additions & 267 deletions graph-gallery/scatter/csharp.html

Large diffs are not rendered by default.

322 changes: 103 additions & 219 deletions graph-gallery/scatter/fsharp.html

Large diffs are not rendered by default.

Binary file added images/state-2023.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 17 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,26 +111,26 @@ <h1 class="title is-capitalized is-inline-block is-emphasized-darkmagenta is-siz
</h1>
<div class="card pt-2">
<div class="card-image">
<a href="https://fslab.org/blog/posts/conference-berlin-2023.html">
<a href="https://fslab.org/blog/posts/state-of-fslab-2023.html">
<figure class="image">
<img src="https://fslab.org/blog/images/conference-berlin-2023/conference-berlin-2023.png" alt="post preview image"/>
<img src="https://fslab.org/blog/images/state-2023.png" alt="post preview image"/>
</figure>
</a>
</div>
<div class="card-header is-emphasized-darkmagenta">
<h1 class="card-header-title is-size-4">
<a href="https://fslab.org/blog/posts/conference-berlin-2023.html" class="is-magenta">
Data Science in F# 2023 is a wrap!
<a href="https://fslab.org/blog/posts/state-of-fslab-2023.html" class="is-magenta">
State of FsLab 2023 (#FsAdvent)
</a>
</h1>
</div>
<div class="card-content is-size-6">
<div class="content">
A recap of the 2023 Data Science in F# Conference in Berlin
A recap of the year 2023 for FsLab
</div>
Posted on 2023-11-1 by
<a href="https://github.com/fslaborg" class="is-aquamarine">
FsLab
Posted on 2023-12-28 by
<a href="https://github.com/kMutagene" class="is-aquamarine">
Kevin Schneider
</a>
in
<a href="https://fslab.org/blog/posts/categories/Announcements.html" class="is-aquamarine">
Expand All @@ -149,32 +149,32 @@ <h1 class="title is-capitalized is-inline-block is-emphasized-darkmagenta is-siz
<ul class="mt-0">
<li>
<h3 class="subtitle mb-1 is-size-4">
<a href="https://fslab.org/blog/posts/categories/Datascience.html" class="is-magenta">
Data Science [11]
<a href="https://fslab.org/blog/posts/categories/Announcements.html" class="is-magenta">
Announcements [2]
</a>
</h3>
<p class="is-size-6">
Data science using the FsLab stack
Announcements from the FsLab team
</p>
</li>
<li>
<h3 class="subtitle mb-1 is-size-4">
<a href="https://fslab.org/blog/posts/categories/Announcements.html" class="is-magenta">
Announcements [1]
<a href="https://fslab.org/blog/posts/categories/Fsharp.html" class="is-magenta">
FSharp [2]
</a>
</h3>
<p class="is-size-6">
Announcements from the FsLab team
Basic content related to the F# programming language.
</p>
</li>
<li>
<h3 class="subtitle mb-1 is-size-4">
<a href="https://fslab.org/blog/posts/categories/Fsharp.html" class="is-magenta">
FSharp [2]
<a href="https://fslab.org/blog/posts/categories/Datascience.html" class="is-magenta">
Data Science [11]
</a>
</h3>
<p class="is-size-6">
Basic content related to the F# programming language.
Data science using the FsLab stack
</p>
</li>
</ul>
Expand Down
Loading

0 comments on commit 76bc350

Please sign in to comment.