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)

2 comments:

  1. Hello, please release ArrayPlotter for VS2017.

    ReplyDelete
    Replies
    1. Hi Domas,

      I intend to release ArrayPlotter for VS2017, unfortunately Visual Studio has changed how it handles extensions in VS2017, introducing a compatibility issue that I need to work out (long story short, I can no longer have a single extension compatible with 2010 through 2017, I need to drop compatibility with 2010 to support 2017, or maintain multiple extensions).

      I will get to it shortly.

      Delete