[update] closes #242 - dpi change added, figures using PylotCanvas can be saved with CTRL+S

This commit is contained in:
Marcel Paffrath 2018-07-24 15:20:00 +02:00
parent 37e2e39f3a
commit 974ee12076

View File

@ -32,6 +32,8 @@ import matplotlib
matplotlib.use('Qt4Agg')
matplotlib.rcParams['backend.qt4'] = 'PySide'
matplotlib.rcParams['savefig.dpi'] = 300
from PySide import QtGui, QtCore
from PySide.QtCore import QCoreApplication, QSettings, Signal, QFile, \