Matt Smarte

Results 3 issues of Matt Smarte

**Problem Description** The `PanTool` sets the window mouse owner to be itself when panning starts (`_start_pan`): https://github.com/enthought/chaco/blob/192675d6cb579df56458b87988026d895e7a7a84/chaco/tools/pan_tool.py#L257-L259 When panning stops (`_end_pan`), it sets the window mouse owner to `None`: https://github.com/enthought/chaco/blob/192675d6cb579df56458b87988026d895e7a7a84/chaco/tools/pan_tool.py#L269-L270...

`Base2DPlot` and `BaseXYPlot` both implement the `AbstractPlotRenderer` interface, in particular the `map_screen` method. When a single `(x, y)` point is passed to `Base2DPlot.map_screen`, the returned array is of the form...

### Describe the issue: When converting a `timedelta64` with nanosecond units to a python `timedelta` object, the result unexpectedly has the `int` type. With microsecond (or coarser) units the results...

00 - Bug
component: numpy.datetime64