外縁部:re

学んだことのメモです: Notebook of Study

2016-09-01から1ヶ月間の記事一覧

narray の要素同士の比較について

if文の条件式の中でnumpy のアレイ同士の比較をしたところ The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() と言われました。 import numpy as np a = np.array([1,2]) b = np.array([1,3]) if a == b: pass …

Flotr2 で棒グラフの色が同じになってしまう - JavaScriptによるデータビジュアライゼーション入門 -

JavaScriptによるデータビジュアライゼーション入門作者: Stephen A. Thomas,古籏一浩,木下哲也出版社/メーカー: オライリージャパン発売日: 2015/10/21メディア: 大型本この商品を含むブログを見る を読み進めています。 人に何かを伝えようと思った時JavaS…