Re: [sage-support] Piecewise plot not smooth in png

2018-01-24 Thread Volker Braun
The easiest workaround is to switch to vector-graphics output: %display graphics vector r = var('r') plot(2*r - r^2, r, 0, 1) + plot(1, r, 1, 2) -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving

Re: [sage-support] Piecewise plot not smooth in png

2018-01-22 Thread Simon Willerton
On Monday, January 22, 2018 at 12:07:07 AM UTC, Simon Willerton wrote: > > > On Sunday, January 21, 2018 at 7:02:24 PM UTC, William wrote: >> >> >> On Sun, Jan 21, 2018 at 9:01 AM Simon Willerton >> wrote: >> >>> Hi! >>> >>> There seems to be a bug in the plotting in the Jupyter notebook. The

Re: [sage-support] Piecewise plot not smooth in png

2018-01-21 Thread Simon Willerton
On Sunday, January 21, 2018 at 7:02:24 PM UTC, William wrote: > > > On Sun, Jan 21, 2018 at 9:01 AM Simon Willerton > wrote: > >> Hi! >> >> There seems to be a bug in the plotting in the Jupyter notebook. The >> following piecewise defined function should be smooth at r=1 but the plot >> is no