Opened 9 years ago

Closed 9 years ago

#55 closed task (fixed)

Add two layers Canvas in Calibration

Reported by: yanll Owned by: yanll
Priority: major Milestone: pre-alpha
Component: viewer Version: 0.1
Keywords: Cc:
Blocked By: Blocking:
Parent ID: Parent Tickets:
Estimated Number of Hours: 0.0 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0

Description

Add Canvas have two layers, one layer is for experiment and the other is for mask

Subtickets

Child Tickets

Change History (3)

comment:1 Changed 9 years ago by yanll

  • Status changed from new to assigned
  • Summary changed from Add Canvas in Calibration to Add two layers Canvas in Calibration

comment:2 Changed 9 years ago by yanll

Add zorder=2, alpha=0.5 parameter in axis
such as:
self.BackgroundImage1 = self.BackgroundImageCanvas?.ax.pcolormesh(self.dataxyY,\

self.dataxyX, self.dataxyZ, cmap=cm.PuBu?, zorder=2, alpha=0.5)

0: Transparent
1: Completely opaque

comment:3 Changed 9 years ago by yanll

  • Resolution set to fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.