Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def display_x(chart_type):
return GraphRenderer._get_graph(chart_type).display_x()
def display_y(chart_type):
return GraphRenderer._get_graph(chart_type).display_y()
def display_logarithmic_y_axis(chart_type):
return GraphRenderer._get_graph(chart_type).display_logarithmic_y_axis()
def display_logarithmic_x_axis(chart_type):
return GraphRenderer._get_graph(chart_type).display_logarithmic_x_axis()