vMeijin / pySmithPlot

Matplotlib extension for creating Smith charts with Python
127 stars 73 forks source link

Smith Chart Formatting is messed up in Matplotlib 2.1.2, works in 2.0.2 #19

Closed chrisgmorton closed 6 years ago

chrisgmorton commented 6 years ago

I believe the Matplotlib team made changes to polar plot which I presume is the culprit. Best, Chris.

chrisgmorton commented 6 years ago

Some exchanges with MPL team on this issue; removing the 'reverse' code does go some way to sorting out the grid lines but there are still issues:

https://github.com/matplotlib/matplotlib/issues/10654#issuecomment-370105872

vMeijin commented 6 years ago

Thanks for your effort. I will have a look at the issue in the near future, but not before April. I guess I have an idea where the problem comes from.

chrisgmorton commented 6 years ago

Great thanks.

vMeijin commented 6 years ago

The Issue should be solved. Matplotlib changed something in the 'Arc' class, which broke the grid generation.