Closed GoogleCodeExporter closed 9 years ago
Original comment by eskr...@mac.com
on 6 May 2010 at 10:23
The extra layers for the grid lines aren't being removed along with the axis
set. When the system tries to redraw
the plot after a rotation, the grid line layers try to access properties from
axis objects that no longer exist.
I'll take a crack at fixing it.
Original comment by eskr...@mac.com
on 7 May 2010 at 2:47
I encountered the same issue and fixed it by modifying CPAxis.m. I added
label.axis = nil; /* as line 694 */
axisTitle.axis = nil; /* as line 736 */
minorGridLines.axis = nil; /* as line 1030 */
majorGridLines.axis = nil; /* as line 1044 */
Original comment by stephane...@gmail.com
on 10 May 2010 at 9:27
not enough to fix it for me,
Original comment by xrr...@gmail.com
on 12 May 2010 at 6:34
This issue was closed by revision ad797030c2.
Original comment by eskr...@mac.com
on 14 May 2010 at 3:10
Original issue reported on code.google.com by
xrr...@gmail.com
on 6 May 2010 at 8:11