dataplot

Timeline
Login

50 most recent check-ins

2024-05-09
23:00
Allow squares to have round corners and replace circular data points with fully-rounded squares (half the memory) Leaf check-in: afe2dc3240 user: markc tags: trunk
2024-05-08
23:01
Add DynamicPlot helper, to simplify client code check-in: e4e6b3325f user: markc tags: trunk
19:07
Export Axis Params and Params2 to enable appearance tweaks after creation check-in: f0f8620aba user: markc tags: trunk
18:45
Add StandardAxes function to create a typical plot area in one line check-in: 5da0410e74 user: markc tags: trunk
16:17
Improve minimum widget size logic check-in: 425aabca7e user: markc tags: trunk
2024-05-07
23:23
Make text size scale with both width and height of plot check-in: 6824804d5b user: markc tags: trunk
23:06
Improve scaling of graphics with window size and allow window shrink with SetMinSize check-in: 024c44cc79 user: markc tags: trunk
19:04
Add ForceScale and GetScale to adjust axis scales check-in: d003c44121 user: markc tags: trunk
18:54
Update comment about canvas object recycle time Leaf check-in: bea95ae02d user: markc tags: dev
2023-07-27
17:00
Merge Refresh / redraw solution check-in: e717da4e10 user: markc tags: trunk
2023-07-26
15:20
Proper solution to redraw problem check-in: 1fb422899d user: markc tags: dev
2023-07-24
02:38
Now with separate renderer file check-in: 552fc45adc user: markc tags: dev
02:34
Major clean up of refresh handling and extendability check-in: f8fcc83de5 user: markc tags: dev
2023-07-22
17:14
Create new branch named "dev" check-in: fc6ebd0dcb user: markc tags: dev
2023-07-21
19:23
Improved EPS file generation check-in: 9ab93cd6b9 user: markc tags: trunk
2023-07-20
11:01
Translate nil colour to postscript black instead of crashing check-in: 3e23e76101 user: markc tags: trunk
2023-07-19
22:58
Merge for-tlcam changes because more efficient and backwards compatible check-in: 3bdcd1d2dd user: markc tags: trunk
2023-07-10
22:47
Less messing with layout size makes it more likely to work Leaf check-in: 07d65773b3 user: markc tags: for-tlcam
2023-07-09
17:35
Added mouse drag callback check-in: 5908d7f61a user: markc tags: for-tlcam
13:43
Change to color.Color throughout check-in: 710c39caa6 user: markc tags: for-tlcam
2023-07-08
23:58
Efficiency improvement for large numbers of lines by assigning from a pool check-in: 63691ffcd5 user: markc tags: for-tlcam
2023-07-05
23:36
TLcam needs it fully stretchable check-in: d3f5a33116 user: markc tags: for-tlcam
2023-06-16
22:16
Add callback for left click (see fast data demo) check-in: 727f6c7b95 user: markc tags: trunk
19:57
Add bulk update of curve data check-in: 44462e0c93 user: markc tags: trunk
2023-06-12
00:22
Do not draw points if size is zero check-in: 19eb77b613 user: markc tags: trunk
2023-06-05
20:23
Rearrange as single module. Working with Fyne v2.3.4 check-in: e2c03178e9 user: markc tags: trunk
2022-07-10
14:45
Plotting: improve linewidths and ends. Allow multiple plots per page. check-in: 9e205b76c0 user: markc tags: trunk
2022-07-09
18:48
Plotting: all Plottables working check-in: 8654db798a user: markc tags: trunk
15:00
Plotting: tweak text positions check-in: dc5572f811 user: markc tags: trunk
14:40
Plotting: circles working, text mostly done check-in: 075d5c7c8c user: markc tags: trunk
00:06
Plotting part 2: use snapshot of existing Features. Also, NewFeature becomes AddFeature check-in: d061523239 user: markc tags: trunk
2022-07-08
02:14
Add plotting to eps file - part 1 check-in: 3c0e0d1e94 user: markc tags: trunk
2022-07-07
17:10
Renamed MakePlottables to MakeFeature and added Readme check-in: ef013e7f9a user: markc tags: trunk
2022-07-06
23:51
Improved moving data demo, now plotter has mutex on features map check-in: 847d8af17f user: markc tags: trunk
22:37
Re-add static demos check-in: 06cf1808ec user: markc tags: trunk
21:59
Reenable fast data plotting demo check-in: 8c7bdd11ad user: markc tags: trunk
21:38
Better methods part2: tag Features with strings only. Automatically replace when re-used check-in: ade009b8c6 user: markc tags: trunk
20:39
Better methods for Feature creation part 1 check-in: 401345989f user: markc tags: trunk
20:22
Better methods for Feature creation part 1 check-in: bed540e3ba user: markc tags: trunk
01:13
Improve deletion and modification by revision of Plottable storage check-in: 84340b9ce5 user: markc tags: trunk
2022-07-04
20:19
Unexport a few functions and tidy refresh/recreate chain check-in: 9698ab6152 user: markc tags: trunk
20:13
Unexport a few functions and tidy refresh/recreate chain check-in: 788c84620d user: markc tags: trunk
19:19
One mutex per Plotter, not globally check-in: d8b3eb70d7 user: markc tags: trunk
2022-07-03
17:46
Add second curve to moving plots demo. Demo parity with pyQwt! check-in: e7e4491a19 user: markc tags: trunk
17:04
Remove redundant Tick struct check-in: a503db8148 user: markc tags: trunk
16:59
Remove unnecessary shift methods from plottables check-in: 9094ff5b45 user: markc tags: trunk
16:50
Remove shift() as required method of plottable interface, since (re-)creation is enough check-in: 2fe85b5a37 user: markc tags: trunk
16:37
Add canvas object mutex, trying to keep Fyne out of any more trouble than it makes unaided check-in: 58fbb6c630 user: markc tags: trunk
14:03
Added all graphical tests to demo app, including animations that crash easily check-in: be88ce7dc7 user: markc tags: trunk
11:35
Added single multi-demo app, replacing individual demos check-in: 765d9c7a6d user: markc tags: trunk