Clip:f619cc9b71b6b47207cfbf096949267447ac8f66 commits - 南方科技大学https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commits/f619cc9b71b6b47207cfbf096949267447ac8f662018-12-27T21:54:27+01:00https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/f619cc9b71b6b47207cfbf096949267447ac8f66delete dead code2018-12-27T21:54:27+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/26a277b65782f1b712aabb76655aef386d5e4b7eadd tests/spec/grid/test_grid_placement_geom.ptx2018-12-27T21:38:16+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/0ca5fc3d0d13849beee55feba70820e26b3005d8add grid-{x,y}-{,scale} and grid-stroke properties2018-12-27T21:35:41+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/b8bcdff61078e382a5313e054a09f1d8fa1508b7add legend examples2018-12-27T20:54:45+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/047c1faa1dabdce3689a78a291831d706c274987re-enable gridline drawing2018-12-27T20:47:03+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/ed5a541e8d603f094588cd5759eaafc4b1aa0b04add examples/pointcharts/simple_scatter.ptx2018-12-27T20:19:31+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/db1b1b26bb94ce921b3bfe54e14b25649813b3c4web docs build: add requirements.txt, runtime.txt2018-12-27T20:02:38+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/fc36c1d24a2703f34819cb71b5d2ca21c4abacc8build simple example index2018-12-27T19:35:48+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/288510ca9eaf45d61174430f9b0e8780912b36d8build markdown documentation2018-12-27T18:49:45+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/b038f07bf5c07104744c4d735ba16ea0ae293292generate basic API reference overview2018-12-27T17:59:00+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/6eba62ae98592d4c9c6bac49d2b7562bfaa41796rename {core, elements}/ -> source/2018-12-26T21:49:08+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/550f80aa0c4f4fdd36999c780f9f3c0729fe6b59update readme2018-12-26T20:09:25+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/f4c0ca654d3dc60ed09578265f1ec36e52d5dc5aupdate 'testdata/city_temperatures.csv'2018-12-26T20:07:21+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/f553affaddd79e7696d040c21134bddbdc41f8ffimplement automatic scale fitting for custom scales2018-12-26T20:00:27+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/3988c5654ae267e2244621295f6b2cee7fe983f7reduce test runner verbosity2018-12-26T19:59:52+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/3a77e7b20f34018e46d12fb698f3a6ab5fe52586delete dead code2018-12-26T19:59:38+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/95cbf4a9daeacd78eb1a7420f6eb00053132c7cdupdate examples2018-12-26T17:33:01+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/4babdb97fc32571f6e893908b3042c1d289f0652delete dead code2018-12-26T16:34:01+01:00Paul Asmuthpaul@asmuth.comhttps://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/02f0a28a35c826cdd7cdd141488771d59720cb83simplify readme2018-12-26T16:30:35+01:00Paul Asmuthpaul@asmuth.comhttps://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.com