-
Notifications
You must be signed in to change notification settings - Fork 23
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
Plotting tools #269
Comments
Python version fixed by PR #394, but still slow. The version with pandas is only marginally quicker than the version with numpy. (keep both?) |
For reference, it's not the data processing that's really expensive - it's the many calls to |
PR #490 solves this issue -- except for the Python scripts being slow (not sure it can be easily solved, but it's largely just an annoying thing). |
Python script:
import too many libraries?inefficient way to read file header and data (open file twice)spacing between panelsgnuplot script:
does not read variable names from file headerunequal dimension of panelsspacing between panelsMatlab/Octave script:
inefficient way to read file header and data (open file twice)does not save to pdfThe text was updated successfully, but these errors were encountered: