Skip to content

Commit 6c95146

Browse files
committed
Update
1 parent 8078bb8 commit 6c95146

Some content is hidden

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

66 files changed

+2623
-395
lines changed

book/appendix/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
8080
<div id="sidebar-scrollbox" class="sidebar-scrollbox">
81-
<ol class="chapter"><li class="expanded "><a href="../intro/introduction.html"><strong aria-hidden="true">1.</strong> Plotters Developer's Guide</a></li><li><ol class="section"><li class="expanded "><a href="../intro/getting_started.html"><strong aria-hidden="true">1.1.</strong> Getting started</a></li></ol></li><li class="expanded "><a href="../basic/overview.html"><strong aria-hidden="true">2.</strong> Basic plotting</a></li><li><ol class="section"><li class="expanded "><a href="../basic/chart_context.html"><strong aria-hidden="true">2.1.</strong> Define chart context</a></li><li class="expanded "><a href="../basic/chart_components.html"><strong aria-hidden="true">2.2.</strong> Draw figure components</a></li><li class="expanded "><a href="../basic/basic_data_plotting.html"><strong aria-hidden="true">2.3.</strong> Basic data plotting</a></li><li class="expanded "><a href="../basic/multipanel.html"><strong aria-hidden="true">2.4.</strong> Multipanel figures</a></li><li class="expanded "><a href="../basic/animate.html"><strong aria-hidden="true">2.5.</strong> Animation and realtime rendering</a></li></ol></li><li class="expanded "><a href="../tweak/overview.html"><strong aria-hidden="true">3.</strong> Tweaking the figure</a></li><li><ol class="section"><li class="expanded "><a href="../tweak/layout.html"><strong aria-hidden="true">3.1.</strong> Layout tweak</a></li><li class="expanded "><a href="../tweak/font_color_style.html"><strong aria-hidden="true">3.2.</strong> Font, color and styles</a></li><li class="expanded "><a href="../tweak/aixs_mesh_labels.html"><strong aria-hidden="true">3.3.</strong> Axis, mesh and label tweaks</a></li><li class="expanded "><a href="../tweak/relative_sizing.html"><strong aria-hidden="true">3.4.</strong> Relative sizing</a></li></ol></li><li class="expanded "><a href="../drawing/overview.html"><strong aria-hidden="true">4.</strong> Drawing APIs</a></li><li><ol class="section"><li class="expanded "><a href="../drawing/drawing_area.html"><strong aria-hidden="true">4.1.</strong> Drawing areas</a></li><li class="expanded "><a href="../drawing/coord_system.html"><strong aria-hidden="true">4.2.</strong> Coordinate systems</a></li><li><ol class="section"><li class="expanded "><a href="../drawing/coord_decorator.html"><strong aria-hidden="true">4.2.1.</strong> Coordinate decorators</a></li></ol></li><li class="expanded "><a href="../drawing/elements.html"><strong aria-hidden="true">4.3.</strong> Elements</a></li><li class="expanded "><a href="../drawing/backends.html"><strong aria-hidden="true">4.4.</strong> Drawing backends</a></li></ol></li><li class="expanded "><a href="../backends/overview.html"><strong aria-hidden="true">5.</strong> Targeting different backends</a></li><li><ol class="section"><li class="expanded "><a href="../backends/canvas_backend.html"><strong aria-hidden="true">5.1.</strong> HTML5 Canvas</a></li><li class="expanded "><a href="../backends/fb.html"><strong aria-hidden="true">5.2.</strong> Framebuffer</a></li></ol></li><li class="expanded "><a href="../perf/overview.html"><strong aria-hidden="true">6.</strong> Performance</a></li><li><ol class="section"><li class="expanded "><a href="../perf/parallel_blit.html"><strong aria-hidden="true">6.1.</strong> Parallel Rendering with Bitmap Blit</a></li><li class="expanded "><a href="../perf/inplace_rendering.html"><strong aria-hidden="true">6.2.</strong> Inplace Parallel Rendering</a></li><li class="expanded "><a href="../perf/incremental_rendering.html"><strong aria-hidden="true">6.3.</strong> Incremental Rendering</a></li></ol></li><li class="expanded "><a href="../extend/overview.html"><strong aria-hidden="true">7.</strong> Extend Plotters</a></li><li><ol class="section"><li class="expanded "><a href="../extend/coord.html"><strong aria-hidden="true">7.1.</strong> Adding coordinate type</a></li><li class="expanded "><a href="../extend/series.html"><strong aria-hidden="true">7.2.</strong> Adding series types</a></li><li class="expanded "><a href="../extend/backend.html"><strong aria-hidden="true">7.3.</strong> Support new backend</a></li></ol></li><li class="expanded "><a href="../appendix/index.html" class="active"><strong aria-hidden="true">8.</strong> Appendix</a></li><li><ol class="section"><li class="expanded "><a href="../appendix/built_in_backends.html"><strong aria-hidden="true">8.1.</strong> Built-in backends</a></li></ol></li></ol>
81+
<ol class="chapter"><li class="expanded "><a href="../intro/introduction.html"><strong aria-hidden="true">1.</strong> Plotters Developer's Guide</a></li><li><ol class="section"><li class="expanded "><a href="../intro/getting_started.html"><strong aria-hidden="true">1.1.</strong> Getting started</a></li></ol></li><li class="expanded "><a href="../basic/overview.html"><strong aria-hidden="true">2.</strong> Basic plotting</a></li><li><ol class="section"><li class="expanded "><a href="../basic/chart_context.html"><strong aria-hidden="true">2.1.</strong> Define chart context</a></li><li class="expanded "><a href="../basic/chart_components.html"><strong aria-hidden="true">2.2.</strong> Draw figure components</a></li><li class="expanded "><a href="../basic/basic_data_plotting.html"><strong aria-hidden="true">2.3.</strong> Basic data plotting</a></li><li class="expanded "><a href="../basic/multipanel.html"><strong aria-hidden="true">2.4.</strong> Multipanel figures</a></li><li class="expanded "><a href="../basic/draw_3d_plots.html"><strong aria-hidden="true">2.5.</strong> Draw 3D plots</a></li><li class="expanded "><a href="../basic/animate.html"><strong aria-hidden="true">2.6.</strong> Animation and realtime rendering</a></li></ol></li><li class="expanded "><a href="../tweak/overview.html"><strong aria-hidden="true">3.</strong> Tweaking the figure</a></li><li><ol class="section"><li class="expanded "><a href="../tweak/layout.html"><strong aria-hidden="true">3.1.</strong> Layout tweak</a></li><li class="expanded "><a href="../tweak/font_color_style.html"><strong aria-hidden="true">3.2.</strong> Font, color and styles</a></li><li class="expanded "><a href="../tweak/aixs_mesh_labels.html"><strong aria-hidden="true">3.3.</strong> Axis, mesh and label tweaks</a></li><li class="expanded "><a href="../tweak/relative_sizing.html"><strong aria-hidden="true">3.4.</strong> Relative sizing</a></li></ol></li><li class="expanded "><a href="../drawing/overview.html"><strong aria-hidden="true">4.</strong> Drawing APIs</a></li><li><ol class="section"><li class="expanded "><a href="../drawing/drawing_area.html"><strong aria-hidden="true">4.1.</strong> Drawing areas</a></li><li class="expanded "><a href="../drawing/elements.html"><strong aria-hidden="true">4.2.</strong> Elements</a></li></ol></li><li class="expanded "><a href="../coord/coord_system.html"><strong aria-hidden="true">5.</strong> Coordinate systems</a></li><li><ol class="section"><li class="expanded "><a href="../coord/one_diml.html"><strong aria-hidden="true">5.1.</strong> 1D coordinates</a></li><li class="expanded "><a href="../coord/high_dim.html"><strong aria-hidden="true">5.2.</strong> High dimensional coordinates</a></li><li class="expanded "><a href="../coord/coord_combinators.html"><strong aria-hidden="true">5.3.</strong> Coordinate combinators</a></li></ol></li><li class="expanded "><a href="../backends/overview.html"><strong aria-hidden="true">6.</strong> Targeting different backends</a></li><li><ol class="section"><li class="expanded "><a href="../backends/backends.html"><strong aria-hidden="true">6.1.</strong> Drawing backends</a></li><li class="expanded "><a href="../backends/canvas_backend.html"><strong aria-hidden="true">6.2.</strong> HTML5 Canvas</a></li><li class="expanded "><a href="../backends/fb.html"><strong aria-hidden="true">6.3.</strong> Framebuffer</a></li></ol></li><li class="expanded "><a href="../perf/overview.html"><strong aria-hidden="true">7.</strong> Performance</a></li><li><ol class="section"><li class="expanded "><a href="../perf/parallel_blit.html"><strong aria-hidden="true">7.1.</strong> Parallel Rendering with Bitmap Blit</a></li><li class="expanded "><a href="../perf/inplace_rendering.html"><strong aria-hidden="true">7.2.</strong> Inplace Parallel Rendering</a></li><li class="expanded "><a href="../perf/incremental_rendering.html"><strong aria-hidden="true">7.3.</strong> Incremental Rendering</a></li></ol></li><li class="expanded "><a href="../extend/overview.html"><strong aria-hidden="true">8.</strong> Extend Plotters</a></li><li><ol class="section"><li class="expanded "><a href="../extend/coord.html"><strong aria-hidden="true">8.1.</strong> Adding coordinate type</a></li><li class="expanded "><a href="../extend/series.html"><strong aria-hidden="true">8.2.</strong> Adding series types</a></li><li class="expanded "><a href="../extend/backend.html"><strong aria-hidden="true">8.3.</strong> Support new backend</a></li></ol></li><li class="expanded "><a href="../appendix/index.html" class="active"><strong aria-hidden="true">9.</strong> Appendix</a></li><li><ol class="section"><li class="expanded "><a href="../appendix/supported_backends.html"><strong aria-hidden="true">9.1.</strong> Supported backends</a></li></ol></li></ol>
8282
</div>
8383
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
8484
</nav>
@@ -158,7 +158,7 @@ <h1><a class="header" href="#appendix" id="appendix">Appendix</a></h1>
158158

159159

160160

161-
<a rel="next" href="../appendix/built_in_backends.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
161+
<a rel="next" href="../appendix/supported_backends.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
162162
<i class="fa fa-angle-right"></i>
163163
</a>
164164

@@ -176,7 +176,7 @@ <h1><a class="header" href="#appendix" id="appendix">Appendix</a></h1>
176176

177177

178178

179-
<a href="../appendix/built_in_backends.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
179+
<a href="../appendix/supported_backends.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
180180
<i class="fa fa-angle-right"></i>
181181
</a>
182182

0 commit comments

Comments
 (0)