dont use titles
This commit is contained in:
@ -14,7 +14,11 @@ exampledata_raw = {
|
||||
|
||||
exampledata = {}
|
||||
for k, v in exampledata_raw.items():
|
||||
pd = PlotDescription(title=k, xlabel="x", ylabel="y")
|
||||
pd = PlotDescription(
|
||||
# title=k,
|
||||
xlabel="x",
|
||||
ylabel="y"
|
||||
)
|
||||
pd.xs, pd.ys = v
|
||||
exampledata[k] = pd
|
||||
|
||||
|
Reference in New Issue
Block a user