Tagged Questions
2
votes
1answer
138 views
How can I integrate matplotlib plots with pgfplots?
The python plotting library matplotlib will by default add margins to any plot that it generates. They can be reduced to a certain degree through some options of savefig(), namely bbox_inches='tight' ...