Open teslur opened 4 years ago
@teslur Sorry for the response to be late.
Avoiding to open a blank window, you may need to explicitly specify agg
backend in matplotlib.
I think inserting the following code before or after charty = Charty::Plotter.new(:pyplot)
resolves this issue.
require "matplotlib"
Matplotlib.use(:agg)
When I execute sample code that is written in Usage section of README.md, blank window has opened.
Environment
Gemfile, Gemfile.lock and executed sample code
Result
Blank window has opened.
Following image has been saved as
sample_images/bar_pyplot.png
.When I execute same code and Gemefile in following environment, the window shows graphs.