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

axisLabels with better example #130

Closed
ax3l opened this issue May 23, 2016 · 1 comment
Closed

axisLabels with better example #130

ax3l opened this issue May 23, 2016 · 1 comment
Assignees
Labels
revision change backwards-compatible, stylistic change (e.g. typos)

Comments

@ax3l
Copy link
Member

ax3l commented May 23, 2016

Backwards compatible enhancement (before #129 can be implemented, which would break backwards compatibility).

The writing in axisLabels (and gridSpacing, etc.) should be as with the bracket indexing method that wrote the record.

E.g., a C-style E[z,y,x] with dataOrder='C' would be axisLabels="z;y;x" (PIConGPU). Warp uses C-style indexing E[x,y,z] with dataOrder='C' which would be `axisLabels="x;y;z".

A Fortran code E[x,y,z] with dataOrder='F' would write axisLabels="x;y;z".

@ax3l ax3l added the revision change backwards-compatible, stylistic change (e.g. typos) label May 23, 2016
@ax3l ax3l added this to the 1.0.1: Typo and Wording Changes milestone May 23, 2016
@ax3l ax3l self-assigned this May 23, 2016
@ax3l ax3l mentioned this issue Dec 17, 2016
@ax3l ax3l removed this from the 1.0.1: Typo and Wording Changes milestone Nov 24, 2017
@ax3l ax3l closed this as completed Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
revision change backwards-compatible, stylistic change (e.g. typos)
Projects
None yet
Development

No branches or pull requests

2 participants
@ax3l and others