Opened 12 years ago
Last modified 11 years ago
#377 closed defect
WCPS doesn't consider axis labels in scale operation — at Version 3
Reported by: | Dimitar Misev | Owned by: | Piero Campalani |
---|---|---|---|
Priority: | minor | Milestone: | 9.0 |
Component: | petascope | Version: | 8.4 |
Keywords: | Cc: | ||
Complexity: | Easy |
Description (last modified by )
These two queries produce different results, even though just the order of the axes is changed:
for c in ( mr ) return encode( scale(c, {i:"CRS:1"(0:749), j:"CRS:1"(0:499)}) , "png")
and
for c in ( mr ) return encode( scale(c, {j:"CRS:1"(0:499), i:"CRS:1"(0:749)}) , "png")
Change History (3)
comment:1 by , 11 years ago
Milestone: | 8.5 → 9.0 |
---|
comment:2 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 11 years ago
Description: | modified (diff) |
---|---|
Status: | assigned → accepted |
Note:
See TracTickets
for help on using tickets.
Updated queries:
and
Reassigning to Piero as new component owner.