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
Repository
Package for exporting Python data to a LaTex plot.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
$\text{plot}\LaTeX$
The plotLaTeX package is a recent project to make exporting Python data to a LaTex plot easier.
Examples
TBD
- 3D scatter
- Poles Zeros plot
Installation
At the moment, no pip release is available. Probably in the future...
To use the package
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.gitNavigate to the directory
Change into the directory of the cloned repository: ```bash cd plotLaTeXInstall dependencies ```bash pip install -r requirements.txt
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
- Repositories: 2
- Profile: https://github.com/JacobTh98
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
- actions/checkout v2 composite
- psf/black stable composite
- numpy *
- pandas *