エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
(ql:quickload :plot/vega) (defun plot (lst) (plot:plot (vega:defplot plot `(:data ,(plot-list-to-... (ql:quickload :plot/vega) (defun plot (lst) (plot:plot (vega:defplot plot `(:data ,(plot-list-to-plist lst) :mark line :width 480 :heigth 320 :encoding (:x (:field :x :type :quantitative) :y (:field :y :type :quantitative)))))) (defun plot-list-to-plist (lst) `(:x ,(make-array (length lst) :initial-contents (qutimes (i (length lst)) i)) :y ,(make-array (length lst) :initial-contents lst))) (plot '