mirror of
https://github.com/tomcuchta/hypergeometricqsl.git
synced 2024-12-21 08:30:57 -05:00
7th card; for KG5XR
This commit is contained in:
parent
d3fd0f5ae0
commit
972a2162ad
BIN
frontside.png
BIN
frontside.png
Binary file not shown.
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 105 KiB |
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user