Commit Graph
40 Commits
Author SHA1 Message Date
augustin_s 449ba05819 toggle color of cfg button depending on state 2021-05-31 18:12:50 +02:00
augustin_s bb1f23cf0d added prototype for config dialog 2021-05-31 15:27:21 +02:00
augustin_s 2c6f76baec also set the height of the combined figure 2021-05-31 14:33:41 +02:00
augustin_s c6f262f066 added a little vertical space below "Add PV" input 2021-05-31 14:32:55 +02:00
augustin_s 8957f73f28 also remove container if emptied; corrected order in removal; better print outs 2021-05-30 20:54:08 +02:00
augustin_s 38d0f1fbe6 simplified adding actor logic; do not insert empty rows 2021-05-30 18:54:42 +02:00
augustin_s 351fe108b1 added repr 2021-05-30 18:45:51 +02:00
augustin_s ec871bbc65 better names 2021-05-30 18:39:50 +02:00
augustin_s 66bf36b7bd removed one level of containers 2021-05-30 18:16:13 +02:00
augustin_s 24ff59981e split loop 2021-05-30 14:59:48 +02:00
augustin_s afb79e4484 Actor constructor takes container as argument 2021-05-29 19:34:10 +02:00
augustin_s aba92fd20a merge individual periodic callbacks (one for each plot) to one periodic callback 2021-05-29 19:10:32 +02:00
augustin_s bd9d760812 merge individual periodic callbacks (one for each plot) to one periodic callback 2021-05-29 18:53:24 +02:00
augustin_s 70b64ab622 allow adding plots in rows 2021-05-29 17:04:57 +02:00
augustin_s 6c55e589e0 moved frame widgets to separate class 2021-05-28 23:30:47 +02:00
augustin_s 4cb272d268 separate root layout and plot-container layout 2021-05-28 23:30:47 +02:00
augustin_s e8789e312f store update callback; also remove update callback when removing plot 2021-05-28 23:30:47 +02:00
augustin_s f4e0a899a2 set the figure width to the summed widths of the plots 2021-05-28 23:30:47 +02:00
augustin_s 04a1cccb7c allow lower caps PV names 2021-05-28 23:30:47 +02:00
augustin_s f523de77eb label uses all remaining figure width 2021-05-28 23:30:47 +02:00
augustin_s d1191adcda Update README.md 2021-05-27 19:22:02 +02:00
augustin_s 4a84e121ac text input resets on enter 2021-05-26 12:36:57 +02:00
augustin_s 33c2d475c8 allow adding several pvs at once 2021-05-26 12:20:24 +02:00
augustin_s 2815956d42 first try on dynamic adding/removing plots 2021-05-26 11:58:31 +02:00
augustin_s b81f855ac9 some dynamic add/remove tests 2021-05-26 11:10:47 +02:00
augustin_s aa809baccb added is_connected attribute to sources 2021-05-25 21:32:21 +02:00
augustin_s c8daada003 error if unconnected source is added to cacher 2021-05-25 21:23:54 +02:00
augustin_s 4fe9cd635d 1D plot cache only needs one curve; test for y=None in Plot1D 2021-05-24 20:10:14 +02:00
augustin_s d229d650f0 added 1D example 2021-05-20 23:44:43 +02:00
augustin_s 0b46d992f0 fixed latest method 2021-05-20 23:44:13 +02:00
augustin_s f966259e94 added a cache.latest property 2021-05-20 16:32:19 +02:00
augustin_s 06c0578685 better name 2021-05-20 16:24:58 +02:00
augustin_s db93b63767 made it easier to add Sources to the cacher 2021-05-20 16:23:40 +02:00
augustin_s 15d33ba1f2 added todo comment 2021-05-20 15:45:25 +02:00
augustin_s 4d7668f946 made Caches automatically re-used 2021-05-20 15:40:58 +02:00
augustin_s b7527f836e added ignore list 2021-05-20 15:35:14 +02:00
augustin_s 419874f26b collect (and import from) Plots in plots.py 2021-05-20 15:34:26 +02:00
augustin_s 678b1f48a7 first proper prototype 2021-05-19 14:34:07 +02:00
augustin_s 62e8cea4d6 some prototypes 2021-05-19 14:31:09 +02:00
augustin_s 00ff746c74 Initial commit 2021-05-19 14:21:58 +02:00