https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commits/0c6e0df7a2ba006534ba1d43bbae54c2ecc82ebc2018-12-26T16:24:01+01:00https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/0c6e0df7a2ba006534ba1d43bbae54c2ecc82ebcupdate readme example2018-12-26T16:24:01+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/acf62a503d0d9f6fe1de9009cc1b5ce66ed51c84rename plot_lines 'width' property to 'stroke'2018-12-26T16:21:45+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/736d914e59b944bb0dfe8f10b886e214e784071dimproved separation of static and variable properties2018-12-26T16:14:41+01:00Paul Asmuthpaul@asmuth.com
before, some properties, such as colour could take on the following
values:
color: <literal_def> | <series_def>;
where
literal_def := <literal colour>
series_def := var(<variable name>) | csv(<file>, <column>)
the new scheme is to separate such properties into two properties
each. for example:
color: <literal_def>
colors: <series_def>https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/ff08cf77a2b1ec15593e3e32cded571a2e8d7027rename *.plot files to *.ptx2018-12-26T15:45:26+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/d5afe42edc86eb893390a687f455b3e1cbf69194update 'irregular data' test case2018-12-26T15:35:23+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/39c6ff5db70ecfe2afdbbfc3edccc4e464fa6696update readme2018-12-26T15:28:05+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/6bc9d9748bd04a448194fca17c7bd6df055fbb2dadd axis-{x,y}-padding properties2018-12-26T15:26:37+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/1433f5e5248f2046a71f8b1eda566474a0def70eintegrate linechart with new legend interface2018-12-26T15:03:06+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/ee29f84d2ce41bd842ebb80105fb35a7127829c2make the LegendItemMap accessible to layer constructors2018-12-25T20:53:38+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/8b99105dba68ac6d7dc870b8570ca618876cfbc6simplify readme example2018-12-21T20:34:36+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/460f4d6a4593d7e9b97720b4a13a9bd3e354b8fffix tests2018-12-21T20:28:12+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/89f18f2747aa538f9654d11824eb1da9e4e68b2eimproved CSV loading2018-12-21T20:00:36+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/677517331d7f1d40769ae3bcb331d15a93b19d1arename data_frame.{h,cc} -> data_model.{h,cc}2018-12-21T19:39:08+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/6d7b23e76bc7779d32ff810c22814c8c8c89eb05wire up the root data context2018-12-21T19:34:31+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/c976d909e64886fb26981da8c4317ca6bf6f9e6cadd try_chain helper2018-12-21T19:16:28+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/7fba1e0865846d0408a571f650010b8708b4b126improved automatic formatter config2018-12-21T18:16:06+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/2627db1d081bfed63c52643bbc52f9dda6a76890implement 'var' variable references2018-12-21T18:06:31+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/6d60fca2fbd6dc03ee070f5f567b19b77bd69550replace the various *_find(...) methods with a generic utility function2018-12-21T16:00:04+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/d63542363a3342f61a8e7b9b5066107c18c1c942move 'fallback' method into utils/algo.h, cleanups2018-12-21T15:44:51+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/9a7ecbb7ba789302bcaad7b3c2eb6decd5b45721add groups_to_colors2018-12-19T22:38:32+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/b218ac724bdf4aefb5ddf221101bd397168f115eadd DataContext, pipe through default dimensions2018-12-19T22:23:15+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/ccd61e0695a02260d11768b85a556601d5d60e8cimport std::placeholders namespace2018-12-19T21:15:12+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/9d6f565ffad6c70a4a327c3dd6def387ea981239improved element factory2018-12-19T21:10:40+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/6b0b4e69cb24e386b8c249812b3543b69a947797improved public 'plot' API2018-12-19T20:07:35+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/62184d4d9e4686a6ffa692e3a4412b399212e1e0improved color configuration2018-12-19T19:33:40+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/8be03b7648beba4db1057f605b8af174488db98dimproved automatic scale configuration, convert PlotLayers into normal Elements2018-12-19T18:38:38+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/8cbffa3e0e1aff50c9d7942867eec5b7e3b7cf7aport plot_labels to new API2018-12-13T18:29:57+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/a75a04e5037c07612ebc4a384f8ccc404ce4a98cfix tests2018-12-13T18:01:52+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/9462d6b7da49c452b728cf524f8f393c36d247cfimproved legend drawing, delete obsolete util code2018-12-13T17:41:50+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/75d1ac33c5b9dedab7230bf0f36ea62a3ae78f8dfix tests, cleanups2018-12-12T20:26:33+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/f5b4240838ccc5b2ff1bb2523089558251776b89update readme2018-12-12T19:51:46+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/18f1cd1bc878df7028df291c02d96ce3f52a435fconsistent key configuration2018-12-12T19:37:56+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/9380de4f5139cc5ac500b968284dc5b3cbd3fb64improved scale/domain handling2018-12-12T19:28:18+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/4b755107f4c737ac2be4893b6573fc01c85f321bmove slot dimension configuration into slot2018-12-12T17:57:16+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/400079f6ec2c22d161a7f24bede7fb3505510046split plot_lines into plot_{labels,lines,points}2018-12-12T17:46:06+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/c96d2bd51176d2f360b46ef8708c8e285fe5614cadd 'Dimension' and 'Slot' mechanism2018-12-12T17:13:31+01:00Paul Asmuthpaul@asmuth.com
the new dimension and slot abstraction are used to map input (data)
values to configuration valueshttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/b5b9ddddba0b06dbdfc7bbaa02488480dea8ce12implement group-by in plot-lines2018-12-12T02:26:38+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/a932262f3dc42bd217e7e1a7f842eb714c8e0464fix formatting in Color::to_hex_str2018-12-12T02:26:16+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/ccb401b12c979d6b32ab55bfea428144710fba3cadd column_group helper2018-12-12T02:03:01+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/1c6ac3b4284de97721b158d827c1b8c885c41772update readme2018-12-10T02:57:41+01:00Paul Asmuthpaul@asmuth.com