Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c43dcd3

Browse files
committed
Added ReST chart
1 parent 8c5a947 commit c43dcd3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tutorials/introductory/getting_started.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@
2626
# implicit code, using `pyplot`, are the foundation for creating and
2727
# manipulating data into visualizations.
2828
#
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+
#
2940
# Explicit programming, OOP, helps users generalize code and is useful for
3041
# repeated uses or larger projects. This is also a more robust way of
3142
# controlling customizations for visualizations. Users looking to have control
@@ -39,7 +50,6 @@
3950
#
4051
#
4152

42-
4353
##############################################################################
4454
#
4555
# Requirements

0 commit comments

Comments
 (0)