diff --git a/baukit/plotwidget.py b/baukit/plotwidget.py index 9c29983..c0470ce 100644 --- a/baukit/plotwidget.py +++ b/baukit/plotwidget.py @@ -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 = {}