Commit 5daa86b0 authored by Spencer Bliven's avatar Spencer Bliven

Increasing minimum zoom

parent ab9bea8f
......@@ -274,7 +274,7 @@ class Graph(BufferedCanvas):
class _YBounds(object):
"""Small helper class to claculate y bounds dynamically"""
def __init__(self, graph, minimum_scale=1.0,buffer=0.10):
def __init__(self, graph, minimum_scale=5.0,buffer=0.10):
"""_YBounds(Graph,float,float)
graph parent object to calculate scales for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment