-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heatmap.py: NameError: name 'low' is not defined #11
Comments
@keenerd I am not a python programmer but I am a programmer. If you give me some pointers as to what you think the problem is and how to fix it, I can take a stab at it. |
im stumbling onto this now as well wayne-desk@wayne-desk:~$ ./heatmap.py --ytick 5m --low 144M --high 148M 2m1214162325.csv 2m1214162325.png looking under the hood "low" seems to be defined the same (but opposite) of "high" |
It looks to me like the Sorry to be a bit lazy and not make a pull request. Modified file attached below. |
When using heatmap.py with the
--low
argument, e.g.:./heatmap.py --low 24M --high 29M data.csv all.png
I get the following:
The text was updated successfully, but these errors were encountered: