So should I use a different function to save on the local version? Is this a
bug?
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-devel+unsubscr...@googlegr
If this helps, running this
graphObject = Graph({1:[2,3,4],2:[1,3,4],3:[1,2,4],4:[1,2,3]})
figure = graphObject.plot(layout="circular")
figure.save('./test.pdf')
Traceback (most recent call last):
File "", line 1, in
File "_sage_input_23.py", line 10, in
exec compile(u'open("___code__
OK
Thanks David Roe (I missed the point : within a class)
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-devel+unsubscr...@googlegroups.com.
To post to this
See
http://stackoverflow.com/questions/6990099/explaining-the-python-self-variable-to-a-beginner
David
On Wed, Feb 26, 2014 at 12:48 PM, Dominique Laurain <
dominique.laurai...@orange.fr> wrote:
> I read, and read again and read again..and don't understand why 1rst
> parameter "self" is missing
I read, and read again and read again..and don't understand why 1rst
parameter "self" is missing in cloud collections.py, with following
difference between function definition in backend_pdf.py and call in
collections.py :
def draw_path_collection(self, gc, master_transform, paths,
all_tr
Interesting, it must have something to do with my sage install on Ubuntu then?
Are the packages loaded to the cloud version the same as the standard local
install?
I used the Ubuntu PPA to install and the only additional package I installed
was Pandas.
--
You received this message because yo
On 2/24/14 3:21 PM, Evan Oman wrote:
On Monday, February 24, 2014 1:18:00 AM UTC-6, P Purkayastha wrote:
On 02/24/2014 12:22 PM, Evan Oman wrote:
> I am using Sage to make visual representations of Graphs(ie of
the vertex and edge variety) via the show command.
>
> Howev
On Monday, February 24, 2014 1:18:00 AM UTC-6, P Purkayastha wrote:
>
> On 02/24/2014 12:22 PM, Evan Oman wrote:
> > I am using Sage to make visual representations of Graphs(ie of the
> vertex and edge variety) via the show command.
> >
> > However as far as I can tell I can only save these a
On 02/24/2014 12:22 PM, Evan Oman wrote:
I am using Sage to make visual representations of Graphs(ie of the vertex and
edge variety) via the show command.
However as far as I can tell I can only save these as a raster in the form of a
PNG or JPEG? I have been a vector graphic snob as of late a