Ask Your Question

luno_T's profile - activity

2018-02-14 09:44:11 +0200 commented answer Import error with pydotplus

If G is a graph then G.export_to_file("filname", "dot") will export the graph in the DOT Graph Description Language. This function calls pydotplus.

Is that the kind of example you were asking for?

2018-02-13 12:10:46 +0200 received badge  Scholar (source)
2018-02-13 12:10:36 +0200 received badge  Supporter (source)
2018-02-13 12:10:35 +0200 commented answer Import error with pydotplus

Many Thanks: it worked out. You're right, I need to upgrade sage on my laptop...

2018-02-13 11:38:39 +0200 received badge  Student (source)
2018-02-13 01:25:20 +0200 asked a question Import error with pydotplus

Hello,

I am running Sagemath 7.3 on Linux. I would like to export a graph using the export function of the graph, but I get the error

ImportError: No module named pydotplus

The python module pydotplus was already installed with pip install pydotplus

I cannot find any help regarding this issue. Any suggestion?

Thank you in advance for your help