mirror of
https://gitlab.rlp.net/mobitar/julia_course.git
synced 2024-11-16 13:28:10 +00:00
Better link representation
This commit is contained in:
parent
5278c18cdd
commit
e80f367cba
2 changed files with 4 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -2,4 +2,6 @@ Manifest.toml
|
||||||
|
|
||||||
Solutions*.jl
|
Solutions*.jl
|
||||||
|
|
||||||
Day_2/resources/new_test.txt
|
Day_2/resources/new_test.txt
|
||||||
|
Day_3/resources/df2.csv
|
||||||
|
Day_3/resources/test_figure_export.pdf
|
|
@ -429,7 +429,7 @@ plot(
|
||||||
md"""
|
md"""
|
||||||
For more information about all possible attributes and values, visit this link:
|
For more information about all possible attributes and values, visit this link:
|
||||||
|
|
||||||
https://docs.juliaplots.org/latest/attributes/
|
https://docs.juliaplots.org/latest/attributes/
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# ╔═╡ c61b154c-0e2c-4c19-b5fc-17a68a25ccb0
|
# ╔═╡ c61b154c-0e2c-4c19-b5fc-17a68a25ccb0
|
||||||
|
|
Loading…
Reference in a new issue