Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19e6b74

Browse files
Publishing to gh-pages (publish.sh)
1 parent 7a5ddfa commit 19e6b74

File tree

96 files changed

+9901
-1429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+9901
-1429
lines changed

.DS_Store

6 KB
Binary file not shown.

categories/3d/index.html

Lines changed: 95 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,95 @@
1-
<!doctype html><html lang=en-us dir=ltr><head><meta charset=utf-8><meta http-equiv=x-ua-compatible content="ie=edge"><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><title>3D &#183; Matplotblog</title><meta name=description content><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css integrity=sha384-9eLZqc9ds8eNjO3TmqPeYcDj8n+Qfa4nuSiGYa6DjLNcv9BtN69ZIulL9+8CqC9Y crossorigin=anonymous><link href=https://matplotlib.org/matplotblog/css/concated.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://matplotlib.org/matplotblog/categories/3d/index.xml title=Matplotblog><style>body{background:#ecedef url(https://matplotlib.org/matplotblog/bg_tiles.png)repeat}</style></head><body class=list-body><nav class="nav-bar side-padding"><h1 class=nav-header><a href=https://matplotlib.org/matplotblog/ class=nav-text><img src=https://matplotlib.org/matplotblog/mpl_logo.png></a></h1><a href=https://matplotlib.org/matplotblog/index.xml><img src=https://matplotlib.org/matplotblog/rss.svg style=width:25px;margin:10px alt="RSS feed"></a><div class=hamburger-menu><button onclick=hamburgerMenuPressed.call(this) aria-haspopup=true aria-expanded=false aria-controls=menu aria-label=Menu>
2-
<span></span><span></span></button><ul id=menu class=hamburger-menu-overlay><li><a href=https://matplotlib.org/matplotblog/ class=hamburger-menu-overlay-link>Home</a></li><li><a href=https://matplotlib.org/matplotblog/posts/how-to-contribute/ class=hamburger-menu-overlay-link>How to Contribute</a></li><li><a href=https://matplotlib.org/matplotblog/categories/3d class=hamburger-menu-overlay-link>3d</a></li><li><a href=https://matplotlib.org/matplotblog/categories/academia class=hamburger-menu-overlay-link>Academia</a></li><li><a href=https://matplotlib.org/matplotblog/categories/art class=hamburger-menu-overlay-link>Art</a></li><li><a href=https://matplotlib.org/matplotblog/categories/editorial class=hamburger-menu-overlay-link>Editorial</a></li><li><a href=https://matplotlib.org/matplotblog/categories/graphs class=hamburger-menu-overlay-link>Graphs</a></li><li><a href=https://matplotlib.org/matplotblog/categories/gsoc class=hamburger-menu-overlay-link>Gsoc</a></li><li><a href=https://matplotlib.org/matplotblog/categories/industry class=hamburger-menu-overlay-link>Industry</a></li><li><a href=https://matplotlib.org/matplotblog/categories/news class=hamburger-menu-overlay-link>News</a></li><li><a href=https://matplotlib.org/matplotblog/categories/tutorials class=hamburger-menu-overlay-link>Tutorials</a></li><li><a href=https://matplotlib.org class=hamburger-menu-overlay-link target=blank>About</a></li></ul></div></nav><main class="card-container side-gutter"><header class=list-header><h1 class=list-header-title>3D</h1></header><a ontouchstart=cardPressed.call(this) ontouchend=cardReleased.call(this) ontouchmove=cardReleased.call(this) href=https://matplotlib.org/matplotblog/posts/custom-3d-engine/ class="card blog-card" rel=bookmark><div class=card-img-container><picture>
3-
<source srcset=https://matplotlib.org/matplotblog/posts/custom-3d-engine/thumbnail_hu647991d2d4b358b4adeb36194ddf580b_137378_400x300_fit_lanczos_2.png><img src=https://matplotlib.org/matplotblog/posts/custom-3d-engine/thumbnail_hu647991d2d4b358b4adeb36194ddf580b_137378_400x300_fit_lanczos_2.png class=card-img></picture></div><article class=card-body><h2 class=card-title>Custom 3D engine in Matplotlib</h2><p class=card-text>3D rendering is really easy once you've understood a few concepts. To demonstrate that, we'll design a simple custom 3D engine that with 60 lines of Python and one Matplotlib call. That is, we'll render the bunny without using the 3D axis.</p><div class="card-subtext muted-text"><p>Posted <time datetime=2019-12-18>Dec 18, 2019</time></p><p>#tutorials #3D</p></div></article></a></main><script src=https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js></script><script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js integrity=sha384-K3vbOmF2BtaVai+Qk37uypf7VrgBubhQreNQe9aGsz9lB63dIFiQVlJbr92dw2Lx crossorigin=anonymous></script><script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js integrity=sha384-kmZOZB5ObwgQnS/DuDg6TScgOiWWBiVt0plIRkZCmE6rDZGrEOQeHM5PcHi+nyqe crossorigin=anonymous onload=renderMathInElement(document.body);></script><script src=https://matplotlib.org/matplotblog/js/core.min.js></script><script>hljs.initHighlightingOnLoad();</script></body></html>
1+
<!DOCTYPE html>
2+
<html lang="en-us" dir="ltr">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="x-ua-compatible" content="ie=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<title>3D &middot; Matplotblog</title>
8+
<meta name="description" content="" />
9+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" />
10+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-9eLZqc9ds8eNjO3TmqPeYcDj8n+Qfa4nuSiGYa6DjLNcv9BtN69ZIulL9+8CqC9Y" crossorigin="anonymous">
11+
12+
13+
14+
15+
<link href="https://matplotlib.org/matplotblog/css/concated.min.css" rel="stylesheet">
16+
<link rel="alternate" type="application/rss+xml" href="https://matplotlib.org/matplotblog/categories/3d/index.xml" title="Matplotblog" />
17+
18+
<style>
19+
body {
20+
background: #ecedef url("https://matplotlib.org/matplotblog/bg_tiles.png") repeat;
21+
}
22+
</style>
23+
</head>
24+
25+
<body class="list-body">
26+
<nav class="nav-bar side-padding">
27+
<h1 class="nav-header"><a href="https://matplotlib.org/matplotblog/" class="nav-text">
28+
29+
<img src="https://matplotlib.org/matplotblog/mpl_logo.png">
30+
31+
32+
</a></h1>
33+
34+
<a href="https://matplotlib.org/matplotblog/index.xml"><img src="https://matplotlib.org/matplotblog/rss.svg" style="width: 25px; margin: 10px" alt="RSS feed"></a>
35+
<div class="hamburger-menu">
36+
<button onclick="hamburgerMenuPressed.call(this)" aria-haspopup="true" aria-expanded="false" aria-controls="menu" aria-label="Menu">
37+
<span></span>
38+
<span></span>
39+
</button>
40+
<ul id="menu" class="hamburger-menu-overlay">
41+
<li><a href="https://matplotlib.org/matplotblog/" class="hamburger-menu-overlay-link">Home</a></li>
42+
<li><a href="https://matplotlib.org/matplotblog/posts/how-to-contribute/" class="hamburger-menu-overlay-link">How to Contribute</a></li>
43+
<li><a href="https://matplotlib.org/matplotblog/categories/3d" class="hamburger-menu-overlay-link">3d</a></li><li><a href="https://matplotlib.org/matplotblog/categories/academia" class="hamburger-menu-overlay-link">Academia</a></li><li><a href="https://matplotlib.org/matplotblog/categories/art" class="hamburger-menu-overlay-link">Art</a></li><li><a href="https://matplotlib.org/matplotblog/categories/editorial" class="hamburger-menu-overlay-link">Editorial</a></li><li><a href="https://matplotlib.org/matplotblog/categories/graphs" class="hamburger-menu-overlay-link">Graphs</a></li><li><a href="https://matplotlib.org/matplotblog/categories/gsoc" class="hamburger-menu-overlay-link">Gsoc</a></li><li><a href="https://matplotlib.org/matplotblog/categories/industry" class="hamburger-menu-overlay-link">Industry</a></li><li><a href="https://matplotlib.org/matplotblog/categories/news" class="hamburger-menu-overlay-link">News</a></li><li><a href="https://matplotlib.org/matplotblog/categories/tutorials" class="hamburger-menu-overlay-link">Tutorials</a></li>
44+
45+
46+
<li><a href="https://matplotlib.org" class="hamburger-menu-overlay-link" target="blank">About</a></li>
47+
48+
49+
50+
</ul>
51+
</div>
52+
</nav>
53+
54+
<main class="card-container side-gutter">
55+
<header class="list-header">
56+
57+
<h1 class="list-header-title">3D</h1>
58+
</header>
59+
60+
61+
62+
<a ontouchstart="cardPressed.call(this)" ontouchend="cardReleased.call(this)" ontouchmove="cardReleased.call(this)"
63+
href="https://matplotlib.org/matplotblog/posts/custom-3d-engine/" class="card blog-card" rel="bookmark" >
64+
65+
<div class="card-img-container">
66+
<picture>
67+
68+
69+
<source srcset="https://matplotlib.org/matplotblog/posts/custom-3d-engine/thumbnail_hu647991d2d4b358b4adeb36194ddf580b_137378_400x300_fit_lanczos_2.png">
70+
<img src="https://matplotlib.org/matplotblog/posts/custom-3d-engine/thumbnail_hu647991d2d4b358b4adeb36194ddf580b_137378_400x300_fit_lanczos_2.png" class="card-img" >
71+
</picture>
72+
</div>
73+
<article class="card-body">
74+
<h2 class="card-title">Custom 3D engine in Matplotlib</h2>
75+
<p class="card-text">3D rendering is really easy once you&#39;ve understood a few concepts. To demonstrate that, we&#39;ll design a simple custom 3D engine that with 60 lines of Python and one Matplotlib call. That is, we&#39;ll render the bunny without using the 3D axis.</p>
76+
<div class="card-subtext muted-text">
77+
<p>Posted <time datetime="2019-12-18">Dec 18, 2019</time></p>
78+
<p>#tutorials #3D </p>
79+
</div>
80+
</article>
81+
</a>
82+
</main>
83+
84+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
85+
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-K3vbOmF2BtaVai+Qk37uypf7VrgBubhQreNQe9aGsz9lB63dIFiQVlJbr92dw2Lx" crossorigin="anonymous"></script>
86+
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-kmZOZB5ObwgQnS/DuDg6TScgOiWWBiVt0plIRkZCmE6rDZGrEOQeHM5PcHi+nyqe" crossorigin="anonymous"
87+
onload="renderMathInElement(document.body);"></script>
88+
89+
<script src="https://matplotlib.org/matplotblog/js/core.min.js"></script>
90+
<script>
91+
hljs.initHighlightingOnLoad();
92+
</script>
93+
94+
</body>
95+
</html>

categories/3d/index.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>3D on Matplotblog</title><link>https://matplotlib.org/matplotblog/categories/3d/</link><description>Recent content in 3D on Matplotblog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Wed, 18 Dec 2019 09:05:32 +0100</lastBuildDate><atom:link href="https://matplotlib.org/matplotblog/categories/3d/index.xml" rel="self" type="application/rss+xml"/><item><title>Custom 3D engine in Matplotlib</title><link>https://matplotlib.org/matplotblog/posts/custom-3d-engine/</link><pubDate>Wed, 18 Dec 2019 09:05:32 +0100</pubDate><guid>https://matplotlib.org/matplotblog/posts/custom-3d-engine/</guid><description>Matplotlib has a really nice 3D interface with many capabilities (and some limitations) that is quite popular among users. Yet, 3D is still considered to be some kind of black magic for some users (or maybe for the majority of users). I would thus like to explain in this post that 3D rendering is really easy once you've understood a few concepts. To demonstrate that, we'll render the bunny above with 60 lines of Python and one Matplotlib call.</description></item></channel></rss>
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>3D on Matplotblog</title>
5+
<link>https://matplotlib.org/matplotblog/categories/3d/</link>
6+
<description>Recent content in 3D on Matplotblog</description>
7+
<generator>Hugo -- gohugo.io</generator>
8+
<language>en-us</language>
9+
<lastBuildDate>Wed, 18 Dec 2019 09:05:32 +0100</lastBuildDate>
10+
11+
<atom:link href="https://matplotlib.org/matplotblog/categories/3d/index.xml" rel="self" type="application/rss+xml" />
12+
13+
14+
<item>
15+
<title>Custom 3D engine in Matplotlib</title>
16+
<link>https://matplotlib.org/matplotblog/posts/custom-3d-engine/</link>
17+
<pubDate>Wed, 18 Dec 2019 09:05:32 +0100</pubDate>
18+
19+
<guid>https://matplotlib.org/matplotblog/posts/custom-3d-engine/</guid>
20+
<description>Matplotlib has a really nice 3D interface with many capabilities (and some limitations) that is quite popular among users. Yet, 3D is still considered to be some kind of black magic for some users (or maybe for the majority of users). I would thus like to explain in this post that 3D rendering is really easy once you&#39;ve understood a few concepts. To demonstrate that, we&#39;ll render the bunny above with 60 lines of Python and one Matplotlib call.</description>
21+
</item>
22+
23+
</channel>
24+
</rss>

categories/3d/page/1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html><head><title>https://matplotlib.org/matplotblog/categories/3d/</title><link rel=canonical href=https://matplotlib.org/matplotblog/categories/3d/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://matplotlib.org/matplotblog/categories/3d/"></head></html>
1+
<!DOCTYPE html><html><head><title>https://matplotlib.org/matplotblog/categories/3d/</title><link rel="canonical" href="https://matplotlib.org/matplotblog/categories/3d/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://matplotlib.org/matplotblog/categories/3d/" /></head></html>

0 commit comments

Comments
 (0)