Skip to content

Commit ab53c83

Browse files
committed
replacement -> clone
1 parent 40c911e commit ab53c83

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
22
_commit: 47497b5
33
_src_path: gh:scipp/copier_template
4-
description: Matplotlib replacement for Jupyter that uses WebGL via Pythreejs
4+
description: Matplotlib clone for Jupyter that uses WebGL via Pythreejs
55
max_python: '3.13'
66
min_python: '3.11'
77
namespace_package: ''

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## About
99

10-
Matplotlib replacement for Jupyter that uses WebGL via Pythreejs
10+
Matplotlib clone for Jupyter that uses WebGL via Pythreejs
1111

1212
## Installation
1313

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# {transparent}`Matplotgl`
2525

2626
<div style="font-size:1.2em;font-style:italic;color:var(--pst-color-text-muted);text-align:center;">
27-
Matplotlib replacement for Jupyter that uses WebGL via Pythreejs
27+
Matplotlib clone for Jupyter that uses WebGL via Pythreejs
2828
</br></br>
2929
</div>
3030

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "matplotgl"
10-
description = "Matplotlib replacement for Jupyter that uses WebGL via Pythreejs"
10+
description = "Matplotlib clone for Jupyter that uses WebGL via Pythreejs"
1111
authors = [{ name = "Scipp contributors" }]
1212
license = "BSD-3-Clause"
1313
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)