Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic xticlabels2 and yticlabels2 don't work #142

Closed
chaosphere2112 opened this issue Mar 9, 2017 · 1 comment
Closed

Automatic xticlabels2 and yticlabels2 don't work #142

chaosphere2112 opened this issue Mar 9, 2017 · 1 comment

Comments

@chaosphere2112
Copy link
Contributor

chaosphere2112 commented Mar 9, 2017

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

@doutriaux1 doutriaux1 modified the milestone: 3.0 May 5, 2017
@doutriaux1 doutriaux1 modified the milestones: 3.0, post 3.0 Mar 29, 2018
@doutriaux1 doutriaux1 modified the milestones: 8.1, 8.2 Mar 27, 2019
@doutriaux1
Copy link
Contributor

@doutriaux1 fixed that when wrting templates notebook

@downiec downiec modified the milestones: 8.2, 8.2.1 Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants