mirror of
https://github.com/wassname/baukit.git
synced 2026-06-27 16:14:33 +08:00
Switch plotwidget default to svg.
This commit is contained in:
@@ -27,7 +27,7 @@ class PlotWidget(Img):
|
||||
import matplotlib, matplotlib.pyplot
|
||||
super().__init__()
|
||||
init_args = dict(kwargs)
|
||||
self.render_args = dict()
|
||||
self.render_args = dict(format='svg') # Looks better; use as default.
|
||||
if rc is None:
|
||||
rc = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user