Since 5/24/2012 11:22:24 AM, sandwaterhand has written 4 articles and participated in 2 conversations. sandwaterhand signature: sandwaterhand
sandwaterhand's articles:
Items(4) /1
Bar Graphs and Frame Labels013 (8/24/2012 9:06:55 AM) comp.soft-sys.math.mathematica
Hey there. I'm trying to label the x-axis of a bar graph that is framed.
Here's the code:
BarChart[{68, 56, 48, 37, 9},
FrameTicks -> {{Automatic, None}, {None, None}}, ImageSize -> 400,
PlotRange -... Mike
Creating a Scatter Plot with Labeled Points146 (7/4/2012 7:26:26 AM) comp.soft-sys.math.mathematica
Hello there. I'm trying to graph a Scatter Plot based on a given list of
data and have the coordinates appear near the point.
I'm trying to save time and, instead of manually typing the text for the
coo... Mike
Amortization Schedule--Global Symbol Value Error122 (5/20/2012 6:37:28 AM) comp.soft-sys.math.mathematica Let me begin by saying that I am very new to Mathematica, so any help is appreciated.
I am trying to make an amortization schedule in a table format. The code I have is below:
***
(* psv = Present V... waterhand