Skip to content
Snippets Groups Projects
Commit 774c9176 authored by Torda, Prof. Dr. Andrew Ernest's avatar Torda, Prof. Dr. Andrew Ernest
Browse files

Typo.

parent 5c77534c
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ I use `os.Create()` to open a file for writing (plots, `.csv` files. In my "Docu ...@@ -48,7 +48,7 @@ I use `os.Create()` to open a file for writing (plots, `.csv` files. In my "Docu
## Non bugs ## Non bugs
The UI toolkit is "fyne". It does not do charts, so we use "go-chart". This makes a `.png` which we store in memory and feed to fine. I did try `.svg` filetypes, but an .svg made by go-chart causes fyne to choke. This means we are stuck with .png. One day, one should try out the charting library which is based on fyne. The UI toolkit is "fyne". It does not do charts, so we use "go-chart". This makes a `.png` which we store in memory and feed to fyne. I did try `.svg` filetypes, but an .svg made by go-chart causes fyne to choke. This means we are stuck with .png. One day, one should try out the charting library which is based on fyne.
It is not much fun typing numbers into the input form. We just use the functions from the toolkit, but the cursor and decimal point seem to jump around like a vegetarian in a butchers shop. It is not much fun typing numbers into the input form. We just use the functions from the toolkit, but the cursor and decimal point seem to jump around like a vegetarian in a butchers shop.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment