随笔分类 -  奇门遁甲

1
摘要:zidian = {'干支': '壬寅年癸卯月甲戌日己巳時', '旬首': '己', '日空': '戌亥', '局数': '陽遁六局下元', '節氣': '春分', '值符值使': {'值符星宮': ['心', '兌'], '值使門宮': ['開', '坤']}, '天乙': '柱', ' 阅读全文
posted @ 2022-03-21 17:31 笑诺 阅读(97) 评论(0) 推荐(0)
摘要:import matplotlib.pyplot as plt import matplotlib import matplotlib.gridspec as gridspec matplotlib.rcParams['font.family'] = 'FangSong' from qimen3 i 阅读全文
posted @ 2022-02-23 17:28 笑诺 阅读(99) 评论(0) 推荐(0)
摘要:import matplotlib.pyplot as plt import matplotlib import matplotlib.gridspec as gridspec matplotlib.rcParams['font.family'] = 'FangSong' from qimen3 i 阅读全文
posted @ 2022-02-20 12:20 笑诺 阅读(95) 评论(0) 推荐(0)
摘要:代码继续膨胀中: import matplotlib.pyplot as plt import matplotlib import matplotlib.gridspec as gridspec matplotlib.rcParams['font.family'] = 'FangSong' from 阅读全文
posted @ 2022-02-14 21:34 笑诺 阅读(55) 评论(0) 推荐(0)
摘要:import matplotlib.pyplot as plt import matplotlib import matplotlib.gridspec as gridspec matplotlib.rcParams['font.family'] = 'FangSong' from qimen3 i 阅读全文
posted @ 2022-02-10 18:29 笑诺 阅读(41) 评论(0) 推荐(0)
摘要:import matplotlib.pyplot as plt import matplotlib import matplotlib.gridspec as gridspec matplotlib.rcParams['font.family'] = 'FangSong' from qimen3 i 阅读全文
posted @ 2022-02-09 17:27 笑诺 阅读(81) 评论(0) 推荐(0)
摘要:import matplotlib.pyplot as plt import matplotlib import matplotlib.gridspec as gridspec matplotlib.rcParams['font.family'] = 'FangSong' from qimen3 i 阅读全文
posted @ 2022-02-08 20:49 笑诺 阅读(62) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- """ Created on Mon Jan 31 17:56:36 2022 @author: Administrator """ import matplotlib.pyplot as plt import matplotlib import ma 阅读全文
posted @ 2022-02-07 18:06 笑诺 阅读(106) 评论(0) 推荐(0)
摘要:import matplotlib.pyplot as plt import matplotlib import matplotlib.gridspec as gridspec matplotlib.rcParams['font.family'] = 'FangSong' from qimen3 i 阅读全文
posted @ 2022-02-06 21:17 笑诺 阅读(63) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- """ Created on Mon Jan 31 17:56:36 2022 @author: Administrator """ import matplotlib.pyplot as plt import matplotlib import ma 阅读全文
posted @ 2022-02-01 22:13 笑诺 阅读(122) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- """ Created on Mon Jan 31 12:05:45 2022 找年干支 @author: Administrator """ niangan = {'辛':1, '壬':2, '癸':3, '甲':4, '乙':5, '丙':6, ' 阅读全文
posted @ 2022-01-31 13:35 笑诺 阅读(84) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- """ Created on Sun Jan 9 17:13:01 2022 @author: Administrator """ import matplotlib.pyplot as plt import matplotlib import mat 阅读全文
posted @ 2022-01-26 21:11 笑诺 阅读(2604) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- """ Created on Sun Jan 9 17:13:01 2022 @author: Administrator """ import matplotlib.pyplot as plt import matplotlib import mat 阅读全文
posted @ 2022-01-26 20:55 笑诺 阅读(28) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- """ Created on Sun Jan 9 17:13:01 2022 @author: Administrator """ import matplotlib.pyplot as plt import matplotlib import mat 阅读全文
posted @ 2022-01-20 21:25 笑诺 阅读(55) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- """ Created on Sun Jan 9 17:13:01 2022 @author: Administrator """ import matplotlib.pyplot as plt import matplotlib import mat 阅读全文
posted @ 2022-01-10 21:49 笑诺 阅读(42) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- """ Created on Sun Jan 9 17:13:01 2022 @author: Administrator """ import matplotlib.pyplot as plt import matplotlib import mat 阅读全文
posted @ 2022-01-09 17:30 笑诺 阅读(26) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- """ Created on Sun Jan 9 11:49:44 2022 @author: Administrator """ import matplotlib.pyplot as plt import matplotlib import mat 阅读全文
posted @ 2022-01-09 17:11 笑诺 阅读(65) 评论(0) 推荐(0)
摘要:import matplotlib.pyplot as plt import matplotlib import matplotlib.gridspec as gridspec matplotlib.rcParams['font.family'] = 'FangSong' gs = gridspec 阅读全文
posted @ 2022-01-09 12:17 笑诺 阅读(46) 评论(0) 推荐(0)
摘要:import matplotlib.pyplot as plt plt.plot([3, 1, 4, 5, 2]) #只有一个输入列表或数组时,参数被当做Y轴,X轴以索引自动生成 plt.ylabel("Grade") plt.savefig('test', dpi=600) #记录为PNG文件 p 阅读全文
posted @ 2022-01-09 11:49 笑诺 阅读(41) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- """ Created on Sat Jan 8 10:20:12 2022 求年支 @author: Administrator """ n = int(input('请输入阳历年:')) print(n) n1 = (n-3) % 10 #取余数 阅读全文
posted @ 2022-01-08 11:07 笑诺 阅读(36) 评论(0) 推荐(0)

1