File tree 1 file changed +11
-1
lines changed 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 26
26
# implicit code, using `pyplot`, are the foundation for creating and
27
27
# manipulating data into visualizations.
28
28
#
29
+ # +------------------------------------+------------------------------------+
30
+ # | Explicit | Implicit |
31
+ # +====================================+====================================+
32
+ # | Users explicitly create and manage | Automatically manages figures and |
33
+ # | all figure elements. | axes. |
34
+ # +------------------------------------+------------------------------------+
35
+ # | Useful for repeated code use, | Helpful for interactive |
36
+ # | generalization, robust | environments. |
37
+ # | configurations of graphs. | |
38
+ # +------------------------------------+------------------------------------+
39
+ #
29
40
# Explicit programming, OOP, helps users generalize code and is useful for
30
41
# repeated uses or larger projects. This is also a more robust way of
31
42
# controlling customizations for visualizations. Users looking to have control
39
50
#
40
51
#
41
52
42
-
43
53
##############################################################################
44
54
#
45
55
# Requirements
You can’t perform that action at this time.
0 commit comments