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-exp-API
/
src
/
main
/
plot.c
@ 63243
– Rev 7192
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
7192
9711 d 7 h
ripley
/branches/R-exp-API/
R-exp-API branch update
7133
9717 d 2 h
ripley
/branches/R-exp-API/
update from trunk
7002
9724 d 23 h
/branches/R-exp-API/
This commit was manufactured by cvs2svn to create branch 'R-exp-API'.
6994
9725 d 20 h
pd
/trunk/
branch update
6265
9772 d 2 h
pd
/trunk/src/
abline log cases
6252
9773 d 18 h
pd
/trunk/src/
more graphics fixups
6222
9779 d 22 h
pd
/trunk/src/main/
error msg. segfault -- passed *p to %s
6191
9783 d 2 h
maechler
/trunk/src/main/
dropped "\n" in error[call](..)
6099
9790 d 22 h
pd
/trunk/src/
branch update - a little better now
6098
9790 d 23 h
pd
/trunk/
branch update - not bugfree
5731
9821 d 0 h
ripley
/trunk/src/
remove trailing "\n" in warning(call) and error(call), as now supplied
5510
9845 d 8 h
ripley
/trunk/
sort labels in axis along with at
5508
9845 d 18 h
ihaka
/trunk/src/
Type consistency for graphics API change.
5507
9845 d 18 h
ihaka
/trunk/src/
Internal graphics API change. Color, lty, pch and lwd lookups no longer
pass the device context. This is just looked up when needed. This
simplifies somethings and makes the code generally more consistent.
Previously we sometimes passed the device context and sometimes not.
5494
9846 d 11 h
hornik
/trunk/src/main/
Fix problem in do_segments() arg loop.
5491
9846 d 13 h
ihaka
/trunk/src/main/
Added lwd capability to abline.
5458
9849 d 7 h
ripley
/trunk/
change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
5422
9854 d 6 h
ripley
/trunk/
add type argument to locator
5340
9864 d 8 h
hornik
/trunk/src/main/
Initialize fontsave in do_mtext().
5294
9868 d 18 h
ihaka
/trunk/src/main/
do_mtext had lost its processing of inline par values.
5187
9875 d 1 h
hornik
/trunk/src/main/
Always include Rconfig.h first.
5123
9878 d 15 h
ihaka
/trunk/src/main/
Minor bug fix for text size in margins.
Major cleanup of environment searching and variable lookup
in preparation for hashing.
5111
9881 d 13 h
ihaka
/trunk/src/main/
Changes for handling environments.
5107
9882 d 3 h
maechler
/trunk/src/
R_FINITE
5058
9887 d 14 h
ihaka
/trunk/src/main/
Bug in mtext (asReal -> asInteger).
5055
9888 d 0 h
pd
/trunk/
branch update
4680
9927 d 7 h
ihaka
/trunk/src/
Updates to mtext so that it can can handle vector arguments with
the usual subscript recycling rule.
4619
9937 d 2 h
maechler
/trunk/src/
new R_print struct (later to be passed around instead of a global ?)
4593
9939 d 17 h
ihaka
/trunk/src/main/
Text justification when las= produces axis labels at right angles to
the axis improved.
4562
9942 d 19 h
pd
/trunk/
branch update
4443
9952 d 7 h
ihaka
/trunk/src/
Additional arguments added to "text" so that it will interoperate better
with "identify".
4179
9966 d 2 h
rgentlem
/trunk/src/main/
changes to the warning system
3875
9996 d 8 h
hornik
/trunk/src/
Misc `-Wall' fixes.
3797
10004 d 16 h
r
/trunk/src/
Changes related to new graphics code.
3786
10006 d 22 h
pd
/trunk/
branch update
3682
10018 d 22 h
r
/trunk/src/
Fix for handling embedded '\n' in text strings for plotting.
Attempt to fix Kurt's overclosing R_Inputfile bug.
3507
10038 d 8 h
r
/trunk/src/main/
Additional "segments" changes.
3506
10038 d 8 h
r
/trunk/src/main/
Fix for color problem in segments.
3475
10042 d 0 h
pd
/trunk/
Branch update
3447
10044 d 14 h
r
/trunk/src/
Fixed xpd= bug in segments.