diff --git a/data/example_projects/Big-city-pop.lml b/data/example_projects/Big-city-pop.lml new file mode 100644 index 000000000..2c7e1c824 Binary files /dev/null and b/data/example_projects/Big-city-pop.lml differ diff --git a/data/example_projects/CMakeLists.txt b/data/example_projects/CMakeLists.txt new file mode 100644 index 000000000..b6e63a0fd --- /dev/null +++ b/data/example_projects/CMakeLists.txt @@ -0,0 +1 @@ +install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} PATTERN "CMakeLists.txt" EXCLUDE) diff --git a/data/example_projects/Rainfall.lml b/data/example_projects/Rainfall.lml new file mode 100644 index 000000000..d0520a9cb Binary files /dev/null and b/data/example_projects/Rainfall.lml differ diff --git a/data/example_projects/acc-deaths.lml b/data/example_projects/acc-deaths.lml new file mode 100644 index 000000000..9774520b0 Binary files /dev/null and b/data/example_projects/acc-deaths.lml differ diff --git a/data/example_projects/alcohol-cons.lml b/data/example_projects/alcohol-cons.lml new file mode 100644 index 000000000..3c4941ba2 Binary files /dev/null and b/data/example_projects/alcohol-cons.lml differ diff --git a/data/example_projects/cat-weight.lml b/data/example_projects/cat-weight.lml new file mode 100644 index 000000000..dffb34d0d Binary files /dev/null and b/data/example_projects/cat-weight.lml differ diff --git a/data/example_projects/cooling-water.lml b/data/example_projects/cooling-water.lml new file mode 100644 index 000000000..12701bbe3 Binary files /dev/null and b/data/example_projects/cooling-water.lml differ diff --git a/data/example_projects/example_projects.json b/data/example_projects/example_projects.json new file mode 100644 index 000000000..ebf8c14ed --- /dev/null +++ b/data/example_projects/example_projects.json @@ -0,0 +1,66 @@ +[{ + "name": "Magnitude dataset plot", + "fileName": "magnitude_plot.lml", + "tags": ["datasets", "plot", "x-y-curve"] + }, +{ + "name": "Cat weight plot", + "fileName": "cat-weight.lml", + "tags": ["datasets", "plot", "x-y-curve"] + }, +{ + "name": "Cooling water plot", + "fileName": "cooling-water.lml", + "tags": ["datasets", "plot", "x-y-curve"] + }, +{ + "name": "weight-speed plot", + "fileName": "weight-speed.lml", + "tags": ["datasets", "plot", "x-y-curve"] + }, +{ + "name": "Amount of rainfall", + "fileName": "Rainfall.lml", + "tags": ["datasets", "plot", "x-y-curve"] + }, +{ + "name": "Big City Population", + "fileName": "Big-city-pop.lml", + "tags": ["datasets", "plot", "histogram", "statistics"] + }, +{ + "name": "Women weight-height", + "fileName": "weight-height.lml", + "tags": ["datasets", "plot", "histogram", "statistics", "x-y-curve"] + }, +{ + "name": "Level of Lake Huron", + "fileName": "lake-level.lml", + "tags": ["datasets", "plot", "histogram", "statistics", "x-y-curve"] + }, +{ + "name": "Accidental Deaths", + "fileName": "acc-deaths.lml", + "tags": ["datasets", "plot", "histogram", "statistics", "x-y-curve"] + }, +{ + "name": "Alcohol Consumption Per Country", + "fileName": "alcohol-cons.lml", + "tags": ["datasets", "plot", "histogram", "statistics"] + }, +{ + "name": "Logarithm scales", + "fileName": "log_scales.lml", + "tags": ["maths", "plot", "x-y-curve"] + }, +{ + "name": "Mathematical Functions", + "fileName": "mathematical_functions.lml", + "tags": ["maths", "plot", "curves", "functions"] + }, +{ + "name": "Anscombe's quartet.lml", + "fileName": "fit (Anscombe's quartet).lml", + "tags": ["maths", "plot", "x-y-curve"] + } +] diff --git a/data/example_projects/fit (Anscombe's quartet).lml b/data/example_projects/fit (Anscombe's quartet).lml new file mode 100644 index 000000000..bcd84296f Binary files /dev/null and b/data/example_projects/fit (Anscombe's quartet).lml differ diff --git a/data/example_projects/lake-level.lml b/data/example_projects/lake-level.lml new file mode 100644 index 000000000..a1f9021f6 Binary files /dev/null and b/data/example_projects/lake-level.lml differ diff --git a/data/example_projects/log_scales.lml b/data/example_projects/log_scales.lml new file mode 100644 index 000000000..0dcae4eb0 Binary files /dev/null and b/data/example_projects/log_scales.lml differ diff --git a/data/example_projects/magnitude_plot.lml b/data/example_projects/magnitude_plot.lml new file mode 100644 index 000000000..f9fefb1de Binary files /dev/null and b/data/example_projects/magnitude_plot.lml differ diff --git a/data/example_projects/mathematical_functions.lml b/data/example_projects/mathematical_functions.lml new file mode 100644 index 000000000..7c165dfbb Binary files /dev/null and b/data/example_projects/mathematical_functions.lml differ diff --git a/data/example_projects/weight-height.lml b/data/example_projects/weight-height.lml new file mode 100644 index 000000000..975475e0d Binary files /dev/null and b/data/example_projects/weight-height.lml differ diff --git a/data/example_projects/weight-speed.lml b/data/example_projects/weight-speed.lml new file mode 100644 index 000000000..3c699c369 Binary files /dev/null and b/data/example_projects/weight-speed.lml differ