I have a python3 script using the networkx and matplotlib libraries. An example sample is as follows:
#! /usr/bin/env python3
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
import networkx as nx
if __name__ == '__main__':
vertices = range(1, 10)
edges =...
Hi Forum
I am trying to install matplotlib in a Python 2.7.15 virtualenv (created using virtualenvwrapper) on FreeBSD 11-RELEASE system.
It seems that I am running in a somewhat known problem with the installation of numpy (cf. the edit in post #3 of "Matplotlib python3 anyone?" [1]).
After a...
Hi,
has anyone managed to actually build the math/py-matplotlib port with some version of python 3? The history on freshports mentions that some time ago it couldn't be built without human intervention due to some other ports build failures. Unfortunately I can't find any description on how to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.