Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
from matplotlib import pyplot as plt
|
||||
|
||||
|
||||
def range4():
|
||||
'''This is never be called if plot_directive works as expected.'''
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
def range6():
|
||||
'''This is the function that should be executed.'''
|
||||
plt.figure()
|
||||
plt.plot(range(6))
|
||||
plt.show()
|
||||
Reference in New Issue
Block a user