plot name restriction?

Questions about MultiCharts and user contributed studies.
User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

plot name restriction?

Postby arnie » 23 Dec 2016

It seems we can't use an input to name a plot? :(

Code: Select all

Input:
Label_2 (" Hello");

Plot1(value1, Label_2);

User avatar
TJ
Posts: 7743
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2222 times

Re: plot name restriction?

Postby TJ » 23 Dec 2016

It seems we can't use an input to name a plot? :(

Code: Select all

Input:
Label_2 (" Hello");

Plot1(value1, Label_2);

That is correct.

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: plot name restriction?

Postby JoshM » 26 Dec 2016

There's an old PM entry (957: Variable plot number: Plot(N, value, name) in addition to PlotN(value, "name")) that also asks for the possibility to use a variable name with plots (instead of a literal string). Doesn't look like this will be implemented, but would surely be useful to have.


Return to “MultiCharts”