Package Details: grace-openmotif 5.1.25-3

Git Clone URL: https://aur.archlinux.org/grace-openmotif.git (read-only, click to copy)
Package Base: grace-openmotif
Description: 2D plotting tool
Upstream URL: http://plasma-gate.weizmann.ac.il/Grace/
Licenses: GPL
Conflicts: grace
Provides: grace
Replaces: grace
Submitter: bwalle
Maintainer: ConnorBehan
Last Packager: ConnorBehan
Votes: 7
Popularity: 0.000000
First Submitted: 2009-01-05 15:02 (UTC)
Last Updated: 2021-10-17 04:32 (UTC)

Latest Comments

« First ‹ Previous 1 2

ConnorBehan commented on 2010-11-19 19:01 (UTC)

Nice patches! There are a couple more I would include: 1. When you create a new data set by formula, the text box is limited to 256 characters which I find incredibly restrictive. Therefore I would run sed -i -e 's/{256}/{8192}/' src/setwin.c 2. Most human interface guidelines frown on right aligned help menus (and probably Motif in general but that's harder to change). So I run a quick grep -rl "'H'. TRUE" src | xargs sed -i -e "s/'H', TRUE/'H', FALSE/g" 3. The icon you've included from the official site is not the ugly one that they hard code into the grace executable. In case you want to use that, I managed to get the XBM file out here: http://aur.pastebin.com/fTrjiurH and I made a false colored PNG here: http://i.imgur.com/ijGd2.png