- Aug 04, 2017
-
-
Frank Sauerburger authored
Adding a new section explain how to plot data points on top of the expected cropped parabola.
-
Frank Sauerburger authored
Two minor changes: - Add eps and png images to the gitignore file - Fix a typo in the plotting function f(x)
-
Frank Sauerburger authored
Add the *.png pattern to the list of artifacts.
-
Frank Sauerburger authored
Create also a png version of the cropped parabola plot and use this version in the README.
-
Frank Sauerburger authored
Embed the plot of the cropped parabola from the artifacts of the CI.
-
Frank Sauerburger authored
Prevent the second operation in func_plot.py to overwrite the first one, which set up the Agg backend.
-
Frank Sauerburger authored
Add matplotlib.use('Agg') to the code examples, which is necessary when run in an environment without X11 sever, such as the CI pipeline.
-
Frank Sauerburger authored
Add a chapter showing and example how to plot a simple function with matplotlib. This commit add eps-files to the artifacts of the CI.
-
Frank Sauerburger authored
Use CI_REGISTRY_IMAGE instead of a combination of CI_REGISTRY and CI_PROJECT_PATH_SLUG to fix registry image path.
-
Frank Sauerburger authored
Use CI_PROJECT_PATH_SLUG instead of CI_PROJECT_PATH in docker image path, since the registry path must be lowercase.
-
Frank Sauerburger authored
Fix the gitlab-ci configuration by adding quotes to the artifacts path with wildcards.
-
Frank Sauerburger authored
Add the gitignore file. Temporary vim file should be ignored, as well as python script generated by doxec.
-
Frank Sauerburger authored
Add a CI pipeline with a single doxec task. The created python code examples are packaged and can be downloaded on success.
-
Frank Sauerburger authored
-
Frank Sauerburger authored
This commit adds a chapter about the installation of python3, numpy, scipy and matplotlib and a chapter with a first 'Hello World'-like example.
-