mod radar
This commit is contained in:
@@ -31,8 +31,8 @@ texenv = jinja2.Environment(
|
||||
from .filters import includegraphics
|
||||
texenv.filters['includegraphics'] = includegraphics
|
||||
|
||||
from notes_tools.tools.marks_plottings import comp_radar, marks_hist
|
||||
texenv.filters['comp_radar'] = comp_radar
|
||||
from notes_tools.tools.marks_plottings import radar_on, marks_hist
|
||||
texenv.filters['radar_on'] = radar_on
|
||||
texenv.filters['marks_hist'] = marks_hist
|
||||
|
||||
def feed_template(target, datas, template):
|
||||
|
||||
Reference in New Issue
Block a user