forked from IPKM/nmreval
save previews in graphics
This commit is contained in:
@ -336,8 +336,8 @@ class PlotItem(PlotDataItem):
|
||||
opts = self.opts
|
||||
item_dic = {
|
||||
'x': x, 'y': y,
|
||||
'name': opts['name'],
|
||||
'symbolsize': opts['symbolSize']
|
||||
'name': opts.get('name', ''),
|
||||
'symbolsize': opts['symbolSize'],
|
||||
}
|
||||
|
||||
if opts['symbol'] is None:
|
||||
|
Reference in New Issue
Block a user