2010/10/28 Jean-Victor Côté <[email protected]>:
> octave help fc1rQF:59: Misplaced {.
> ...}.
> warning: gen_doc_cache: unusable help text in 'boxplot'  Ignoring function.

Hi Jean

this bug is already fixed on the development version. The function
should work normaly, the only effect is that you can't see the help
text. You can fix this manually by editing the file boxplot.m and
change the following line (it should be 72)

## tics ("x", 1:2, {"girls"; "boys"});

to

## tics ("x", 1:2, @{"girls"; "boys"@});

Still, thank you very much for taking your time to report the bug.
It's very welcome.

Carnë

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to