Update to v0.6.9000

This commit is contained in:
gnoblet 2023-01-24 19:40:53 -05:00
parent 1207731340
commit aba8c79f82
39 changed files with 1101 additions and 61 deletions

View file

@ -96,6 +96,11 @@
<dd>Add a scale bar</dd>
</dl><dl><dt>
<code><a href="alluvial.html">alluvial()</a></code>
</dt>
<dd>Simple alluvial chart</dd>
</dl><dl><dt>
<code><a href="bar.html">bar()</a></code>
</dt>
<dd>Simple bar chart</dd>
@ -131,6 +136,11 @@
<dd>Function to extract REACH colors as hex codes</dd>
</dl><dl><dt>
<code><a href="donut.html">donut()</a></code>
</dt>
<dd>Simple donut chart (to be used parsimoniously), can be a pie chart</dd>
</dl><dl><dt>
<code><a href="dumbbell.html">dumbbell()</a></code>
</dt>
<dd>Make dumbbell chart.</dd>
@ -161,6 +171,11 @@
<dd>Haïti admin 1 lines shapefile.</dd>
</dl><dl><dt>
<code><a href="lollipop.html">lollipop()</a></code>
</dt>
<dd>Simple bar chart</dd>
</dl><dl><dt>
<code><a href="pal_agora.html">pal_agora()</a></code>
</dt>
<dd>Return function to interpolate an AGORA color palette</dd>