Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
Germany Open-Data CityGML
Commits
17d0c815
Commit
17d0c815
authored
Nov 06, 2025
by
Eric Duminil
Browse files
Scatter plot
parent
f51f9055
Changes
1
Hide whitespace changes
Inline
Side-by-side
01_baden_wuerttemberg.py
View file @
17d0c815
...
...
@@ -35,5 +35,6 @@ if __name__ == "__main__":
# # coordinate_reference_system ?
# )
# )
plt
.
plot
(
xs
,
ys
)
# TODO: Show dates too?
plt
.
scatter
(
xs
,
ys
,
s
=
0.1
)
plt
.
show
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment