Hello,
Could you please advice the way to plot three-dimensional array?
Something like plot3d or counter_plot, but in case the data are
already calculated in array and there is no way to call f(x,y).
Best regards,
Eugene.
--
To post to this group, send email to sage-support@googlegroups.com
To
Thank you both! Your examples and suggestions are very useful and it
solved my problem.
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at
http://gr
So... There is no solution?
On Dec 9, 6:03 pm, Sand Wraith wrote:
> Does anyone know is this issue only for newest version? (may be I
> should use older version of sage)
>
> On 8 дек, 21:47, David Joyner wrote:
>
> > Unfortunately, the piecewise class was written before the symbolic
> > expressi
Hello,
I've got two computers with archlinux (i686 and x86_64 versions) and
on both machines there is same problem installing sage:
$make
File "/home/ajunta/Binary/sage-4.3-linux-Ubuntu_9.10-x86_64-Linux/
local/lib/python2.6/site-packages/sage/interfaces/gap.py", line 362,
in _start
ra
Thanks for the advice, I had some problems building previous version
of sage, and like that one - it solved by building sage from source. I
guess building from source is the best way to avoid many problems.
On Jan 3, 9:47 am, Alex Ghitza wrote:
> On Sun, 3 Jan 2010 01:09:00 -0800 (PST), Eug
Hi!
I've got a few functions like this:
f1(x,y)=sin(x)+cos(y)
f2(x,y)=sin(y)+cos(x)
and I need to plot counter graphics like:
contour_plot(lambda x,y:f1(x,y),(x,0,3),(y,0,14))+contour_plot(lambda
x,y:f2(x,y),(x,3,6),(y,0,14))
can i do this easily using piecewise function?
g=Piecewise([ [(0,3)
Could you suggest one?
I've seen this, but i think it's not a good solution..
contour_plot(lambda x,y: data[int(x)][int(y)],(x,0,len(data)-1),(y,
0,len(data[0])-1))
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+
Hi!
I've got an error in rendering Unicode characters in plots:
plot(sin(x), (x,0, 10) , axes_labels=['Cyrillic text here','y'])
'y' lable is ok, but text on 'x' lable renders as sequence of
rectangles.. is it missing fonts or something like that?
--
To post to this group, send email to sage-su
Hi!
Is it possible to print only output content of worksheet?
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/sage-
Hello!
Here is my pyhtons results:
python
Python 2.6.5 (r265:79063, Mar 23 2010, 04:49:54)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 1+1
2
>>> 6e-6 % 10e-6
6.0002e-06
>>>
and here is sage:
./
sage
Sage Version 4.3.5, Release Dat
P.S. I've also got wrong result at http://sagenb.kaist.ac.kr/ server.
On Apr 6, 3:56 am, Eugene Goldberg wrote:
> Hello!
>
> Here is my pyhtons results:
>
> python
> Python 2.6.5 (r265:79063, Mar 23 2010, 04:49:54)
> [GCC 4.4.3] on linux2
> Type "help",
Hello!
There is plot:
p=plot(sin,0,2*pi)
How to add grid lines to this plot?
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.
Hi!
I want to save my plot using notebook:
plot(sin,0,4).save('foo.png')
this code saves my plot, but also calls show method (or something like
that) and I have plot in output. Is it possible only to save plot,
without any output at all?
--
To post to this group, send email to sage-support@goo
Hi all!
I am using sage from time to time for a year in education.
Unfortunately, I couldn't find default functions to do some
operations, so I wrote my own functions. For now here are just a few
functions, but I believe in time I'll describe them all.
I've placed them in Google Code project page
Hello!
I am using Sage with Notebooks for some time, and my .sage directory
now is 129 Mb. I believe it is impossible for me to write so much code
(text), that means most of this space comes from notebook cache
(images, for example). Is there some easy way to remove cache?
Best regards.
--
To p
My temporary solution - removing all *.sobj, *.gif, *.png, *.zip files
and all "snapshots" directories. Now .sage direcotory is 13 Mb only!
Also, I have found for myself important tip: while using DATA
directory manually for saving objects (*.sobj files) no one will
manage it content for you, and
P.S. It is also ok to remove "dap" directory content.
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/sage-support
U
Hello!
I am trying to use unicode characters in axes labels and it fails with
exception:
P = plot_step_function([(i,prime_pi(i)) for i in
range(20)],thickness=2,color='black')
P.show(axes=False,frame=True,axes_labels=('текс','x'))
Traceback (most recent call last):
File "", line 1, in
Fil
Hello!
This code in Sage Notebook:
for i in range(7):
html('alert("Text %g");' % i)
time.sleep(1)
gives no alert messages before cell completely calculated? Is there
any way to force immediate output processing?
P.S. Sorry for duplicating question, it has already posted at asksage
(http
19 matches
Mail list logo