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.
- {plot_antenna-2.1/plot_antenna.egg-info → plot_antenna-2.2}/PKG-INFO +1 -1
- plot_antenna-2.2/VERSION +1 -0
- plot_antenna-2.2/plot_antenna/Version.py +1 -0
- {plot_antenna-2.1 → plot_antenna-2.2}/plot_antenna/plot_antenna.py +2 -1
- {plot_antenna-2.1 → plot_antenna-2.2/plot_antenna.egg-info}/PKG-INFO +1 -1
- plot_antenna-2.1/VERSION +0 -1
- plot_antenna-2.1/plot_antenna/Version.py +0 -1
- {plot_antenna-2.1 → plot_antenna-2.2}/LICENSE +0 -0
- {plot_antenna-2.1 → plot_antenna-2.2}/README.rst +0 -0
- {plot_antenna-2.1 → plot_antenna-2.2}/plot_antenna/__init__.py +0 -0
- {plot_antenna-2.1 → plot_antenna-2.2}/plot_antenna/contrib.py +0 -0
- {plot_antenna-2.1 → plot_antenna-2.2}/plot_antenna/eznec.py +0 -0
- {plot_antenna-2.1 → plot_antenna-2.2}/plot_antenna.egg-info/SOURCES.txt +0 -0
- {plot_antenna-2.1 → plot_antenna-2.2}/plot_antenna.egg-info/dependency_links.txt +0 -0
- {plot_antenna-2.1 → plot_antenna-2.2}/plot_antenna.egg-info/entry_points.txt +0 -0
- {plot_antenna-2.1 → plot_antenna-2.2}/plot_antenna.egg-info/requires.txt +0 -0
- {plot_antenna-2.1 → plot_antenna-2.2}/plot_antenna.egg-info/top_level.txt +0 -0
- {plot_antenna-2.1 → plot_antenna-2.2}/pyproject.toml +0 -0
- {plot_antenna-2.1 → plot_antenna-2.2}/setup.cfg +0 -0
- {plot_antenna-2.1 → plot_antenna-2.2}/setup.py +0 -0
- {plot_antenna-2.1 → plot_antenna-2.2}/test/test_plot.py +0 -0
plot_antenna-2.2/VERSION
ADDED
|
@@ -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)
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|