Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maliarov authored Feb 13, 2022
1 parent cc8c969 commit a50ffdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comparizon/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Comparizon
This folder contains performance test results in comparizon to matplotlib. Main test subjects are memory and time consumption. The data has been collected using [memory_profiler](https://github.com/pythonprofilers/memory_profiler) library.
This folder contains performance test results in comparizon to [matplotlib](https://github.com/matplotlib/matplotlib). Main test subjects are memory and time consumption. The data has been collected using [memory_profiler](https://github.com/pythonprofilers/memory_profiler) library.

![simpleplots](200_points_1_axes/200_points_results.png)
![simpleplots](200_points_2_axes/200_points_2_axes_results.png)
![simpleplots](2000_points_2_axes/2000_points_2_axes_results.png)
![simpleplots](20000_points_2_axes/20000_points_2_axes_results.png)

## Additional
+ If you have found an error with testing method, or an inaccuracy, please, open an issue regarding this problem. The main objective is not to be better than matplotlib, but to optimize simpleplots. As mentioned at the main page: *The project is, obviously, not trying to compete with matplotlib in data analysis, but aims to satisfy a specific purpose of being able to create and save a large number of figures in the most efficient, yet accurate way.*
+ If you have found an error with testing method, or an inaccuracy, please, open an issue regarding this problem. The main objective is not to be better than matplotlib, but to optimize simpleplots. As mentioned at the main page: *The project is, obviously, not trying to compete with [matplotlib](https://github.com/matplotlib/matplotlib) in data analysis, but aims to satisfy a specific purpose of being able to create and save a large number of figures in the most efficient, yet accurate way.*

0 comments on commit a50ffdc

Please sign in to comment.