search for: simple_example_plot

Displaying 2 results from an estimated 2 matches for "simple_example_plot".

2006 Mar 29
0
bug in pictex() (package:grDevices)
running pictex() plot(1:11,(-5:5)^2, type='b', main="Simple_Example_Plot") dev.off() (as in the pictex example, but with underscores instead of spaces). the TeX file contains \put {Simple_Example_Plot} [lB] <0.00pt,0.00pt> at 124.00 275.33 the underscores have a special meaning in TeX, so they should be quoted or converted to dashes. -- Sam Steingol...
2006 Mar 29
0
bug in pictex() (package:grDevices) (PR#8727)
...hat) > On Wed, 29 Mar 2006, Sam Steingold wrote: > >> The following message is a courtesy copy of an article >> that has been posted to gmane.comp.lang.r.general as well. >> >> running >> pictex() >> plot(1:11,(-5:5)^2, type='b', main="Simple_Example_Plot") >> dev.off() >> (as in the pictex example, but with underscores instead of spaces). >> the TeX file contains >> >> \put {Simple_Example_Plot} [lB] <0.00pt,0.00pt> at 124.00 275.33 >> >> the underscores have a special meaning in TeX, so the...