nicb / csgraph

A small ruby library and executable to create pic scripts suitable to be printed as graphics
GNU General Public License v2.0
0 stars 2 forks source link

implement views #10

Open nicb opened 8 years ago

nicb commented 8 years ago

add configurable views to drive each language item (such as line, curve which should produce line.pic.erb, curve.pic.erb, etc.)

Headers and trailers should be in a layouts directory and implement an around-layout with a <%= yield %> in the middle.