Skip to content

Commit f80d7fd

Browse files
committed
adjustment of colors and point sizes for WW and WWTP
1 parent fe400fc commit f80d7fd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

inst/extdata/scripts/impetus/qsimVis_example.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,24 +131,24 @@ qsimVis::add_coloredRivers(
131131
qsimVis::Berlin_add_poi(
132132
poiType = "wwtp",
133133
poiTitle = "Kläranlagen",
134-
fillColor = "#6B3E3A",
135-
lineColor = "#FF796D",
134+
fillColor = "sienna3",
135+
lineColor = "#6B3E3A", # "#FF796D"
136136
plotNames = FALSE,
137137
sw_connection = TRUE,
138138
rivers = rivers,
139-
pCex = 2,
139+
pCex = 1.8,
140140
legendPosition = "topright",
141141
dashed_connection = FALSE)
142142

143143
qsimVis::Berlin_add_poi(
144144
poiType = "dwtp",
145145
poiTitle = "Wasserwerke",
146-
fillColor = "#25496B",
147-
lineColor = "#9DD0FF",
146+
fillColor = "steelblue3",
147+
lineColor = "#25496B", ##9DD0FF",
148148
plotNames = TRUE,
149149
sw_connection = TRUE,
150150
rivers = rivers,
151-
pCex = 2,
151+
pCex = 1.8,
152152
legendPosition = "topright")
153153

154154
# on single POI (--> KWB)

0 commit comments

Comments
 (0)