+1
On Mon, Dec 12, 2016 at 10:10 Tudor Girba tudor@tudorgirba.com wrote:
Hi,
If you use the integration of Roassal from Glamour, you can use openWithToolbarEntitled:. For example:
| b ds |
b := RTGrapher new.
b extent: 900 @ 200.
ds := RTData new.
ds interaction highlight.
ds points: RTShape withAllSubclasses.
ds barShape width: 10.
ds y: #numberOfMethods.
ds barChartWithBarTitle: #name.
b add: ds.
b openWithToolbarEntitled: 'My graph’
Cheers,
Doru
On Dec 12, 2016, at 12:58 PM, Kjell Godo squeaklist@gmail.com wrote:
+1
Yes how to set the SystemWindow labels
On Mon, Dec 12, 2016 at 08:47 Johan Fabry jfabry@dcc.uchile.cl wrote:
Hi All,
I was looking for a way to get a title on a graph made with RTGrapher. I
have so many open that sometimes I forget which ones is which. A title would help but I cannot find a straightforward way to add one. Is this possible?
--
Does this mail seem too brief? Sorry for that, I don’t mean to be rude!
Please see http://emailcharter.org .
Johan Fabry - http://pleiad.cl/~jfabry
PLEIAD and RyCh labs - Computer Science Department (DCC) -
University of Chile
Moose-dev mailing list
Moose-dev@list.inf.unibe.ch
Moose-dev mailing list
Moose-dev@list.inf.unibe.ch
--
www.tudorgirba.com
www.feenk.com
"Be rather willing to give than demanding to get."
Moose-dev mailing list
Moose-dev@list.inf.unibe.ch