0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added a setAttribute(Qt.WA_DeleteOnClose) to the plot window More... over 14 years ago
added the FAQ with info on an error More... over 14 years ago
comments updated + potential memory leak removed More... over 14 years ago
more comment updates More... over 14 years ago
updated some comments More... over 14 years ago
nice new feature: particle properties window works with IDs as well More... over 14 years ago
Svenzogram bugs fixed: - plot limits were determined using all particles instead of particles in selection - x-axis and y-axis names and plot title are now set properly More... over 14 years ago
bugfix: selecting a particle now uses array indices instead of IDs. More... over 14 years ago
small update More... over 14 years ago
Nice changes: it is now possible to attach a python script to a plot. Through this what you can do with a plot is virtually unlimited: you can use any matplotlib command(s), actually you can use any python commands. A nice example is to overplot some analytical function over a self-made plot. More... over 14 years ago
added a cmake check for matplotlib and numpy More... over 14 years ago
loading an xpf does what it should now More... over 14 years ago
hyplot from the command line: start it with an xpf file as argument (-x file): loads that file and applies the stored settings. Handy for writing auto-generate plot scripts. More... over 14 years ago
bugfix: opening the file/directory dialogs was bugged More... over 14 years ago
removed a print command More... over 14 years ago
bugfixes: zooming on scatter plots was bugged. More... over 14 years ago
bugfix: zooming did not work, arguments to C++ functions were not converted to std::string More... over 14 years ago
some more boasting ; ) More... over 14 years ago
added file to the repo More... over 14 years ago
some further minor improvements for the settings window More... over 14 years ago
NICE changing the physical size of a plot has been implemented : ) Another step towards world domination! More... over 14 years ago
new plot settings system is already working :D More... over 14 years ago
some further tuning. More... over 14 years ago
Starting the implementation of xml files for plot data settings More... over 14 years ago
some changes to the structure of the option widget + added the options cascade & tile subwindows More... over 14 years ago
bugfix: ending live status did not work More... over 14 years ago
gadget incorrect header format: just abort the file reading + show a warning message instead of assert(1==0) More... over 14 years ago
minor bugfix: title was not updated for a live plot More... over 14 years ago
minor change: window title now set in plotter info, title for plots directly from file now show the full file name (+ path, should maybe remove that) More... over 14 years ago
further clean-up to get rid of any RuntimeError messages More... over 14 years ago