example data for multi-line plots

This commit is contained in:
2023-01-08 12:53:01 +01:00
parent f2d1fe9660
commit e2c0632771

View File

@ -13,6 +13,12 @@ exampledata_raw = {
}
for i in range(20):
n = f"plot{i}"
Y = np.sin(X) + 0.2 * i
exampledata_raw[n] = [X, Y]
exampledata = {}
for k, v in exampledata_raw.items():
pd = PlotDescription(