Opened 12 years ago
Last modified 11 years ago
#377 closed defect
WCPS doesn't consider axis labels in scale operation — at Initial Version
Reported by: | Dimitar Misev | Owned by: | abeccati |
---|---|---|---|
Priority: | minor | Milestone: | 9.0 |
Component: | petascope | Version: | 8.4 |
Keywords: | Cc: | ||
Complexity: | Easy |
Description
These two queries produce different results, even though just the order of the axes is changed:
for c in ( mr ) return encode( scale(c, x:"CRS:1"(0:749), y:"CRS:1"(0:499)) , "png")
and
for c in ( mr ) return encode( scale(c, y:"CRS:1"(0:499), x:"CRS:1"(0:749)) , "png")
Note:
See TracTickets
for help on using tickets.