bogumilchilinski / dynpy

MIT License
8 stars 0 forks source link

Development of DynPy modules - crucial problems #63

Open bogumilchilinski opened 1 year ago

bogumilchilinski commented 1 year ago

Propose and discuss a crucial lacks of DynPy modules which should be scheduled for further development.

amvdek commented 1 year ago

Improvement of width and height arguments in _to_pylatex_tikz() method

Arguments width and height should control the size of plot in generated pdf by giving how many cm should plot have in desired direction, but somehow it is not working properly.

Eratostenes commented 1 year ago

in progress...

amvdek commented 1 year ago

Improvement of DynPy by adding generator of file extensions such as .docx or .xlsx

Future improvements could let us create files with file extensions such as .docx or .xlsx, which will be essential in writing the articles and doing researchs for external buissnesses

amvdek commented 1 year ago

Improve understanding of code for new users with method Propose a method which returns printed code with explanation of it. Method could be called .application_example()