[Matplotlib-users] segfault in _backend_agg.so
davidparks21
davidparks21 at gmail.com
Sun Jan 8 00:24:57 EST 2017
Problem solved. On plt.subplots I had dpi=900. Removing this resolved the
problem.
This line causes the segfault
fig, ax = plt.subplots(n_plots_offset, figsize=(20,3.75), sharex=False,
dpi=900)
This line does not:
fig, ax = plt.subplots(n_plots_offset, figsize=(20,3.75), sharex=False)
--
View this message in context: http://matplotlib.1069221.n5.nabble.com/segfault-in-backend-agg-so-tp47691p47707.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
More information about the Matplotlib-users
mailing list