mirror of https://gitlab.com/pamhyr/pamhyr2
Results: CustomPlot: Minor change.
parent
ae40097b51
commit
4605950b94
|
|
@ -50,6 +50,13 @@ class CustomPlot(PamhyrPlot):
|
||||||
self._profile = profile
|
self._profile = profile
|
||||||
self._timestamp = timestamp
|
self._timestamp = timestamp
|
||||||
|
|
||||||
|
logger.debug(
|
||||||
|
"Create custom plot for: " +
|
||||||
|
f"{x} -> {','.join(y)}: " +
|
||||||
|
f"reach={reach}, profile={profile}, " +
|
||||||
|
f"timestamp={timestamp}"
|
||||||
|
)
|
||||||
|
|
||||||
self._y_axis = list(
|
self._y_axis = list(
|
||||||
set(
|
set(
|
||||||
map(
|
map(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue