mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-12-16 00:18:55 +08:00
Updated graph library and added options.
This commit is contained in:
@@ -11,9 +11,16 @@ import graphs
|
||||
import tables
|
||||
|
||||
|
||||
def afunction(x): return x + 1
|
||||
def function1(x): return 2 * x
|
||||
def function2(x): return x ** 2
|
||||
def afunction(x):
|
||||
return x + 1
|
||||
|
||||
|
||||
def function1(x):
|
||||
return 2 * x
|
||||
|
||||
|
||||
def function2(x):
|
||||
return x ** 2
|
||||
|
||||
|
||||
rows = 5
|
||||
|
||||
Reference in New Issue
Block a user