Skip to content

Commit 87a9391

Browse files
author
Ioannis Giagkiozis
committed
book update
1 parent 1c70c4c commit 87a9391

Some content is hidden

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

55 files changed

+10860
-936
lines changed
Lines changed: 220 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,220 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en" class="sidebar-visible no-js ayu">
3+
<head>
4+
<!-- Book generated using mdBook -->
5+
<meta charset="UTF-8">
6+
<title>Financial Charts - Plotly.rs Book</title>
7+
8+
9+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
10+
<meta name="description" content="">
11+
<meta name="viewport" content="width=device-width, initial-scale=1">
12+
<meta name="theme-color" content="#ffffff" />
13+
14+
<link rel="shortcut icon" href="../favicon.png">
15+
<link rel="stylesheet" href="../css/variables.css">
16+
<link rel="stylesheet" href="../css/general.css">
17+
<link rel="stylesheet" href="../css/chrome.css">
18+
<link rel="stylesheet" href="../css/print.css" media="print">
19+
20+
<!-- Fonts -->
21+
<link rel="stylesheet" href="../FontAwesome/css/font-awesome.css">
22+
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
23+
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">
24+
25+
<!-- Highlight.js Stylesheets -->
26+
<link rel="stylesheet" href="../highlight.css">
27+
<link rel="stylesheet" href="../tomorrow-night.css">
28+
<link rel="stylesheet" href="../ayu-highlight.css">
29+
30+
<!-- Custom theme stylesheets -->
31+
32+
<link rel="stylesheet" href="../ferris.css">
33+
34+
35+
36+
<!-- MathJax -->
37+
<script async type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
38+
39+
</head>
40+
<body>
41+
<!-- Provide site root to javascript -->
42+
<script type="text/javascript">
43+
var path_to_root = "../";
44+
var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "ayu" : "ayu";
45+
</script>
46+
47+
<!-- Work around some values being stored in localStorage wrapped in quotes -->
48+
<script type="text/javascript">
49+
try {
50+
var theme = localStorage.getItem('mdbook-theme');
51+
var sidebar = localStorage.getItem('mdbook-sidebar');
52+
53+
if (theme.startsWith('"') && theme.endsWith('"')) {
54+
localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
55+
}
56+
57+
if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
58+
localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
59+
}
60+
} catch (e) { }
61+
</script>
62+
63+
<!-- Set the theme before any content is loaded, prevents flash -->
64+
<script type="text/javascript">
65+
var theme;
66+
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
67+
if (theme === null || theme === undefined) { theme = default_theme; }
68+
var html = document.querySelector('html');
69+
html.classList.remove('no-js')
70+
html.classList.remove('ayu')
71+
html.classList.add(theme);
72+
html.classList.add('js');
73+
</script>
74+
75+
<!-- Hide / unhide sidebar before it is displayed -->
76+
<script type="text/javascript">
77+
var html = document.querySelector('html');
78+
var sidebar = 'hidden';
79+
if (document.body.clientWidth >= 1080) {
80+
try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
81+
sidebar = sidebar || 'visible';
82+
}
83+
html.classList.remove('sidebar-visible');
84+
html.classList.add("sidebar-" + sidebar);
85+
</script>
86+
87+
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
88+
<div class="sidebar-scrollbox">
89+
<ol class="chapter"><li class="chapter-item expanded "><a href="../plotly_rs.html"><strong aria-hidden="true">1.</strong> Plotly.rs</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../getting_started.html"><strong aria-hidden="true">1.1.</strong> Getting Started</a></li></ol></li><li class="chapter-item expanded "><a href="../recipes_root.html"><strong aria-hidden="true">2.</strong> Recipes</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../recipes/basic_charts.html"><strong aria-hidden="true">2.1.</strong> Basic Charts</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../recipes/basic_charts/scatter_plots.html"><strong aria-hidden="true">2.1.1.</strong> Scatter Plots</a></li><li class="chapter-item expanded "><a href="../recipes/basic_charts/line_charts.html"><strong aria-hidden="true">2.1.2.</strong> Line Charts</a></li><li class="chapter-item expanded "><a href="../recipes/basic_charts/bar_charts.html"><strong aria-hidden="true">2.1.3.</strong> Bar Charts</a></li></ol></li><li class="chapter-item expanded "><a href="../recipes/statistical_charts.html"><strong aria-hidden="true">2.2.</strong> Statistical Charts</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../recipes/statistical_charts/error_bars.html"><strong aria-hidden="true">2.2.1.</strong> Error Bars</a></li><li class="chapter-item expanded "><a href="../recipes/statistical_charts/box_plots.html"><strong aria-hidden="true">2.2.2.</strong> Box Plots</a></li><li class="chapter-item expanded "><a href="../recipes/statistical_charts/histograms.html"><strong aria-hidden="true">2.2.3.</strong> Histograms</a></li></ol></li><li class="chapter-item expanded "><a href="../recipes/scientific_charts.html"><strong aria-hidden="true">2.3.</strong> Scientific Charts</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../recipes/scientific_charts/contour_plots.html"><strong aria-hidden="true">2.3.1.</strong> Contour Plots</a></li><li class="chapter-item expanded "><a href="../recipes/scientific_charts/heatmaps.html"><strong aria-hidden="true">2.3.2.</strong> Heatmaps</a></li></ol></li><li class="chapter-item expanded "><a href="../recipes/financial_charts.html"><strong aria-hidden="true">2.4.</strong> Financial Charts</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../recipes/financial_charts/time_series_and_date_axes.html"><strong aria-hidden="true">2.4.1.</strong> Time Series and Date Axes</a></li><li class="chapter-item expanded "><a href="../recipes/financial_charts/candlestick_charts.html"><strong aria-hidden="true">2.4.2.</strong> Candlestick Charts</a></li><li class="chapter-item expanded "><a href="../recipes/financial_charts/ohlc_charts.html"><strong aria-hidden="true">2.4.3.</strong> OHLC Charts</a></li></ol></li><li class="chapter-item expanded "><a href="../recipes/subplots.html"><strong aria-hidden="true">2.5.</strong> Subplots</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../recipes/subplots/subplots.html"><strong aria-hidden="true">2.5.1.</strong> Subplots</a></li><li class="chapter-item expanded "><a href="../recipes/subplots/multiple_axes.html"><strong aria-hidden="true">2.5.2.</strong> Multiple Axes</a></li></ol></li></ol></li><li class="chapter-item expanded "><a href="../gallery_root.html"><strong aria-hidden="true">3.</strong> Gallery</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../gallery/financial_charts.html" class="active"><strong aria-hidden="true">3.1.</strong> Financial Charts</a></li></ol></li></ol>
90+
</div>
91+
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
92+
</nav>
93+
94+
<div id="page-wrapper" class="page-wrapper">
95+
96+
<div class="page">
97+
<script src="https://cdn.plot.ly/plotly-1.54.6.min.js"></script>
98+
<div id="menu-bar-hover-placeholder"></div>
99+
<div id="menu-bar" class="menu-bar sticky bordered">
100+
<div class="left-buttons">
101+
<button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
102+
<i class="fa fa-bars"></i>
103+
</button>
104+
<button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
105+
<i class="fa fa-paint-brush"></i>
106+
</button>
107+
<ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
108+
<li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
109+
<li role="none"><button role="menuitem" class="theme" id="rust">Rust</button></li>
110+
<li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
111+
<li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
112+
<li role="none"><button role="menuitem" class="theme" id="ayu">Ayu (default)</button></li>
113+
</ul>
114+
115+
<button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
116+
<i class="fa fa-search"></i>
117+
</button>
118+
119+
</div>
120+
121+
<h1 class="menu-title">Plotly.rs Book</h1>
122+
123+
<div class="right-buttons">
124+
<a href="../print.html" title="Print this book" aria-label="Print this book">
125+
<i id="print-button" class="fa fa-print"></i>
126+
</a>
127+
128+
</div>
129+
</div>
130+
131+
132+
<div id="search-wrapper" class="hidden">
133+
<form id="searchbar-outer" class="searchbar-outer">
134+
<input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
135+
</form>
136+
<div id="searchresults-outer" class="searchresults-outer hidden">
137+
<div id="searchresults-header" class="searchresults-header"></div>
138+
<ul id="searchresults">
139+
</ul>
140+
</div>
141+
</div>
142+
143+
144+
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
145+
<script type="text/javascript">
146+
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
147+
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
148+
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
149+
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
150+
});
151+
</script>
152+
153+
<div id="content" class="content">
154+
<main>
155+
<h1><a class="header" href="#financial-charts" id="financial-charts">Financial Charts</a></h1>
156+
157+
</main>
158+
159+
<nav class="nav-wrapper" aria-label="Page navigation">
160+
<!-- Mobile navigation buttons -->
161+
162+
<a rel="prev" href="../gallery_root.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
163+
<i class="fa fa-angle-left"></i>
164+
</a>
165+
166+
167+
168+
169+
<div style="clear: both"></div>
170+
</nav>
171+
</div>
172+
</div>
173+
174+
<nav class="nav-wide-wrapper" aria-label="Page navigation">
175+
176+
<a rel="prev" href="../gallery_root.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
177+
<i class="fa fa-angle-left"></i>
178+
</a>
179+
180+
181+
182+
</nav>
183+
184+
</div>
185+
186+
187+
188+
189+
190+
191+
192+
193+
<script type="text/javascript">
194+
window.playpen_copyable = true;
195+
</script>
196+
197+
198+
199+
200+
201+
<script src="../elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
202+
<script src="../mark.min.js" type="text/javascript" charset="utf-8"></script>
203+
<script src="../searcher.js" type="text/javascript" charset="utf-8"></script>
204+
205+
206+
<script src="../clipboard.min.js" type="text/javascript" charset="utf-8"></script>
207+
<script src="../highlight.js" type="text/javascript" charset="utf-8"></script>
208+
<script src="../book.js" type="text/javascript" charset="utf-8"></script>
209+
210+
<!-- Custom JS scripts -->
211+
212+
<script type="text/javascript" src="../ferris.js"></script>
213+
214+
<script type="text/javascript" src="../plotly-1.54.6.min.js"></script>
215+
216+
217+
218+
219+
</body>
220+
</html>

0 commit comments

Comments
 (0)