Open sbrodeur opened 11 years ago
Hi Marcel,
That will be no problem! All the points/enhancements you mentioned are now on my TODO list. I previously had a harder time configuring the EGit plugin in Eclipse than applying modification to the code! ;-)
Simon
Am Montag, den 13.05.2013, 03:19 -0700 schrieb Marcel Stimberg:
The patch looks good -- but I think it would be even greater if it could also fix the same issue for state monitor plots. Could apply your fix to StateMonitor.plot as well? This way, one could run for example https://github.com/brian-team/brian/blob/master/examples/misc/realtime_plotting.py in two figures instead of in two subplots. It also seems that RecentStateMonitor.plot and StateMonitor.plot do not have the newfigure keyword argument yet, for consistency it would be nice to have it there as well. If you see some opportunity for refactoring, i.e. removing some code duplication between raster_plot and StateMonitor.plot -- plase go ahead.
Sorry for becoming greedy :smile:, just tell us if you don't have time for the additional fixes.
— Reply to this email directly or view it on GitHub.
Simon Brodeur Doctoral student Université de Sherbrooke, Canada Department of Electrical and Computer Engineering NECOTIS laboratory, C1-3036 Phone : (819) 821-8000 ext. 62187 Email: Simon.Brodeur@USherbrooke.ca
That will be no problem! All the points/enhancements you mentioned are now on my TODO list.
Cool, much appreciated!
The patch looks good -- but I think it would be even greater if it could also fix the same issue for state monitor plots. Could apply your fix to
StateMonitor.plot
as well? This way, one could run for example https://github.com/brian-team/brian/blob/master/examples/misc/realtime_plotting.py in two figures instead of in two subplots. It also seems thatRecentStateMonitor.plot
andStateMonitor.plot
do not have thenewfigure
keyword argument yet, for consistency it would be nice to have it there as well. If you see some opportunity for refactoring, i.e. removing some code duplication betweenraster_plot
andStateMonitor.plot
-- plase go ahead.Sorry for becoming greedy :smile:, just tell us if you don't have time for the additional fixes.