Subversion Repositories bdplot

Rev

Rev 43 | Rev 47 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43 Rev 44
Line 250... Line 250...
250
  }
250
  }
251
 
251
 
252
### Axis stuff This part should be improved. A function that draws
252
### Axis stuff This part should be improved. A function that draws
253
### axis should be run for all four axis. And it should be possible to
253
### axis should be run for all four axis. And it should be possible to
254
### supply whatever vector to base it on (especially relevant for
254
### supply whatever vector to base it on (especially relevant for
255
### taxis and raxis)
255
### taxis and raxis). What about colors?
256
  
256
  
257
  ## this is because the use of mgp gives a ridiculous warning when too small
257
  ## this is because the use of mgp gives a ridiculous warning when too small
258
  options(warn=-1)
258
  options(warn=-1)
259
  if(draw.xaxis=="fun"){
259
  if(draw.xaxis=="fun"){
260
    xaxt.fun(xaxt.in)
260
    xaxt.fun(xaxt.in)