Geronimo Ezequiel Perez Salas
Geronimo Ezequiel Perez Salas
Same here. I tried with `[email protected]` and `[email protected]` and was fixed.
cool! thanks @xorspark! that seems to work on a single chart very well... buut when I tried that on a multiple chart with many lines plotted it still getting messed...
still experiencing issue with this here is my Dockerfile ``` FROM public.ecr.aws/lambda/python:3.9 # Verify that python3 is installed correctly RUN python3 --version RUN python3 -m pip install --no-cache-dir --upgrade pip...