Commit acde965b authored by Paul Asmuth's avatar Paul Asmuth
Browse files

minor documentation updates

parent c27740c4
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ using the options described below.

<ul>
  <li><a href="/getting-started">Getting Started</a></li>
  <li><a href="/plot/usage">Using the <code>plot</code> module</a></li>
  <li><a href="/plot/usage">List of <code>plot</code> statements</a></li>
  <!--
  <li><a href="/plot/usage">Drawing line charts</a></li>
  <li><a href="/plot/usage">Drawing point &amp; scatter charts</a></li>
@@ -62,9 +62,13 @@ topics.
  <li><a href="/plot/number-format">Number Formatters</a></li>
  <li><a href="/plot/scale-types">Scale Types</a></li>
  <li><a href="/plot/scale-layout">Scale Layout</a></li>
  <li><a href="/marker-shapes">Marker Shapes</a></li>
</ul>

##### General Options

<ul>
  <li><a href="/colors">Colors</a></li>
  <li><a href="/typographic">Typographic Units</a></li>
  <li><a href="/fonts">Fonts</a></li>
  <li><a href="/marker-shapes">Marker Shapes</a></li>
</ul>
+1 −1
Original line number Diff line number Diff line
# Using the `plot` module
# List of `plot` statements

The `plot` module is used to create two-dimensional plots from structured input
data, such as CSV or GeoJSON files. To use the plot module, add the following line
+1 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ html {
body {
  margin: 0;
  padding: 0 2em;
  font-family: "DejaVu Sans", Verdana, sans-serif;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #fff;
  font-size: 12pt;
  line-height: 1.42;
@@ -237,7 +237,6 @@ article img {
code {
  font-family: "Inconsolata", "Monaco", monospace;
  overflow: auto;
  font-size: 14pt;
}

code i {