Add _static
|
|
@ -9,4 +9,3 @@ dist/
|
|||
|
||||
.pytest_cache/
|
||||
_build/
|
||||
_static/
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 505 KiB |
|
|
@ -0,0 +1,7 @@
|
|||
"Cycle Name","KI (1/km)","Distance (mi)","Percent Fuel Savings","","",""
|
||||
"","","","Improved Speed","Decreased Accel","Eliminate Stops","Decreased Idle"
|
||||
"2012_2","3.30","1.3","5.9%","9.5%","29.2%","17.4%"
|
||||
"2145_1","0.68","11.2","2.4%","0.1%","9.5%","2.7%"
|
||||
"4234_1","0.59","58.7","8.5%","1.3%","8.5%","3.3%"
|
||||
"2032_2","0.17","57.8","21.7%","0.3%","2.7%","1.2%"
|
||||
"4171_1","0.07","173.9","58.1%","1.6%","2.1%","0.5%"
|
||||
|
|
After Width: | Height: | Size: 1.1 KiB |
|
|
@ -0,0 +1,7 @@
|
|||
"Cycle Name","KI (1/km)","Distance (mi)","Percent Fuel Savings","","",""
|
||||
"","","","Improved Speed","Decreased Accel","Eliminate Stops","Decreased Idle"
|
||||
"2012_2","3.30","1.3","5.9%","9.5%","29.2%","17.4%"
|
||||
"2145_1","0.68","11.2","2.4%","0.1%","9.5%","2.7%"
|
||||
"4234_1","0.59","58.7","8.5%","1.3%","8.5%","3.3%"
|
||||
"2032_2","0.17","57.8","21.7%","0.3%","2.7%","1.2%"
|
||||
"4171_1","0.07","173.9","58.1%","1.6%","2.1%","0.5%"
|
||||
|
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 8.1 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 8.8 KiB |
|
After Width: | Height: | Size: 8.8 KiB |
|
|
@ -8,6 +8,8 @@ This page covers some of the more advanced configurations for :ref:`Stream <stre
|
|||
Plot geometry
|
||||
-------------
|
||||
|
||||
|
||||
|
||||
You can call Lattice with debug={'line', 'intersection', 'contour', 'table'}, and call `debug_plot()` which will generate an image like the ones on this page, with the help of which you can modify various parameters. See :doc:`API doc <api>` for more information.
|
||||
|
||||
Process background lines
|
||||
|
|
@ -36,6 +38,8 @@ Split text in spanning cells
|
|||
Flag subscripts and superscripts
|
||||
--------------------------------
|
||||
|
||||
.. note:: This will available in a future release.
|
||||
|
||||
Control how text is grouped into rows
|
||||
-------------------------------------
|
||||
|
||||
|
|
|
|||