Explorar el Código

Background color for cell id.

master
Lukas Prause hace 2 años
padre
commit
be88aec9b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      plot_transmission_timeline.py

+ 1
- 1
plot_transmission_timeline.py Ver fichero

@@ -194,7 +194,7 @@ if __name__ == "__main__":
twin2 = ax.twinx()
# Offset the right spine of twin2. The ticks and label have already been
# placed on the right by twinx above.
twin2.spines.right.set_position(("axes", 1.2))
twin2.spines.right.set_position(("axes", 0.6))


# create list fo color indices

Cargando…
Cancelar
Guardar