Example #1
0
 def decoratePlot(self, nF='Plot', pTitle=''):
     plt.title(pTitle)
     #         plt.legend(loc = 'best')
     plt.xlabel('x')
     plt.ylabel('y')
     #         plt.zlabel('z')
     plt.savefig(
         Fkt.joinToPath(nF + self.dIA['nFEndPDF'], [self.dIA['nDPlots']]))
     plt.close()