Results: CustomPlot: Minor change.

setup.py
Pierre-Antoine Rouby 2023-10-17 17:10:58 +02:00
parent ae40097b51
commit 4605950b94
1 changed files with 7 additions and 0 deletions

View File

@ -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(