-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NF] Write data to .csv file #20
Comments
Hello Raphaël, I was thinking about a winding matrix export (in pyleecan). So I may utilize this feature. Do you it will be possible to write such multi dimensional data in a senseful way to a csv too? |
Hello Seb, I was mainly thinking about usual 2D plot (a function of time, frequency etc.). Is it what you were thinking of ? |
We could use sheets for a 3rd dimension. |
Thanks for your ideas. I would prefer a one file solution. But I don't want you to get headache because of this :-) |
This feature has been started in commit 433f8e1. I will try to find some time to automatically write Latex/Tikz figure based on plot_2D_data before closing this issue. |
The idea of this new feature would be to easily write data into csv files with names in column headers, and data on the rows.
It is very practical to integrate in Latex, but it does not prevent you from doing some small additional calculations with software such OpenCalc or Microsoft Excel. Of course, the idea could be extended to other type of files.
The text was updated successfully, but these errors were encountered: