ansicht begonnen

This commit is contained in:
Frederik Jaeckel 2022-10-31 20:45:40 +01:00
parent f4950c5033
commit 5809a7caba
2 changed files with 76 additions and 3 deletions

View file

@ -4,12 +4,12 @@
# full copyright notices and license terms.
template_view_line = '<field %(linecolor)s name="%(yname)s" fill="%(fill)s" empty="0" string="%(string)s"/>'
template_view_line = '<field name="name" fill="%(fill)s" empty="0" string="%(string)s"/>'
template_view_point = """<?xml version="1.0"?>
template_view_graph = """<?xml version="1.0"?>
<graph type="%(type)s" legend="%(legend)s" %(colscheme)s %(bgcol)s>
<x>
<field name="%(xname)s"/>
<field name="name"/>
</x>
<y>
%(lines)s