Top "Cairo" questions

Cairo is a software library used to provide a vector graphics-based, device-independent API for software developers.

Convert SVG to PNG in Python

How do I convert an svg to png, in Python? I am storing the svg in an instance of StringIO. …

python svg rendering cairo
How can I get the output of a matplotlib plot as an SVG?

I need to take the output of a matplotlib plot and turn it into an SVG path that I can …

python svg matplotlib interpolation cairo
How to change backends in matplotlib / Python

I am struggling with the following issue. I need to generate reports that consists of a collection of charts. All …

python matplotlib backend cairo
Package cairo was not found in the pkg-config search path. Node j.s install canvas issue

I am having a problem installing installing the canvas module in node..It seems to be something with cairo I …

node.js canvas terminal cairo
How do you install PyCairo (Cairo for Python) on Windows?

I spent hours this afternoon trying to find a straightforward tutorial for installing PyCairo on Windows. The Cairo project itself …

python windows installation cairo pycairo
Pango-WARNING **: failed to choose a font, expect ugly output

I'm getting this error when starting anything that uses the Pango library. I'm using Kubuntu 9.10. I've done 'sudo apt-get --reinstall …

fonts gtk cairo pango
Python: OSError: cannot load library libcairo.so.2

I'm having some trouble running a python script on my Windows 7 platform. I've installed Python and also cairo, last one …

python windows cairo
R Cairo installation without apt-get, sudo

I am working on a headless ubuntu machine with most of the cairo requirements preinstalled, but I am stumbling on …

r installation cairo
Package cairo was not found in the pkg-config search path

On Mac OS X 1.7.5 / Lion I am trying to install cairo package using homebrew brew install cairo => PASSED ==> …

macos homebrew cairo
How to pip install cairocffi?

How do I install cairocffi through pip? cairocffi is a CFFI-based drop-in replacement for Pycairo https://github.com/SimonSapin/cairocffi. …

python installation pip cairo python-cffi