Items tagged with plot plot Tagged Items Feed

Hello, with "logplot", if I use "scale" or change the minimum vertical range to some smaller values, the plot mechanism will automatically print "0., 0.5*0.0001, 0.0001, 0.5*0.001, 0.001, .... " at the y-axis numeric mark.

However, I want the 10^(-n) numeric format and alwasy keep the format.

How could I always get the 10^(-n) numeric format for y-axis ?

Thanks a lot!

plotting a polar function

February 01 2012 by davidp 0

i have a function f(alpha)=1+2cos5alpha, i had no trouble plotting f(alpha), but when i try to plot f(alpha.t) i keep getting empty plot.

 

please help

Simply using display(array) we can create larger zoomed sized plots that I think some people would like but only for 2d but what about 3d plots ? - read on. 

Now this expands only the width of the plot and works for all 2d plots.
a:=plot(sin(x)):
display(array([a]))  # displays plot at screen width size

What I think most people want is an easy way to adjust plot sizes from the default Maple install without having to load any special packages ...

Am i undestand right that all GUI-changed properties of plot are not accessable via command-line because with already pictured plot there are no binded variables and no method to bind? For example after manual streching and moving i need to work in interest area of graph i.e. includding new textplots there and so on. See only way to work with via DocumentTools component and it events to get e.g. xrange  and yrange. Is there better way?

Hi there

I'm a new user of Maple 15 and would really appreciate some tips on how to get started, this time more specifically on how to change the axis orientation. I'm a geotechnical engineer and in practice we always plot all the soil properties (strength, density, water content, etc) with depth, and so it should be positive downwards. 

I've seen a few posts where the issue was raised by some people years ago but was just curious to know if the new version...

Maple Colors

January 27 2012 by k4walker 69 Maple

I was trying to put together a series of plots that each included multiple dataseries.  I wanted to color them to help distinguish the various curves.  When I went into Maple's help page for the "colornames" that Maple recognizes, I was surprised to find that there were no color swatches to help you pick what color you wanted to use.  So I copied the color names from the help into a worksheet and told it to plot some color swatches for me. Here is the result:

Check this:

111.mw

Don't forget set Plot0 component manipulator to "Click and Drag" to test "on click" event. Localizing of problem takes for me ~4 days. It's terrible!

 

---------for stupid tags

global

Dear Maple Primes

 

I need to plot two functions but I need one of them to only be defined over a certain range. Here's the example:

 

Need to do in maple smth like that:

I was wondering if anyone knew of a solution to this: when you plot multiple curves on the same axis with Maple and specify the colors=["blue","red",.....] etc, the ordering is not preserved, Maple seems to just match whichever color to whichever function it pleases. This is v.annoying, surely there must be a way to get around this?

Can you help me for solving this ...

January 13 2012 by cassi 0 Maple

Hello everbody! Please, I need your help again.

B(ν)=2hν3/(c2 *(exp(hν/kT)-1);

h=6.63*10-34;

c=3*108;

k=1.38*10-23;

ν=0,001..10 if T=3000;

ν=10..10000 if T=3000;

plot(B(ν),ν);

Thanks

 

Hi

I've got a small problem:

how can i calculate with units AND show variables and its untits on both axles of a plot in the same worksheet?
and is there a way to give the range for each axle at the same time too?

This one only works for one axle:

restart;
with(Units);
d := 40*Unit(m);
a := .25*Unit(m/s^2);
x := d+(1/2)*a*(t*Unit('s'))^2;
plot(x, t = -10*Unit(s) ..10*Unit(s),useunits);

has anyone any ideas how to show "x[m...

Hi,

I got a worksheed with some dualaxisplots generated in a loop. As it would take some time to rightclick on each of them and export it as eps, I'm searching for a fine solution to automatically export them. For plot(); and display(); I found some nice solutions, but using dualaxisplot, I receive the following error:

Error, (in plots:-dualaxisplot) dual-axis plots are not available for the current interface or device

This...

Hi everybody,

How can i plot a vector field and an animated curve on the same plotting window ?

Regards.

lol37.

I need to plot two sets of data versus the same X- axis. For instanse, I want to plot <1,2,3,5,6> and <23,51,54,65,24> versus X-axis of <1,2,3,4,5>. Does anyone know how I can do this? Thanks for your kind help.

1 2 3 4 5 6 7 Last Page 1 of 123