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
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
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