[update] closes #242 - dpi change added, figures using PylotCanvas can be saved with CTRL+S
This commit is contained in:
2
PyLoT.py
2
PyLoT.py
@@ -32,6 +32,8 @@ import matplotlib
|
|||||||
|
|
||||||
matplotlib.use('Qt4Agg')
|
matplotlib.use('Qt4Agg')
|
||||||
matplotlib.rcParams['backend.qt4'] = 'PySide'
|
matplotlib.rcParams['backend.qt4'] = 'PySide'
|
||||||
|
matplotlib.rcParams['savefig.dpi'] = 300
|
||||||
|
|
||||||
|
|
||||||
from PySide import QtGui, QtCore
|
from PySide import QtGui, QtCore
|
||||||
from PySide.QtCore import QCoreApplication, QSettings, Signal, QFile, \
|
from PySide.QtCore import QCoreApplication, QSettings, Signal, QFile, \
|
||||||
|
|||||||
Reference in New Issue
Block a user