mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
fixed bug
This commit is contained in:
parent
9549ecdd04
commit
47dec60918
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import fileinput
|
|||
import math
|
||||
|
||||
|
||||
def main(filename, bins, maximum, yticks):
|
||||
def main(filename, bins, maximum, yticks_number):
|
||||
with open(filename) as f:
|
||||
content = f.read().split("\n")
|
||||
numbers = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue