diff --git a/graphs/cpu.py b/graphs/cpu.py index 37aa513..dd5248d 100644 --- a/graphs/cpu.py +++ b/graphs/cpu.py @@ -64,10 +64,10 @@ def build(save=True): ax.set_xlabel(core, fontsize=12) # Add some text for labels, title and custom x-axis tick labels, etc. - fig.supylabel('Consumo de CPU (%)', fontsize=14) + fig.supylabel('CPU Utilization (%)', fontsize=14) #axes[len(axes)//2].set_xlabel("Tempo (s)", fontsize=14) axes[-1].legend(loc='upper right', ncols=2, fontsize=12) - fig.supxlabel("Tempo (s)", fontsize=14) + fig.supxlabel("Time (s)", fontsize=14) #fig.set_tight_layout() fig.set_size_inches(10.4, 4.2) diff --git a/graphs/iperf.py b/graphs/iperf.py index 13d1a4a..62020c7 100644 --- a/graphs/iperf.py +++ b/graphs/iperf.py @@ -34,7 +34,7 @@ def from_iter(x): return np.fromiter(map(conv, x['intervals']), float) def build(save=True): - ax.set_ylabel("Taxa de Transferência (Mbps)", fontsize=16) + ax.set_ylabel("Throughput Rate (Mbps)", fontsize=16) dataset = [] for i in range(count): diff --git a/graphs/ram.py b/graphs/ram.py index 601d54c..5900455 100644 --- a/graphs/ram.py +++ b/graphs/ram.py @@ -62,7 +62,7 @@ def build(save=True): multiplier += 1 # Add some text for labels, title and custom x-axis tick labels, etc. - ax.set_ylabel('Consumo de Mémoria (GB)', fontsize=14) + ax.set_ylabel('Memory Utilization (GB)', fontsize=14) ax.set_xticks(x + width/2, labels, fontsize=12) ax.set_ylim(0, 10) ax.legend(loc='upper right', ncols=2, fontsize=12) diff --git a/graphs/ric.py b/graphs/ric.py index 0e243d1..c3998b6 100644 --- a/graphs/ric.py +++ b/graphs/ric.py @@ -24,8 +24,8 @@ ] ylabels = [ - "Tempo de Resposta (μs)", - "Tempo de Resposta (ms)", + "Response Time (μs)", + "Response Time (ms)", ] scaling_factor = [