Visualization of (continuous) secondary source contour by polygon#38
Visualization of (continuous) secondary source contour by polygon#38
Conversation
spors
commented
Jan 24, 2017

|
Two observations:
|
|
I guess this needs a |
|
Possible fix for the second point made by @trettberg above: instead of line segments from one secondary source to the next, we should use line segments from halfway from the previous source to the current source to halfway to the next source. Again, the implementation could be similar to |
|
I have fixed the issue regarding the gap and the region of active secondary sources: |
| # add collection of lines to current axis | ||
| if ax is None: | ||
| ax = plt.gca() | ||
| plt.gca().add_collection(lc) |
There was a problem hiding this comment.
This should be ax.add_collection(lc)
|
Have the secondary sources to be connected by a line? |

