Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
chartSeries金融プロットを描くために使用したい。x 軸は分レベルである必要があります。いくつかのサンプルを検索しましたが、subset引数を使用しchartSeriesて日付ごとにデータをプロットできることが示されています。しかし、それらを分単位で表示する方法がわかりません。日付レベルの場合、 のようなことができますがsubset='2012-07-01::2012-07-09'、そこに分レベル形式を追加する方法がわかりません。誰かサンプルを持っていますか?
chartSeries
subset
subset='2012-07-01::2012-07-09'
1日午前9時から9日午後3時まで
"2012-07-01 9:00/2012-07-09 15:00"
全日午前10時~午後1時
"T10:00/T13:00"