astetik icon indicating copy to clipboard operation
astetik copied to clipboard

Astetik takes away the pain from telling visual stories with data on Python

Results 27 astetik issues
Sort by recently updated
recently updated
newest added

`pip install astetik` is failing because it is unable to install the deprecated sklearn dependency. In the [pypi page](https://pypi.org/project/sklearn/#descriptionl) of sklearn, there is a notice to start using scikit-learn instead...

``` --------------------------------------------------------------------------- KeyError Traceback (most recent call last) ~/miniconda3/envs/wip/lib/python3.8/site-packages/matplotlib/__init__.py in __setitem__(self, key, val) 676 try: --> 677 cval = self.validate[key](val) 678 except ValueError as ve: KeyError: 'savefig.frameon' The above exception...

There seems to be some issue with the images on the main page of the docs: ![image](https://user-images.githubusercontent.com/84570376/142208115-bee130b3-c543-4224-80db-bd7dcf23765a.png) I'm visualizing with Microsoft Edge 95.0.1020.53 64-bit

Hey, first of all, thanks for creating and supporting talos/astetik! I came to astetik via Talos and both tools are highly useful in machine learning for someone not that advanced...

Hello, For some reason I get Indeted labels (different indention for different Scan runs). In the figure there is a lable indetion of the heatmap correlation figure for example. How...

Add missing .shp extention to plots/world.py:15, without it, astetik fails to load.

When doing `import astetik` the issue is with countries.csv. Will have to look for a better way to do this.

minor bug

Full code and trace https://colab.research.google.com/drive/1XBMF3tOQwRLuPrGJib-YkN20_9nmMVT4#scrollTo=Cgi6jl_6R6fj&line=8&uniqifier=1

If there are many values in label_col, the height of the graphic is not right.

If line() gets multiple values in a list, scale is not working.

minor bug