https://github.com/hansalemaos/a_pandas_ex_console_plot
Retro Pandas - Plotting back in 1985
https://github.com/hansalemaos/a_pandas_ex_console_plot
backtothefuture delorean marty-mcfly oldschool pandas plotting python retro
Last synced: 9 months ago
JSON representation
Retro Pandas - Plotting back in 1985
- Host: GitHub
- URL: https://github.com/hansalemaos/a_pandas_ex_console_plot
- Owner: hansalemaos
- License: mit
- Created: 2022-12-29T23:29:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T23:29:53.000Z (about 3 years ago)
- Last Synced: 2025-06-08T00:50:29.080Z (9 months ago)
- Topics: backtothefuture, delorean, marty-mcfly, oldschool, pandas, plotting, python, retro
- Language: Python
- Homepage: https://pypi.org/project/a-pandas-ex-console-plot/
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
Retro Pandas - Plotting back in 1985

```python
$pip install a-pandas-ex-console-plot
from a_pandas_ex_console_plot import pd_add_console_plot
import pandas as pd
import numpy as np
pd_add_console_plot()
#https://pandas.pydata.org/pandas-docs/stable/user_guide/visualization.html
df2 = pd.DataFrame(np.random.rand(10, 4), columns=["a", "b", "c", "d"])
df2.ds_console_plot(sizepic=70, kind="bar", subplots=False)
```
### Isn't that beautiful? hahahaha
