Skip to content

Commit e6bce87

Browse files
committed
use text instead of paths for plots
1 parent 8d006c7 commit e6bce87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openquake/hme/utils/plots.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
datetime_to_string,
2424
)
2525

26+
plt.rcParams["svg.fonttype"] = "none"
27+
2628
natural_earth_countries_file = os.path.join(
2729
*os.path.split(__file__)[::-1],
2830
"..",

0 commit comments

Comments
 (0)