mirror of
https://github.com/tomcuchta/hypergeometricqsl.git
synced 2024-11-21 15:41:46 -05:00
12th card; for VA3QAK
12th card; for VA3QAK
This commit is contained in:
parent
983a914005
commit
38e503e61e
BIN
frontside.png
BIN
frontside.png
Binary file not shown.
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 74 KiB |
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user