jdesiree commited on
Commit
1b2ca56
·
verified ·
1 Parent(s): 99e37e9

Update graph_tool.py

Browse files
Files changed (1) hide show
  1. graph_tool.py +1 -1
graph_tool.py CHANGED
@@ -4,7 +4,7 @@ import matplotlib.pyplot as plt
4
  import numpy as np
5
  import json
6
 
7
- def generate_plot_single_input(plot_config_json):
8
  """
9
  Generates a plot (bar, line, or pie) and returns it as an HTML-formatted Base64-encoded image string.
10
 
 
4
  import numpy as np
5
  import json
6
 
7
+ def generate_plot(plot_config_json):
8
  """
9
  Generates a plot (bar, line, or pie) and returns it as an HTML-formatted Base64-encoded image string.
10