dont use titles
This commit is contained in:
@ -14,7 +14,11 @@ exampledata_raw = {
|
|||||||
|
|
||||||
exampledata = {}
|
exampledata = {}
|
||||||
for k, v in exampledata_raw.items():
|
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
|
pd.xs, pd.ys = v
|
||||||
exampledata[k] = pd
|
exampledata[k] = pd
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user