mirror of
https://github.com/weewx/weewx.git
synced 2026-04-17 16:16:56 -04:00
make images with captions consistent. make tables more consistent.
This commit is contained in:
@@ -269,15 +269,15 @@ If there is a time gap in the data, the option
|
||||
[`line_gap_fraction`](../reference/skin-options/imagegenerator.md/#line_gap_fraction) controls how line plots will be drawn.
|
||||
Here's what a plot looks like without and with this option being specified:
|
||||
|
||||
|  |
|
||||
|---------------------------------------------------|
|
||||
| No `line_gap_fraction` specified |
|
||||
<figure markdown>
|
||||

|
||||
<figcaption>No `line_gap_fraction` specified</figcaption>
|
||||
</figure>
|
||||
|
||||
|
||||
|
||||
|  |
|
||||
|--------------------------------------------------------------------------------------|
|
||||
| With `line_gap_fraction=0.01`.<br/>Note how each line has been split into two lines. |
|
||||
<figure markdown>
|
||||

|
||||
<figcaption>With `line_gap_fraction=0.01`.<br/>Note how each line has been split into two lines.</figcaption>
|
||||
</figure>
|
||||
|
||||
## Progressive vector plots
|
||||
|
||||
|
||||
@@ -32,10 +32,10 @@ hardware.
|
||||
Below is a brief overview of the WeeWX system architecture, which is covered
|
||||
in much more detail in the rest of this document.
|
||||
|
||||
| The WeeWX pipeline |
|
||||
|-----------------------------------------------|
|
||||
|  |
|
||||
| A typical WeeWX pipeline. The actual pipeline depends on what extensions are in use. Data, in the form of LOOP packets and archive records, flows from top to bottom. |
|
||||
<figure markdown>
|
||||

|
||||
<figcaption>A typical WeeWX pipeline. The actual pipeline depends on what extensions are in use. Data, in the form of LOOP packets and archive records, flows from top to bottom.</figcaption>
|
||||
</figure>
|
||||
|
||||
* A WeeWX process normally handles the monitoring of one station — _e.g._ a
|
||||
weather station. The process is configured using options in a configuration
|
||||
|
||||
@@ -450,7 +450,7 @@ holds a statistical summary for the day. For example, for outside
|
||||
temperature observation type `outTemp`, this table would be
|
||||
named `archive_day_outTemp`. This is what it would look like:
|
||||
|
||||
<table class="fixed_width">
|
||||
<table>
|
||||
<caption>Structure of the <span class="code">archive_day_outTemp</span> daily summary</caption>
|
||||
<tr class="code first_row">
|
||||
<td>dateTime</td>
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
This section describes the various options available to the image
|
||||
generator.
|
||||
|
||||
|  |
|
||||
|--------------------------------------------------------------|
|
||||
| Part names in a WeeWX image |
|
||||
|
||||
<figure markdown>
|
||||

|
||||
<figcaption>Parts of a WeeWX plot image</figcaption>
|
||||
</figure>
|
||||
|
||||
## General options
|
||||
|
||||
@@ -17,9 +17,10 @@ These are options that affect the overall image.
|
||||
Setting to 2 or more might give a sharper image, with fewer jagged
|
||||
edges. Experimentation is in order. Default is `1`.
|
||||
|
||||
|  |
|
||||
|---------------------------------------------------------------------|
|
||||
| A GIF showing the same image<br/>with `anti_alias=1`, `2`, and `4`. |
|
||||
<figure markdown>
|
||||

|
||||
<figcaption>A GIF showing the same image<br/>with `anti_alias=1`, `2`, and `4`.</figcaption>
|
||||
</figure>
|
||||
|
||||
#### chart_background_color
|
||||
|
||||
@@ -30,9 +31,10 @@ The background color of the chart itself. Optional. Default is
|
||||
|
||||
The color of the chart grid lines. Optional. Default is `#a0a0a0`
|
||||
|
||||
|  |
|
||||
|-------------------------------------------------------------|
|
||||
| Example of day/night bands in a one week image |
|
||||
<figure markdown>
|
||||

|
||||
<figcaption>Example of day/night bands in a one week image</figcaption>
|
||||
</figure>
|
||||
|
||||
#### daynight_day_color
|
||||
|
||||
@@ -211,9 +213,10 @@ y-axis minimum, maximum, and minimum increment automatically.)
|
||||
|
||||
## Compass rose options
|
||||
|
||||
|  |
|
||||
|----------------------------------------------------------------------|
|
||||
| Example of a vector plot with a compass rose<br/>in the lower-left |
|
||||
<figure markdown>
|
||||

|
||||
<figcaption>Example of a vector plot with a compass rose<br/>in the lower-left</figcaption>
|
||||
</figure>
|
||||
|
||||
#### rose_label
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ This section covers options relating to your weather station setup.
|
||||
|
||||
## General Settings
|
||||
|
||||
This applies to all station types
|
||||
These options apply to every type of station.
|
||||
|
||||
#### ==location==
|
||||
|
||||
|
||||
@@ -175,8 +175,8 @@ treated as a special case, which limited their flexibility. With <a
|
||||
href="https://github.com/weewx/weewx/pull/807">PR #807</a>, a delta time is
|
||||
treated like any other scalar, which gives you access to all the regular
|
||||
formatting tools. However, a side effect is that if you want to format the time
|
||||
in the "long form", that is, so the results look like <span class="code">4
|
||||
hours, 15 minutes</span>, rather than <span class="code">15300 seconds</span>,
|
||||
in the "long form", that is, so the results look like <code>4
|
||||
hours, 15 minutes</code>, rather than <code>15300 seconds</code>,
|
||||
then you will have to say so explicitly.
|
||||
|
||||
If you use the <em>Seasons</em> skin, you will have to make these four changes.
|
||||
@@ -620,8 +620,8 @@ vh = ValueHelper(vt,
|
||||
<td>
|
||||
<pre class='tty'>[StdWXCalculate]
|
||||
<span class="removed">ignore_zero_wind = False</span>
|
||||
[[Calculations]]
|
||||
...</pre>
|
||||
[[Calculations]]
|
||||
...</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class='tty'>[StdWXCalculate]
|
||||
|
||||
@@ -65,7 +65,7 @@ This is an outline of the process to install, configure, and run WeeWX:
|
||||
There are several different ways to install WeeWX.
|
||||
|
||||
<table>
|
||||
<tr><td>Installer</td><td>Systems</td><td>Best for...</td></tr>
|
||||
<tr><th>Installer</th><th>Systems</th><th>Best for...</th></tr>
|
||||
<tr>
|
||||
<td><a href="../quickstarts/debian.md">Debian</a></td>
|
||||
<td>including Ubuntu, Mint, Raspberry Pi OS, Devuan</td>
|
||||
|
||||
Reference in New Issue
Block a user