I must plot some data in radians and would like to use this image as a background to that graph. Although it looks good the lines are degraded in image form. thus the reason for this question. Can something like this be drawn in Mathematica?
|
Here's a start. I'll leave the labeling and fine tuning the details to you:
|
|||||||||||
|
It is of course possible to draw everything manually.
UpdateBy the way, it is not required to create a new coordinate list for all graphics primitives. This was only done to make the code verbose enough. The color disk, the radial lines and the circles can all be created easily using the same underlying data. Here the
|
|||||||||
|
I set out to do this differently from R.M, but I ended up with something very similar. Nevertheless, I think there is a certain simplicity that results from my using
A complication that arose with this method is that I needed to specifically add the line at zero (that is, east), as I could not get |
|||||||||
|
Just for fun, only the color wheel drawing part done with
I had to use a thick |
|||||||||||||||
|
Here is another method based on
Now, on to the routine:
As you might notice from the implementation of |
|||||||||||||
|
Since you've already gotten a bunch of fine answers, I'll just quietly post this variation:
Tick addition is left for as an exercise for less lazy readers. |
|||
Using
|
||||
|