This actually produces a bevel, not a mitre (the definitions can be found at this tutorial). I thought this might just be a bug in the documentation, but it seems that linejoin='bevel' and linejoin='mitre' do exactly the same thing.
The text was updated successfully, but these errors were encountered:
This sounds like a great feature, but unfortunately we don't currently have the development bandwidth to support it. If you'd like to submit a pull request that implements this feature, please follow the instructions in the development vignette.
When producing a simple geom_path in ggplot2 0.9.3.1 as suggested by the documentation:
This actually produces a bevel, not a mitre (the definitions can be found at this tutorial). I thought this might just be a bug in the documentation, but it seems that
linejoin='bevel'andlinejoin='mitre'do exactly the same thing.The text was updated successfully, but these errors were encountered: