1

I have searched dxf-related module to generate dxf with python and found ezdxf and geopandas, and drawSVG as similar case.

I failed to install geopandas for unknown reason and I install the rest two.

I want to know if there is any way to plot/visualize the dxf files in python, since I could not find the way in ezdxf module.

Is there any other module or function that I did not aware of ?

EJ Song
  • 123
  • 2
  • 13

1 Answers1

1

This library states there is an extension to do just that:

https://ezdxf.readthedocs.io/en/stable/index.html

raven-king
  • 1,550
  • 2
  • 18
  • 40