You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below a picture oa a real live application. for more information visit the project `page <https://github.com/casainho/temperature_humidity_sensor_eink_display>`_. Thanks to @Casainho
Copy file name to clipboardExpand all lines: docs/quick_start.rst
+21-2Lines changed: 21 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -377,19 +377,38 @@ Logging
377
377
===============
378
378
379
379
This is a similar to Cartesian but designed to allow the user to use it as a data logger.
380
-
The user needs to setup manually the range and tick values in order for this graph to work proeprly
380
+
The user needs to manually set up the range and tick values in order for this graph to work properly
381
381
382
382
There are some parameters that you can customize:
383
383
384
384
* rangex and rangey: you need specify the ranges of your graph. This allows you to move your graph according to your needs. This parameters only accept lists
385
385
* ticksx and ticksy: Specific ticks for the X and Y axes
386
386
* line_color: you can specify the color in HEX
387
387
* tick_pos: Allows to show the ticks below the axes.
388
-
* fill: genrates lines under each point, to fill the area under the points
388
+
* fill: generates lines under each point, to fill the area under the points
A small module to load, locate and scale svg path collection of points in the plot area. This will tend to be memory consuming as some SVG will have several path points.
402
+
There are some pre-provided icons in the ``icons.py`` file, you could add more if needed.
403
+
Specific icons are stored as a dictionary in the icons.py file. Every path is a entry in the dictionary.
404
+
For example, if you want to load the Temperature icon with a scale of 2
0 commit comments