Dears members
I need axes_labels in vertical and horizontal form in side sideways od
axis, how make this?. example
http://www.personal.psu.edu/egp11/Eric_Paterson/Blog/Entries/2009/11/18_Open-Source_alternatives_for_MATLAB_in_teaching_and_research_files/ericPlot.jpg
#P is list_plot tipe
P.set_leg
Jason Grout idea is good for me, but I need empiler several "plots", i
after use show(plot1+plot2+...). How do this?.
2012/2/24 Dan Drake
> On Fri, 24 Feb 2012 at 01:39AM -0200, Juan Grados wrote:
> > I need smooth line, (interpolation the points), line(vec) plot line
> without
> > smoth
>
> If
On Fri, 24 Feb 2012 at 01:39AM -0200, Juan Grados wrote:
> I need smooth line, (interpolation the points), line(vec) plot line without
> smoth
If a regression line is good enough, see:
http://markmail.org/message/lipt7edldscsaaqb (another one of Jason's
messages!)
Dan
--
--- Dan Drake
- h
I need smooth line, (interpolation the points), line(vec) plot line without
smoth
2012/2/24 D. S. McNeil
> > I am a two-tuple vector, "vet=[(1,2),(3,4),(5,6),..]", i want plot
> > this data with a line aproximation, (interpolation this points), exist
> > any parameter in list_plot function for t
> I am a two-tuple vector, "vet=[(1,2),(3,4),(5,6),..]", i want plot
> this data with a line aproximation, (interpolation this points), exist
> any parameter in list_plot function for this.
Maybe
line(vet)
does what you want? You can look at
http://www.sagemath.org/doc/reference/sage/plot/p
Dear members
I am a two-tuple vector, "vet=[(1,2),(3,4),(5,6),..]", i want plot
this data with a line aproximation, (interpolation this points), exist
any parameter in list_plot function for this.
Juan
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from th
Hi everyone
I am have 4 vectors, and I want plot 2 graphics in the same place,
vector1 vs vector2 color = red
vector3 vs vector4 color = yelow
How?
please help me,
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+u
I would like to make a simple 2D plot of a function. However I cannot
figure out from the manual how to specify the frequency of the tick
marks. Currently they seem to be multiples of 2.5 and I would like
them to be multiples of 1.0.
Any help?
Regards,
Michel
--~--~-~--~~---