biggles icon indicating copy to clipboard operation
biggles copied to clipboard

giggles can not show() on the current OSX.

Open JuanaHe opened this issue 5 years ago • 0 comments

~/opt/anaconda3/lib/python3.7/site-packages/biggles/libplot/renderer.py in init(self, ll, ur, type, parameters, file) 150 self.lowerleft = ll 151 self.upperright = ur --> 152 super(LibplotRenderer, self).init(type, parameters, filename) 153 #self.pl = raw.new( type, parameters, file ) 154 #self.pl = Plotter(type, parameters, file)

RuntimeError: could not create plotter

JuanaHe avatar Aug 05 '20 13:08 JuanaHe