texplotlibx


Nametexplotlibx JSON
Version 1.1.2 PyPI version JSON
download
home_pagehttps://gitlab.com/d_hir/texplotlib
SummaryA plot library for creating graphics using tikz/pgfplots
upload_time2023-02-05 11:02:47
maintainer
docs_urlNone
authorD Hir
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # texplotlibx

A python plotting library inspired by matplotlib using pgfplots/tikz to create graphics.

## Description

This is a library for creating plots using tikz and pgfplots as a backend. One can create `.tex` files which can then be compiled manually using an arbitrary latex compiler (e.g. pdflatex) or `.tikz` files which are essentially only the graphics part of a tex file. The latter can then simply be included in another latex file to create the plot in this document. There is also the option to create a `.pdf` plot directly, but this requires pdflatex to be installed and prolongs the runtime of the python file as the .tex files are compiled at runtime. Creation of text files is OS independent; Compilation to .pdf files is currently written using bash commands (i.e. only available on Linux with a bash (or bash compatible) shell).

## Usage

texplotlibx is written in a way that makes it very compatible to [matplotlib](https://matplotlib.org/). Some commands are altered to better suit the needs of the author, but generally the underlying syntax is very similar.

TODO: Examples

## Availability / Installation

This python package is available on [PyPI](https://pypi.org/project/texplotlibx/) and can be installed via pip:

```sh
python3 -m pip install texplotlibx
```

The source code is available on [gitlab](https://gitlab.com/d_hir/texplotlib).

## License

This package is licensed under the GNU General Public License v3 (GNU GPLv3).

See the LICENSE file ([local](LICENSE), [gitlab](https://gitlab.com/d_hir/texplotlib/-/blob/main/LICENSE)) for more information.

## Project Status

This project is currently in the very early stages of development. Everything written so far is probably subject to change.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/d_hir/texplotlib",
    "name": "texplotlibx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "D Hir",
    "author_email": "d_hir@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/2e/42/d2c231ff670037bf0fba82556175723fdd1180d34c9ddb9a979264f847fb/texplotlibx-1.1.2.tar.gz",
    "platform": null,
    "description": "# texplotlibx\n\nA python plotting library inspired by matplotlib using pgfplots/tikz to create graphics.\n\n## Description\n\nThis is a library for creating plots using tikz and pgfplots as a backend. One can create `.tex` files which can then be compiled manually using an arbitrary latex compiler (e.g. pdflatex) or `.tikz` files which are essentially only the graphics part of a tex file. The latter can then simply be included in another latex file to create the plot in this document. There is also the option to create a `.pdf` plot directly, but this requires pdflatex to be installed and prolongs the runtime of the python file as the .tex files are compiled at runtime. Creation of text files is OS independent; Compilation to .pdf files is currently written using bash commands (i.e. only available on Linux with a bash (or bash compatible) shell).\n\n## Usage\n\ntexplotlibx is written in a way that makes it very compatible to [matplotlib](https://matplotlib.org/). Some commands are altered to better suit the needs of the author, but generally the underlying syntax is very similar.\n\nTODO: Examples\n\n## Availability / Installation\n\nThis python package is available on [PyPI](https://pypi.org/project/texplotlibx/) and can be installed via pip:\n\n```sh\npython3 -m pip install texplotlibx\n```\n\nThe source code is available on [gitlab](https://gitlab.com/d_hir/texplotlib).\n\n## License\n\nThis package is licensed under the GNU General Public License v3 (GNU GPLv3).\n\nSee the LICENSE file ([local](LICENSE), [gitlab](https://gitlab.com/d_hir/texplotlib/-/blob/main/LICENSE)) for more information.\n\n## Project Status\n\nThis project is currently in the very early stages of development. Everything written so far is probably subject to change.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A plot library for creating graphics using tikz/pgfplots",
    "version": "1.1.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3be232233279eaf3ab315f4463a818381309919fc9bb0e9871560c497b9d8d1a",
                "md5": "69d6dcc968ba4ac62a128a05fccce9e9",
                "sha256": "853961e3c7e4d085c34f52887111015b719da8878e5449bc4d9eae8bdc4242ea"
            },
            "downloads": -1,
            "filename": "texplotlibx-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "69d6dcc968ba4ac62a128a05fccce9e9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 27324,
            "upload_time": "2023-02-05T11:02:45",
            "upload_time_iso_8601": "2023-02-05T11:02:45.314031Z",
            "url": "https://files.pythonhosted.org/packages/3b/e2/32233279eaf3ab315f4463a818381309919fc9bb0e9871560c497b9d8d1a/texplotlibx-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e42d2c231ff670037bf0fba82556175723fdd1180d34c9ddb9a979264f847fb",
                "md5": "2decc861fa3df8718effdf35cd7a60e0",
                "sha256": "fa424da0fe3386ced199b840cee135a6445637e6e95b94efb48e21ee266eb4a7"
            },
            "downloads": -1,
            "filename": "texplotlibx-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "2decc861fa3df8718effdf35cd7a60e0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 23090,
            "upload_time": "2023-02-05T11:02:47",
            "upload_time_iso_8601": "2023-02-05T11:02:47.359474Z",
            "url": "https://files.pythonhosted.org/packages/2e/42/d2c231ff670037bf0fba82556175723fdd1180d34c9ddb9a979264f847fb/texplotlibx-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-05 11:02:47",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "gitlab_user": "d_hir",
    "gitlab_project": "texplotlib",
    "lcname": "texplotlibx"
}
        
Elapsed time: 0.14671s