Questions tagged [pydotplus]

18 questions
0
votes
2 answers

How to increase the size of the image and save the picture

I am trying to visualize a set of RDF turtles and I am using the following the code: !pip install pydotplus !pip install graphviz import io import pydotplus from IPython.display import display, Image from rdflib.tools.rdf2dot import rdf2dot def…
K C
  • 413
  • 4
  • 15
0
votes
1 answer

Cant create png file to draw Decision Tree with Graphviz (Python)

When running a .py file, while trying to create a PNG file previously created I receive this error pydotplus.graphviz.InvocationException: Program terminated with status: 1. stderr follows: Format: "png" not recognized. Use one of: I don't receive…
joaomerod
  • 1
  • 3
-1
votes
1 answer

Pydotplus in Python

I am having a boring day thanks to be not solving a difficult problem, which is about pydotplus in python. First of all here is my code: from ipywidgets import Image from io import StringIO import pydotplus from sklearn.tree import…
1
2