7th card; for KG5XR

This commit is contained in:
tom cuchta 2021-08-05 07:46:26 -04:00 committed by GitHub
parent d3fd0f5ae0
commit 972a2162ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 105 KiB

View File

@ -12,7 +12,7 @@ from matplotlib import rc
#rc('text', usetex=True)
callsign="KI0Y"
callsign="KG5XR"
def alphabetposition(c):
if(c=="A"):
@ -86,8 +86,8 @@ def plotme(z):
return base_function(z)/fabs(base_function(z))
plt.axis('off')
cplot(plotme,[-2.75,2.75],[-1.75,1.75],points=1000000)
#cplot(plotme,[-5.5,5.5],[-3.5,3.5],points=400)
#cplot(plotme,[-2.75,2.75],[-1.75,1.75],points=1000000)
cplot(plotme,[-5.5,5.5],[-3.5,3.5],points=1000000)
ax=plt.gca()
#rect = Rectangle((-2.5,1.6),1,-1,linewidth=1,edgecolor='r',facecolor='white')