mirror of
https://github.com/Relintai/pandemonium_engine_easy_charts.git
synced 2024-11-14 10:17:24 +01:00
refactor: use # instread of """ for docstring
This commit is contained in:
parent
fd1826beb7
commit
79a2a6ff2e
@ -1,19 +1,18 @@
|
|||||||
tool
|
tool
|
||||||
extends Chart
|
extends Chart
|
||||||
|
|
||||||
"""
|
# [Linechart] - General purpose node for Line Charts
|
||||||
[Linechart] - General purpose node for Line Charts
|
# A line chart or line plot or line graph or curve chart is a type of chart which
|
||||||
A line chart or line plot or line graph or curve chart is a type of chart which
|
# displays information as a series of data points called 'markers'
|
||||||
displays information as a series of data points called 'markers'
|
# connected by straight line segments.
|
||||||
connected by straight line segments.
|
# It is a basic type of chart common in many fields. It is similar to a scatter plot
|
||||||
It is a basic type of chart common in many fields. It is similar to a scatter plot
|
# except that the measurement points are ordered (typically by their x-axis value)
|
||||||
except that the measurement points are ordered (typically by their x-axis value)
|
# and joined with straight line segments.
|
||||||
and joined with straight line segments.
|
# A line chart is often used to visualize a trend in data over intervals of time –
|
||||||
A line chart is often used to visualize a trend in data over intervals of time –
|
# a time series – thus the line is often drawn chronologically.
|
||||||
a time series – thus the line is often drawn chronologically.
|
# In these cases they are known as run charts.
|
||||||
In these cases they are known as run charts.
|
# Source: Wikipedia
|
||||||
/ source : Wikipedia /
|
|
||||||
"""
|
|
||||||
|
|
||||||
# ---------------------
|
# ---------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user