moodymudskipper / flow

View and Browse Code Using Flow Diagrams
https://moodymudskipper.github.io/flow/
Other
395 stars 26 forks source link

Default path for flow_png() #31

Closed albersonmiranda closed 4 years ago

albersonmiranda commented 4 years ago

What about getwd() as default path instead of temp?

moodymudskipper commented 4 years ago

I don't think we should write a file to the working directory without being explicit about it, you might clutter your wd without realising it. Also path="foo.png" is fast to type, while writing to temp file and saving name takes more typing, and here is given for free.

moodymudskipper commented 3 years ago

Hi Alberson, I've removed flow_png, now you can use flow_view() with out = "png" or out = "your_file.png"

github-actions[bot] commented 2 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.