Skip to content
Snippets Groups Projects
Verified Commit d6c8d039 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Add routine to plot expressions from dseries objects.

Example:

>> ds1 = dseries(randn(100,3), dates('2000Q1'), {'x','y','z'});
>> ds2 = dseries(randn(100,3), dates('2000Q1'), {'x','y','z'});
>> dplot --expression 2*cumsum(x/y(-1)-1) --dseries toto --dseries noddy --range 2001Q1:2024Q1
parent 3f15efe0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment