# ChartSmith
ChartSmith is a Python package built on top of Matplotlib and Seaborn that creates well-formatted, well-labeled visualizations.
## Installation
```sh
pip install ChartSmith
```
## Usage
Here's how you can use the ChartSmith package:
```python
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.
Raw data
{
"_id": null,
"home_page": "https://github.com/tullyoleary/ChartSmith",
"name": "ChartSmith",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Tully OLeary",
"author_email": "tullyro@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/e9/fa/2d9867ba8dc9c685e7816dbf3c7ff98361ad13ce6a38ce84a3bc70ee5876/chartsmith-0.1.2.tar.gz",
"platform": null,
"description": "# ChartSmith\r\n\r\nChartSmith is a Python package built on top of Matplotlib and Seaborn that creates well-formatted, well-labeled visualizations.\r\n\r\n## Installation\r\n\r\n```sh\r\npip install ChartSmith\r\n```\r\n\r\n## Usage\r\n\r\nHere's how you can use the ChartSmith package:\r\n\r\n```python\r\nfrom ChartSmith import ChartSmith\r\n\r\n# Create an instance of the ChartSmith class\r\nviz = ChartSmith()\r\n\r\n# Line plot\r\nviz.line_plot(x=[1, 2, 3, 4], y=[10, 20, 25, 30], title='Line Plot', xlabel='X Axis', ylabel='Y Axis')\r\n\r\n# Bar plot\r\nviz.bar_plot(x=['A', 'B', 'C', 'D'], y=[10, 20, 25, 30], title='Bar Plot', xlabel='Categories', ylabel='Values')\r\n\r\n# Scatter plot\r\nviz.scatter_plot(x=[1, 2, 3, 4], y=[10, 20, 25, 30], title='Scatter Plot', xlabel='X Axis', ylabel='Y Axis')\r\n```\r\n\r\n## License\r\nThis project is licensed under the MIT License - see the LICENSE.txt file for details.\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A package for creating well-formatted, well-labeled visualizations",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://github.com/tullyoleary/ChartSmith"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fec3825e2fde4bec550f4013c651bee8828f104b6e797640b225677ab726602b",
"md5": "737a6306e8d18da1a33f1bc131e1b440",
"sha256": "4bc58d1615c828686c0a23ae5ca09c62fd8a753a5c1ec1ddaa256696088f7a1c"
},
"downloads": -1,
"filename": "ChartSmith-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "737a6306e8d18da1a33f1bc131e1b440",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 4025,
"upload_time": "2024-08-05T22:30:26",
"upload_time_iso_8601": "2024-08-05T22:30:26.115406Z",
"url": "https://files.pythonhosted.org/packages/fe/c3/825e2fde4bec550f4013c651bee8828f104b6e797640b225677ab726602b/ChartSmith-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e9fa2d9867ba8dc9c685e7816dbf3c7ff98361ad13ce6a38ce84a3bc70ee5876",
"md5": "81e37298c16ea287ad0f6a8011df6342",
"sha256": "1efe5aaff10320f072628d72aa31ca3353e3747927bc2b28cfd412b5d3e145fa"
},
"downloads": -1,
"filename": "chartsmith-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "81e37298c16ea287ad0f6a8011df6342",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3458,
"upload_time": "2024-08-05T22:30:27",
"upload_time_iso_8601": "2024-08-05T22:30:27.404039Z",
"url": "https://files.pythonhosted.org/packages/e9/fa/2d9867ba8dc9c685e7816dbf3c7ff98361ad13ce6a38ce84a3bc70ee5876/chartsmith-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-05 22:30:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tullyoleary",
"github_project": "ChartSmith",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "chartsmith"
}