Skip to content

Automatic xticlabels2 and yticlabels2 don't work #142

@chaosphere2112

Description

@chaosphere2112

When plotting using the default values for graphics methods' yticlabels2 and xticlabels2, the automatic value ('*') doesn't work (default template hides those labels, so it's been going unnoticed for who knows how long; as a sidenote, we should probably test using a template with every field enabled).

import vcs
data = [range(10) for i in range(10)]
x = vcs.init()
tmpl = vcs.createtemplate()
tmpl.ylabel2.priority = 1
tmpl.xlabel2.priority = 1
x.plot(data, tmpl)

bad

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions