No project description provided
Project description
Fintualistic
This project is intended to solve a basic problem for fintualees: plotting. With this library a python programmer will be able to plot their charts with a fintualistic style, perfect for fintualist articles, presentations and Twitter threads.
Installing
pip install fintualistic
Usage
.. code-block:: bash
>>> import fintualistic as fl
>>> import pandas as pd
>>> series = pd.Series([100, 105, 103, 107, 115, 120])
>>> fl.plot_series(series)
Plotting functions implemented
-
plot_series
-
plot_bar
-
plot_combo_series
-
plot_pie
-
plot_scatter
-
plot_dist
-
plot_area
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fintualistic-0.3.6.tar.gz
(4.0 kB
view details)
File details
Details for the file fintualistic-0.3.6.tar.gz
.
File metadata
- Download URL: fintualistic-0.3.6.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d53bbf8761d8638adbd96e0b0b0b74283435bfb43a585079ec67ec2c28b61fb |
|
MD5 | 05fc128761940b254098f62dfd4c7341 |
|
BLAKE2b-256 | 9b50825a7be2acb0841334dacab88a66a3bddc71790b714b7b6945005f10feaa |