Skip to content

Commit 6f3943d

Browse files
committed
add description in readme
1 parent c72fe50 commit 6f3943d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

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

88
## About
99

10-
Matplotlib clone for Jupyter that uses WebGL via Pythreejs
10+
Matplotlib clone for Jupyter that uses WebGL via Pythreejs.
11+
12+
The goal of this project is to provide a matplotlib-like interface for interactive
13+
plotting in Jupyter notebooks using WebGL for rendering. This allows for
14+
efficient handling of large datasets and smooth interactivity.
15+
16+
It tries to follow the matplotlib API as closely as possible, but will never be a
17+
complete replacement. Instead, it focuses on the most commonly used features
18+
and provides a familiar interface for users who are already comfortable with
19+
matplotlib.
20+
21+
Because of the use of Pythreejs, Matplotgl will be able to support native 3D plotting
22+
out of the box.
1123

1224
## Installation
1325

0 commit comments

Comments
 (0)