removed annoying check in searx, labels for dropdowncalc
modified: .local/bin/dropdowncalc modified: .local/bin/tools/searx
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
ifinstalled python && python -iq -c "print('Welcome to the Calculator')
|
||||
from numpy import *
|
||||
|
||||
import sys
|
||||
import matplotlib.pyplot as plt
|
||||
sys.ps1='❯'
|
||||
@ -9,5 +10,7 @@ def plot(a, b, f):
|
||||
x = linspace(a, b, 1000)
|
||||
y = eval(f)
|
||||
plt.plot(x, y)
|
||||
plt.xlabel('x')
|
||||
plt.ylabel(f)
|
||||
plt.show()
|
||||
"
|
||||
|
Reference in New Issue
Block a user