]> AND Private Git Repository - Cipher_code.git/blob - OneRoundIoT/execution_opi.py
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
e782204e68a3437119b18f679d6aeca70cb05910
[Cipher_code.git] / OneRoundIoT / execution_opi.py
1 import matplotlib.pyplot as plt
2 import numpy as np
3 import pandas as pd
4
5
6 open=pd.read_csv("execution_openssl_rpi3.txt",sep='\t',header=None)
7 one=pd.read_csv("execution_oneround_rpi3.txt",sep='\t',header=None)
8 open.drop(open.columns[[5]], axis=1, inplace=True)
9 one.drop(one.columns[[5]], axis=1, inplace=True)
10 print(a)
11
12 #plt.plot([1,2,3,4])
13 #plt.ylabel('some numbers')
14 #plt.show()