File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments