plotlatex

Package for exporting Python data to a LaTex plot.

https://github.com/jacobth98/plotlatex

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.2%) to scientific vocabulary

Keywords

latex matplotlib plotting-in-python
Last synced: 4 months ago · JSON representation ·

Repository

Package for exporting Python data to a LaTex plot.

Basic Info
  • Host: GitHub
  • Owner: JacobTh98
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 2.03 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
latex matplotlib plotting-in-python
Created about 1 year ago · Last pushed 8 months ago
Metadata Files
Readme Citation

README.md

$\text{plot}\LaTeX$

The plotLaTeX package is a recent project to make exporting Python data to a LaTex plot easier.

Examples

Line

Fig1

Histogram

Fig2

Boxplot

Fig3

Barplot

Fig4

Fig5

Fig6

Stemplot

Fig3

TBD

  • 3D scatter
  • Poles Zeros plot

Installation

At the moment, no pip release is available. Probably in the future...

To use the package

  1. Clone the repository
    Open a terminal or command prompt and clone the repository using the following command: ```bash git clone https://github.com/JacobTh98/plotLaTeX.git

  2. Navigate to the directory
    Change into the directory of the cloned repository: ```bash cd plotLaTeX

  3. Install dependencies ```bash pip install -r requirements.txt

  4. Install the package locally
    Install the Python package in editable mode using the following command: ```bash pip install -e .

Call for Collaboration

I welcome all ideas and new pull requests. If you have any ideas or problems, don't hesitate to contact me.

Email: jacob.thoenes@uni-rostock.de

Owner

  • Login: JacobTh98
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
title: plotLaTeX
abstract: The plotLaTeX package is a recent project to make exporting Python data to a LaTex document easier.
authors:
  - given-names: Jacob P.
    family-names: Thönes
    email: jacob.thoenes@uni-rostock.de
    affiliation: University of Rostock
    orcid: 'https://orcid.org/0000-0003-2826-5281'
version: 0.1.0
date-released: "2025-01-15"
license: Apache-2.0
repository-code: "https://github.com/JacobTh98/plotLaTeX"

GitHub Events

Total
  • Delete event: 1
  • Push event: 36
  • Pull request event: 14
  • Create event: 4
Last Year
  • Delete event: 1
  • Push event: 36
  • Pull request event: 14
  • Create event: 4

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 0
  • Total pull requests: 11
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 11
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • JacobTh98 (15)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/black.yml actions
  • actions/checkout v2 composite
  • psf/black stable composite
requirements.txt pypi
  • numpy *
  • pandas *
setup.py pypi