12th card; for VA3QAK

12th card; for VA3QAK
This commit is contained in:
tom cuchta 2022-01-30 16:39:48 -05:00 committed by GitHub
parent 983a914005
commit 38e503e61e
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: 151 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

@ -12,7 +12,7 @@ from matplotlib import rc
#rc('text', usetex=True)
callsign="WA4NID"
callsign="VA3QAK"
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=1000000,verbose=True)
#cplot(plotme,[-2.75,2.75],[-1.75,1.75],points=1000000)
cplot(plotme,[-5.5,5.5],[-3.5,3.5],points=1000000,verbose=True)
ax=plt.gca()
#rect = Rectangle((-2.5,1.6),1,-1,linewidth=1,edgecolor='r',facecolor='white')