On 2013-03-27, kcrisman wrote:
> --=_Part_328_30744864.1364405005926
> Content-Type: text/plain; charset=ISO-8859-1
>
> I'm forwarding this to the sage-notebook group, where it may get more
> attention. I'm sorry I don't know the answer to this; it does seem
> important.
There are even tra
On 03/27/2013 08:03 PM, Jotace wrote:
> Hi all,
>
> I'm teaching vector calculus, and I would like to show the meaning of
> the curl to my students. So here is what I want to do:
>
> 1. Plot a 2d-vector field F = (P,Q) (I know ho to do this)
> 2. Compute the k-component of this field (o.k)
> 3. P
Hi all,
I'm teaching vector calculus, and I would like to show the meaning of the
curl to my students. So here is what I want to do:
1. Plot a 2d-vector field F = (P,Q) (I know ho to do this)
2. Compute the k-component of this field (o.k)
3. Plot part of the 3d-vector field curl(P,Q,0), more pre
I'm forwarding this to the sage-notebook group, where it may get more
attention. I'm sorry I don't know the answer to this; it does seem
important.
On Wednesday, March 27, 2013 12:25:48 PM UTC-4, Aaron Dutle wrote:
>
> I'm doing the same, and getting the same errors, but using Google Drive.
>
I'm doing the same, and getting the same errors, but using Google Drive.
I can say that the symlink probably isn't the problem, since I just created
a different notebook in my GDrive folder, pointed sage toward it.
So Can anybody find the problem here? Is sage maybe storing a global
file
On 03/27/2013 05:21 PM, Tobias Weich wrote:
I came across the same issue with arc in sage 5.8
|
line([(0,1),(1,1)],linestyle=':')
|
works fine, however
|
arc((0,0),1,sector=(0,pi),linestyle=':')
|
raises the "unknown linestyle" error and linestyle='dotted' works for both.
Is there a deeper r
I came across the same issue with arc in sage 5.8
line([(0,1),(1,1)],linestyle=':')
works fine, however
arc((0,0),1,sector=(0,pi),linestyle=':')
raises the "unknown linestyle" error and linestyle='dotted' works for both.
Is there a deeper reason why these matplotlib linestyle shorts do not wor