Search found 4 matches

by infoliu
Sat Jan 11, 2014 8:33 pm
Forum: Programming
Topic: How to genr a series from a sorted series?
Replies: 1
Views: 1657

How to genr a series from a sorted series?

Dear all,
I want to generate a series y with values from a sorted series x.
the comand: series y = x.sort not work
thanks.

Dagang
by infoliu
Tue Dec 31, 2013 5:23 pm
Forum: Programming
Topic: How to change the axis display with date format
Replies: 0
Views: 1345

How to change the axis display with date format

Dear all, happy new year. I have two series in my workfile, one is series valdate with date format , and another is price data series NAV. the command : xyline valdate NAV the question is : how to display the axis data with date format? smpl if code= "912001" xyline valdate nav Dagang
by infoliu
Tue Dec 31, 2013 4:54 pm
Forum: Programming
Topic: Draw a line with sample breaks in program
Replies: 2
Views: 1969

Re: Draw a line with sample breaks in program

Gareth, thank you. it works.

Code: Select all

graph.options connect
by infoliu
Tue Dec 31, 2013 9:41 am
Forum: Programming
Topic: Draw a line with sample breaks in program
Replies: 2
Views: 1969

Draw a line with sample breaks in program

Dear all, I want to graph a series under some sample condition, but the line is not connected because of sample breaks. I noticed that it can be made by check the "connect adjacent" box in graph options window. I want to know how to do it in programe, which command or code can connect the ...

Go to advanced search