Changes between Initial Version and Version 3 of Ticket #3985
- Timestamp:
- 05/21/09 18:50:51 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3985 – Description
initial v3 1 Plotting functions like 1/x, tan, etc. have asymptotes essentially plotted in Sage at this point. This is okay, except that the scale is way out of whack, so things look very odd. Sage should either remove the asymptote piece of these plots somehow (how is not obvious) or fix the ymin and ymax in show so that it just looks like the asymptotes are plotted. 2 E.g. 1 Still need improvement on plotting of asymptote of e.g. tan or 1/x, especially when detect_poles != True. Ideally one has an output similar to 3 2 {{{ 4 3 sage: plot(tan,-20,20).show(ymin=-5, ymax=5) 5 4 }}} 6 except automatic detection of the ymin and ymax.5 but just straight out of plot.