File tree Expand file tree Collapse file tree 5 files changed +594
-519
lines changed
Expand file tree Collapse file tree 5 files changed +594
-519
lines changed Original file line number Diff line number Diff line change 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+ # )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments