mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-10 04:21:20 +00:00
plot fix
This commit is contained in:
@@ -130,7 +130,7 @@ def package(package):
|
||||
plot = deepcopy(plot_base)
|
||||
data = []
|
||||
for category, values in model["data"].items():
|
||||
base = deepcopy(data_base)
|
||||
base = deepcopy(data_base["data"][0])
|
||||
base["x"] = values["x"]
|
||||
base["y"] = values["y"]
|
||||
base["name"] = category.title()
|
||||
|
||||
Reference in New Issue
Block a user