Closed gepcel closed 7 years ago
@dopplershift I believe that is related to the patch you ported, correct? Can you take a look?
OK, I pulled a request #40 . I filed an issue first mainly because:
linewidth
unchangable. I suppose that will only make the linewidth default to 1.0, if no arg given.Closed by #40 #
There's a mismatch file between cartopy of conda-forge and cartopy from master repository.
There is a Line 111 in file Lib/site-packages/cartopy/mpl/feature_artist.py :
Which caused an issue that when
ax.add_geometries(..., linewidth=0.5)
, the 'linewidth' arg doesn't work. An example code might be like:The result would be:
As the line of code, I don't quite understand, because it seems to only to set linewidth to 1.0 if linewidth is not specified. Not sure what's wrong. I've filed an issue at cartopy.
os: windows 10 x64 python: 3.6.2 cartopy: 0.15.1 matplotlib: 2.0.2 conda: 4.3.27