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

right now some of the plots have it as 'auto' even though it does not make sense to limit x for example when it's used for category labels (e.g. box())

Currently the second color for the default palette is very light. Needs to be darker.

must have

For some reason the seaborn backend return an error for this.

minor bug

Several plots use _groubpy function in /utils/transforms.py to groupby various functions, including random, but that's not working.

minor bug

There seems to be three options that the user should have: - truncate (to a fixed length) - rotate (does not work for legends) - insert manually shorter ones (already...

Some plots like multikde() are not using the standard scaling module. Such cases need to have a separate scaling function. Maybe it make sense to completely take out scaling from...

must have

Maybe in general scaling (to log and so forth) would be better to have two options; one where it's done on the plot level after creating the axes, and the...

must have