https://autoplot.org/data/coastlines-low.zip/coastlines/asia-cil.txt is another example (make sure you turn on connecting lines)
It is wrong about the screensize, where is thinks my two-head display is only one screen wide. This is fixed, and I suspect it may fix Chris' issue.
It is wrong about the screensize, where is thinks my two-head display is only one screen wide.
On Linux, they are kept in ~/.java/.userPrefs. For example: cd ~/tmp/ cp ~/.java/.userPrefs/org/autoplot/datasource/prefs.xml . open the cdf editor and resize it slightly. close or cancel diff ~/.java/.userPrefs/org/autoplot/datasource/prefs.xml prefs.xml This should show differences.
Also I couldn't figure out where the positions are kept. This needs to be better documented. I though all prefs were under autoplot_data, but maybe not.
According to ChatGPT, watch events don't happen over NFS, and that only machine-local changes will notify. I need to add a loop which watches the file modification date for notifications.
make /home/jbf/ct/tmp/testScript.jy edit it in a second Autoplot, verify change can be seen. on a different machine with same mount, make a change. note that Autoplot does not see the change.
make /home/jbf/ct/tmp/testScript.jy edit it in a second Autoplot, verify change can be seen. on a different machine with same mount, make a change. not that Autoplot does not see the change.