Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrecuer authored May 28, 2024
1 parent 5b68a99 commit c6bdfa6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/multigraph.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
"""produces some snapshots opening the bloch dataset."""

import datetime
import random
import time

import matplotlib
import matplotlib.pylab as plt
from PyFina import getMeta, PyFina
import random
import time

# télécharger le fichier contenant les données de Marc Bloch 2021
# tar -xvf in the current folder
# puis lancer tar -xvf pour décompresser
dir = "phpfina"
feeds = {
"Text" : 5,
Expand Down Expand Up @@ -74,7 +75,7 @@ def generate_episode(start_ts):
plt.plot(TziqNord, label = "TziqNord", color="green")
plt.plot(TtecNord, label = "TtecNord", color="orange")
plt.legend(loc='upper right')
ax3 = plt.subplot(212, sharex=ax1)
plt.subplot(212, sharex=ax1)
plt.ylabel("hot water Temp °C")
plt.plot(TdepNord, label = "TdepNord")
plt.plot(TretNord, label = "TretNord")
Expand Down

0 comments on commit c6bdfa6

Please sign in to comment.