Skip to content
Snippets Groups Projects
Verified Commit 2850b350 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

[ci-skip]

parent 89b4bb67
Branches
No related tags found
No related merge requests found
Pipeline #3743 passed with warnings
Pipeline: Setup-Manager

#3744

    ......@@ -33,7 +33,7 @@ plt.style.use('grayscale')
    plt.bar(ind, encryptions, width, alpha=0.5,
    edgecolor="black", label='Encryption')
    plt.bar(ind + width, comparisons, width, alpha=0.5,
    edgecolor="black", label='Comparion')
    edgecolor="black", label='Comparsion')
    plt.xticks(ind + width / 2, names, rotation=45)
    plt.legend(loc='best')
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please to comment