Skip to content

Commit dfdad09

Browse files
committed
np backend wip
1 parent 75ce4da commit dfdad09

File tree

5 files changed

+594
-519
lines changed

5 files changed

+594
-519
lines changed

matthewplotlib/__init__.py

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -7,61 +7,61 @@
77
__version__ = "0.1.2"
88

99

10-
from matthewplotlib.plots import (
11-
plot,
12-
scatter,
13-
function,
14-
scatter3,
15-
image,
16-
function2,
17-
histogram2,
18-
progress,
19-
bars,
20-
histogram,
21-
columns,
22-
vistogram,
23-
hilbert,
24-
text,
25-
border,
26-
blank,
27-
hstack,
28-
vstack,
29-
dstack,
30-
wrap,
31-
center,
32-
save_animation,
33-
)
34-
35-
36-
from matthewplotlib.colors import (
37-
Color,
38-
ColorLike,
39-
)
40-
41-
42-
from matthewplotlib.core import (
43-
BoxStyle,
44-
)
45-
46-
47-
from matthewplotlib.colormaps import (
48-
ContinuousColorMap,
49-
DiscreteColorMap,
50-
ColorMap,
51-
reds,
52-
greens,
53-
blues,
54-
yellows,
55-
magentas,
56-
cyans,
57-
cyber,
58-
rainbow,
59-
magma,
60-
inferno,
61-
plasma,
62-
viridis,
63-
sweetie16,
64-
pico8,
65-
tableau,
66-
nouveau,
67-
)
10+
# from matthewplotlib.plots import (
11+
# plot,
12+
# scatter,
13+
# function,
14+
# scatter3,
15+
# image,
16+
# function2,
17+
# histogram2,
18+
# progress,
19+
# bars,
20+
# histogram,
21+
# columns,
22+
# vistogram,
23+
# hilbert,
24+
# text,
25+
# border,
26+
# blank,
27+
# hstack,
28+
# vstack,
29+
# dstack,
30+
# wrap,
31+
# center,
32+
# save_animation,
33+
# )
34+
#
35+
#
36+
# from matthewplotlib.colors import (
37+
# Color,
38+
# ColorLike,
39+
# )
40+
#
41+
#
42+
# from matthewplotlib.core import (
43+
# BoxStyle,
44+
# )
45+
#
46+
#
47+
# from matthewplotlib.colormaps import (
48+
# ContinuousColorMap,
49+
# DiscreteColorMap,
50+
# ColorMap,
51+
# reds,
52+
# greens,
53+
# blues,
54+
# yellows,
55+
# magentas,
56+
# cyans,
57+
# cyber,
58+
# rainbow,
59+
# magma,
60+
# inferno,
61+
# plasma,
62+
# viridis,
63+
# sweetie16,
64+
# pico8,
65+
# tableau,
66+
# nouveau,
67+
# )

matthewplotlib/colors.py

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)