You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following warning message with the export_graph() function:
(process:8876): Pango-WARNING **: 19:08:04.072: couldn't load font "Arial Narrow Not-Rotated 10", falling back to "Sans Not-Rotated 10", expect ugly output.
The desired result is a PNG (or any other file) with the Arial Narrow font.
Specifically, I'm trying to use Arial Narrow, which was installed using the extrafont package. The installation is confirmed looking at the fonttable() output. I've also tried using a different font also installed with extrafont and get the same Pango warning.
Strangely, render_graph() produces the desired result on-screen. But I want to export to a PNG file.
I'm getting the following warning message with the
export_graph()
function:The desired result is a PNG (or any other file) with the Arial Narrow font.
Specifically, I'm trying to use Arial Narrow, which was installed using the
extrafont
package. The installation is confirmed looking at thefonttable()
output. I've also tried using a different font also installed withextrafont
and get the same Pango warning.Strangely,
render_graph()
produces the desired result on-screen. But I want to export to a PNG file.Details below:
Session info below
The text was updated successfully, but these errors were encountered: