A package for creating well-formatted, well-labeled visualizations
Project description
ChartSmith
ChartSmith is a Python package built on top of Matplotlib and Seaborn that creates well-formatted, well-labeled visualizations.
Installation
pip install ChartSmith
Usage
Here's how you can use the ChartSmith package:
from ChartSmith import ChartSmith
# Create an instance of the ChartSmith class
viz = ChartSmith()
# Line plot
viz.line_plot(x=[1, 2, 3, 4], y=[10, 20, 25, 30], title='Line Plot', xlabel='X Axis', ylabel='Y Axis')
# Bar plot
viz.bar_plot(x=['A', 'B', 'C', 'D'], y=[10, 20, 25, 30], title='Bar Plot', xlabel='Categories', ylabel='Values')
# Scatter plot
viz.scatter_plot(x=[1, 2, 3, 4], y=[10, 20, 25, 30], title='Scatter Plot', xlabel='X Axis', ylabel='Y Axis')
License
This project is licensed under the MIT License - see the LICENSE.txt file for details.
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
chartsmith-0.1.2.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for ChartSmith-0.1.2-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 4bc58d1615c828686c0a23ae5ca09c62fd8a753a5c1ec1ddaa256696088f7a1c |
|
| MD5 | 737a6306e8d18da1a33f1bc131e1b440 |
|
| BLAKE2b-256 | fec3825e2fde4bec550f4013c651bee8828f104b6e797640b225677ab726602b |