plot-antenna 2.1__tar.gz → 2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plot-antenna
3
- Version: 2.1
3
+ Version: 2.2
4
4
  Summary: Antenna plotting program for plotting antenna simulation results
5
5
  Home-page: https://github.com/schlatterbeck/plot-antenna
6
6
  Author: Ralf Schlatterbeck
@@ -0,0 +1 @@
1
+ 2.2
@@ -0,0 +1 @@
1
+ VERSION="2.2"
@@ -1719,7 +1719,7 @@ class Gain_Plot:
1719
1719
  tickangle = -90
1720
1720
  fig.layout.polar.radialaxis.tickangle = tickangle
1721
1721
  fig.layout.polar.radialaxis.angle = lbl_deg
1722
- fig.layout.polar.radialaxis.range = [0,1]
1722
+ fig.layout.polar.radialaxis.range = [0, 1.01]
1723
1723
  # Trying to display 'X' and 'Y' on Azimuth plot
1724
1724
  # Doesn't work: This doesn't correctly scale and it seems giving
1725
1725
  # annotations in polar coordinates is still not possible
@@ -1755,6 +1755,7 @@ class Gain_Plot:
1755
1755
  ax.set_rmax (1)
1756
1756
  ax.set_rlabel_position (self.lbl_deg or 0)
1757
1757
  ax.set_thetagrids (range (0, 360, 15))
1758
+ ax.set_ylim ([0, 1.01])
1758
1759
  if self.labels:
1759
1760
  d = dict (fontsize = 18, transform = ax.transAxes)
1760
1761
  plt.text (1.1, 0.5, self.labels [0], va = 'center', **d)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plot-antenna
3
- Version: 2.1
3
+ Version: 2.2
4
4
  Summary: Antenna plotting program for plotting antenna simulation results
5
5
  Home-page: https://github.com/schlatterbeck/plot-antenna
6
6
  Author: Ralf Schlatterbeck
plot_antenna-2.1/VERSION DELETED
@@ -1 +0,0 @@
1
- 2.1
@@ -1 +0,0 @@
1
- VERSION="2.1"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes