Skip to content

Commit 96b4740

Browse files
authored
Merge branch 'main' into dev
2 parents 3381838 + 96e1367 commit 96b4740

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
cff-version: 1.2.0
2+
message: If you use this software, please cite it using these metadata.
3+
title: plotLaTeX
4+
abstract: The plotLaTeX package is a recent project to make exporting Python data to a LaTex document easier.
5+
authors:
6+
- given-names: Jacob P.
7+
family-names: Thönes
8+
email: jacob.thoenes@uni-rostock.de
9+
affiliation: University of Rostock
10+
orcid: 'https://orcid.org/0000-0003-2826-5281'
11+
version: 0.1.0
12+
date-released: "2025-01-15"
13+
license: Apache-2.0
14+
repository-code: "https://github.com/JacobTh98/plotLaTeX"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ The `plotLaTeX` package is a recent project to make exporting Python data to a L
4646
<img src="images/example_scatter.png" alt="Fig8" width="1000px">
4747
</p>
4848

49+
**[Scatterplot](examples/ScatterPlot.ipynb)**
50+
51+
<p align="center">
52+
<img src="images/example_scatter.png" alt="Fig8" width="1000px">
53+
</p>
54+
4955
**[Confusion Matrix](examples/ConfusionMatrix.ipynb)**
5056

5157
<p align="center">

0 commit comments

Comments
 (0)