Procházet zdrojové kódy

Background color for cell id.

master
Lukas Prause před 2 roky
rodič
revize
be88aec9b3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      plot_transmission_timeline.py

+ 1
- 1
plot_transmission_timeline.py Zobrazit soubor

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

Načítá se…
Zrušit
Uložit