Assemble list of encoder-specific command-line arguments.
(self)
| 355 | dpi=self.dpi, **savefig_kwargs) |
| 356 | |
| 357 | def _args(self): |
| 358 | """Assemble list of encoder-specific command-line arguments.""" |
| 359 | return NotImplementedError("args needs to be implemented by subclass.") |
| 360 | |
| 361 | @classmethod |
| 362 | def bin_path(cls): |