Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Font in SVG media output is gone with some platforms #6

@inureyes

Description

@inureyes
  • Font in SVG media output is gone with some platforms
  • Matplotlib's Default behavior to treat SVG font is 'converting to path'. However, electron browser drops font information.
  • Setting matplotlib's rc parameter can solve the problem.
matplotlib.rcParams['svg.fonttype'] = 'none'

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions