rotating coordinate plane for data and text in Java
问题 I need to: 1.) move the origin and also rotate the coordinate plane so that x-values progress rightward and y-values progress upward from the new origin(which needs to be the bottom left corner of the inner, blue rectangle in the code below). This will enable me to plot points at x,y coordinate pairs in the code below. 2.) plot rotated labels for the tic marks on the y-axis of the data plot. The code below sets up this problem. It works, except for two problems: 1.) the data points are being