R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-gcontext
/
src
/
main
/
plot.c
@ 28362
– Rev 26795
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
26795
8308 d 5 h
/branches/R-gcontext/
This commit was manufactured by cvs2svn to create branch 'R-gcontext'.
/branches/R-gcontext
/branches/R-gcontext/Attic
26479
8336 d 1 h
maechler
/trunk/
P.Kleinweg's patch for plclust()'s C code, PR#4197
/trunk/NEWS
/trunk/src/main/plot.c
26007
8365 d 0 h
ripley
/trunk/
fix graphics bugs 2628 4037 3504
/trunk/NEWS
/trunk/src/library/base/R/boxplot.R
/trunk/src/library/base/man/par.Rd
/trunk/src/main/par.c
/trunk/src/main/plot.c
/trunk/tests/reg-plot.ps.save
25661
8389 d 4 h
ripley
/trunk/
fulfill PR#3424
/trunk/NEWS
/trunk/src/include/Rdevices.h
/trunk/src/library/base/R/device.R
/trunk/src/library/base/man/dev2.Rd
/trunk/src/main/graphics.c
/trunk/src/main/names.c
/trunk/src/main/plot.c
24735
8444 d 9 h
ripley
/trunk/src/
remove #ifdef-ed old code
/trunk/src/appl/bakslv.c
/trunk/src/gnuwin32/devga.c
/trunk/src/main/Rdynload.c
/trunk/src/main/array.c
/trunk/src/main/bind.c
/trunk/src/main/builtin.c
/trunk/src/main/coerce.c
/trunk/src/main/dotcode.c
/trunk/src/main/eval.c
/trunk/src/main/gram.c
/trunk/src/main/gram.y
/trunk/src/main/graphics.c
/trunk/src/main/main.c
/trunk/src/main/model.c
/trunk/src/main/names.c
/trunk/src/main/objects.c
/trunk/src/main/platform.c
/trunk/src/main/plot.c
/trunk/src/main/plot3d.c
/trunk/src/main/plotmath.c
/trunk/src/main/printutils.c
/trunk/src/main/subscript.c
/trunk/src/main/unique.c
/trunk/src/main/util.c
/trunk/src/modules/X11/devX11.c
/trunk/src/nmath/ptukey.c
/trunk/src/nmath/qbeta.c
/trunk/src/nmath/qnorm.c
23360
8552 d 23 h
rgentlem
/trunk/src/main/
changed the warning messages so they only print if warn is >= 0
/trunk/src/main/plot.c
22974
8576 d 7 h
ripley
/trunk/
symbols(thermometers=) was calculating range over the wrong extent
/trunk/NEWS
/trunk/src/main/plot.c
21054
8735 d 6 h
tlumley
/trunk/src/main/
fix one more case in title(main=list(...))
/trunk/src/main/plot.c
21044
8735 d 14 h
maechler
/trunk/src/main/
fix comments
/trunk/src/main/plot.c
21033
8736 d 1 h
tlumley
/trunk/src/
PR#1939 title(main=list("title")) was broken, as was
title(main=list(quote(beta),col="red"))
More documentation for for().
/trunk/src/library/base/man/Control.Rd
/trunk/src/main/plot.c
20612
8768 d 21 h
tlumley
/trunk/
abline(untf=TRUE) was drawing negative coordinates (PR#1243)
/trunk/NEWS
/trunk/src/main/plot.c
20377
8788 d 12 h
ripley
/trunk/
more tests for NA_STRING in graphics routines
/trunk/NEWS
/trunk/src/main/plot.c
/trunk/src/main/plot3d.c
20375
8788 d 13 h
ripley
/trunk/
makes strwidth/strheight take the same input as text.
plot.hclust was plotting NA labels: no longer
remove some unused (and now incorrect) code from plot.c
/trunk/NEWS
/trunk/src/library/base/man/strwidth.Rd
/trunk/src/main/plot.c
20371
8788 d 15 h
ripley
/trunk/
Move fix of PR#1739 to R-devel, and change the values.
Improve the help for nchar and strwidth/height
/trunk/NEWS
/trunk/src/library/base/man/nchar.Rd
/trunk/src/library/base/man/strwidth.Rd
/trunk/src/main/character.c
/trunk/src/main/plot.c
20361
8789 d 3 h
ripley
/trunk/
branch update
/trunk/NEWS
/trunk/doc/manual/R-exts.texi
/trunk/src/library/base/R/format.R
/trunk/src/main/character.c
/trunk/src/main/plot.c
/trunk/tests/reg-tests-1.R
20358
8789 d 5 h
ripley
/trunk/
allow additional graphical pars in rect (like polygon)
/trunk/NEWS
/trunk/src/library/base/R/rect.R
/trunk/src/library/base/man/rect.Rd
/trunk/src/main/plot.c
20243
8798 d 14 h
ripley
/trunk/
branch update
/trunk/NEWS
/trunk/src/gnuwin32/CHANGES
/trunk/src/library/base/R/datetime.R
/trunk/src/library/base/R/windows/update.packages.R
/trunk/src/library/base/man/Random.Rd
/trunk/src/library/ctest/R/ks.test.R
/trunk/src/library/mva/man/hclust.Rd
/trunk/src/main/plot.c
20197
8802 d 22 h
murrell
/trunk/src/main/
Fix to conversion of plotmath G* to GE* functions.
Problem spotted by MM using:
x <- y <- -10:10
ff <- function() persp(x,y, outer(x,y,
function(x,y)sin(sqrt(x^2+4*y^2))))
ff() ; title(expression(sin(x))) ## title is *NOT* drawn !!!
/trunk/src/main/plot.c
/trunk/src/main/plotmath.c
19936
8820 d 6 h
maechler
/trunk/
3 new args 4 axis()
/trunk/NEWS
/trunk/src/library/base/R/axis.R
/trunk/src/library/base/man/axis.Rd
/trunk/src/main/names.c
/trunk/src/main/plot.c
/trunk/tests/reg-plot.R
/trunk/tests/reg-plot.Rout.save
19912
8822 d 19 h
duncan
/trunk/src/
Some removal of global variables in src/main
/trunk/src/main/RBufferUtils.h
/trunk/src/include/Rgraphics.h
/trunk/src/include/Rinternals.h
/trunk/src/main/complex.c
/trunk/src/main/datetime.c
/trunk/src/main/deparse.c
/trunk/src/main/deriv.c
/trunk/src/main/devPS.c
/trunk/src/main/devPicTeX.c
/trunk/src/main/devices.c
/trunk/src/main/dotcode.c
/trunk/src/main/eval.c
/trunk/src/main/format.c
/trunk/src/main/list.c
/trunk/src/main/logic.c
/trunk/src/main/names.c
/trunk/src/main/par.c
/trunk/src/main/platform.c
/trunk/src/main/plot.c
/trunk/src/main/plot3d.c
/trunk/src/main/printutils.c
/trunk/src/main/random.c
/trunk/src/main/regex.c
/trunk/src/main/relop.c
/trunk/src/main/saveload.c
/trunk/src/main/scan.c
/trunk/src/main/sort.c
/trunk/src/main/subassign.c
/trunk/src/main/summary.c
/trunk/src/main/unique.c
←Prev
1
2
Next→
Show All