Bläddra i källkod

Visual improvement of manuscript figures 5 and 7 (Overviews)

Michael Denker 6 år sedan
förälder
incheckning
9767a91c3d
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      code/LICENSE.txt
  2. 2 2
      code/data_overview_1.py

+ 1 - 1
code/LICENSE.txt

@@ -23,4 +23,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

+ 2 - 2
code/data_overview_1.py

@@ -379,12 +379,12 @@ for tt in octrty:
     # Mark trials of current trial type (left) if a grip error occurred
     # Mark trials of current trial type (left) if a grip error occurred
     x = [i for i in list(set(left) & set(trids_pc191))]
     x = [i for i in list(set(left) & set(trids_pc191))]
     y = np.ones_like(x) * 2.0
     y = np.ones_like(x) * 2.0
-    ax1.scatter(x, y, s=5, color='r', marker='*')
+    ax1.scatter(x, y, s=5, color='k', marker='*')
     # Mark trials of current trial type (left) if any other error occurred
     # Mark trials of current trial type (left) if any other error occurred
     x = [i for i in list(
     x = [i for i in list(
         set(left) - set(trids_pc255) - set(trids_pc191))]
         set(left) - set(trids_pc255) - set(trids_pc191))]
     y = np.ones_like(x) * 2.0
     y = np.ones_like(x) * 2.0
-    ax1.scatter(x, y, s=5, color='k', marker='*')
+    ax1.scatter(x, y, s=5, color='gray', marker='*')
 
 
     # Collect information for trial type legend
     # Collect information for trial type legend
     if tt not in ['PG', 'SG', 'LF', 'HF']:
     if tt not in ['PG', 'SG', 'LF', 'HF']: