Monday, October 24, 2016

ArrayPlotter 0.7 Released

ArrayPlotter 0.7 has been released and is available on the Visual Studio Gallery:
Download

New Features

  • ArrayPlotter now remembers your 20 most recent arrays (keyed off Y Expression). To clear history use Tools->ArrayPlotter
  • Able to pan the plot using middle mouse button 
  • Support added for 64 bit integer data types
  • ArrayPlotter will automatically try '&array[0]' when 'array' evaluates unsuccessfully

Bug Fixes

  • ArrayPlotter will no longer allow you to click Plot (and cause an Exception) whilst not in a debug breakpoint
  • Fix padding behaviour (broken on plots with DC offset or small X values)

Monday, January 25, 2016

ArrayPlotter 0.6 Released

ArrayPlotter 0.6 has been released and is available on the Visual Studio Gallery:
Download

Updates to this release:
  • The chart now has 5% padding around auto min/max values (to avoid horizontal / vertical lines on boundaries from disappearing)
  • Can manually set both X and Y axis limits
  • Switched the order of min/max X/Y axis values to be min : max
  • Supports plotting of complex phase (radians) 
  • Chart colours (Axis/Series/Background) can be customised via Tools->ArrayPlotter. Settings will persist.