the axis is drawn under the plot in core plot
问题 I have a graph, and I want to add two blue axes to this graph, in addition to x-axis and y-axis. However, these blue axes appear under the plot. Any idea how to bring the blue axes on top of the plot? Thank you in advance. blueAxisList = [[NSMutableDictionary alloc] init]; CPTXYAxis *blueAxis = [blueAxisList objectForKey:name]; blueAxis = [[CPTXYAxis alloc] init]; blueAxis.coordinate = CPTCoordinateX; blueAxis.plotSpace = plotSpace; CPTMutableLineStyle *lineStyle = [CPTMutableLineStyle