|
5 | 5 | <head> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
7 | 7 |
|
8 | | - <title>Charts Library — Vincent 0.3 documentation</title> |
| 8 | + <title>Charts Library — Vincent 0.4 documentation</title> |
9 | 9 |
|
10 | 10 | <link rel="stylesheet" href="_static/basic.css" type="text/css" /> |
11 | 11 | <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
|
17 | 17 | <script type="text/javascript"> |
18 | 18 | var DOCUMENTATION_OPTIONS = { |
19 | 19 | URL_ROOT: './', |
20 | | - VERSION: '0.3', |
| 20 | + VERSION: '0.4', |
21 | 21 | COLLAPSE_INDEX: false, |
22 | 22 | FILE_SUFFIX: '.html', |
23 | 23 | HAS_SOURCE: true |
|
31 | 31 | <script type="text/javascript" src="_static/js/jquery-fix.js"></script> |
32 | 32 | <script type="text/javascript" src="_static/bootstrap-2.3.2/js/bootstrap.min.js"></script> |
33 | 33 | <script type="text/javascript" src="_static/bootstrap-sphinx.js"></script> |
34 | | - <link rel="top" title="Vincent 0.3 documentation" href="index.html" /> |
| 34 | + <link rel="top" title="Vincent 0.4 documentation" href="index.html" /> |
35 | 35 | <link rel="next" title="Building Vega with Vincent" href="building_vega.html" /> |
36 | 36 | <link rel="prev" title="Quickstart" href="quickstart.html" /> |
37 | 37 | <meta charset='utf-8'> |
|
53 | 53 | </button> |
54 | 54 |
|
55 | 55 | <a class="brand" href="index.html">Vincent</a> |
56 | | - <span class="navbar-text pull-left"><b>0.3</b></span> |
| 56 | + <span class="navbar-text pull-left"><b>0.4</b></span> |
57 | 57 |
|
58 | 58 | <div class="nav-collapse"> |
59 | 59 | <ul class="nav"> |
|
348 | 348 | </div> |
349 | 349 | <img alt="_images/pie_0.png" src="_images/pie_0.png" /> |
350 | 350 | <p>Donut charts can be created by passing an inner radius:</p> |
351 | | -<div class="highlight-python"><div class="highlight"><pre><span class="n">donut</span> <span class="o">=</span> <span class="n">vincent</span><span class="o">.</span><span class="n">Pie</span><span class="p">(</span><span class="n">farm_1</span><span class="p">,</span> <span class="n">inner_radius</span><span class="o">=</span><span class="mi">500</span><span class="p">)</span> |
| 351 | +<div class="highlight-python"><div class="highlight"><pre><span class="n">donut</span> <span class="o">=</span> <span class="n">vincent</span><span class="o">.</span><span class="n">Pie</span><span class="p">(</span><span class="n">farm_1</span><span class="p">,</span> <span class="n">inner_radius</span><span class="o">=</span><span class="mi">200</span><span class="p">)</span> |
352 | 352 | <span class="n">donut</span><span class="o">.</span><span class="n">colors</span><span class="p">(</span><span class="n">brew</span><span class="o">=</span><span class="s">"Set2"</span><span class="p">)</span> |
353 | 353 | <span class="n">donut</span><span class="o">.</span><span class="n">legend</span><span class="p">(</span><span class="s">'Farm 1 Fruit'</span><span class="p">)</span> |
354 | 354 | </pre></div> |
|
0 commit comments