Page 1 of 1

Persistent Lookup Plots

Posted: Sun Mar 22, 2020 4:10 pm
by rob_n
Hi,
I'd like to make a Vensim view that shows graphs of all the lookup tables in a model. Ideally this would be a custom graph, so if I edit the lookup table then I can see the changes.

I can hack this as follows: dummy output = LUT(dummy input), then make a custom plot of dummy output using dummy input as the X variable.

For one lookup table this isn't so bad, but becomes tedious when there are several. Is there a better way to do this?

Best regards,
Rob

Re: Persistent Lookup Plots

Posted: Sun Mar 22, 2020 4:43 pm
by Administrator
That's the only way I can think of to do it. You can edit the custom graph file in a text editor to speed up the graph definitions.

What do the lookups contain? Is it data over time?