PureBytes Links
Trading Reference Links
|
Thanks Herman for your thoughts. I was hoping for a primitive, but
easy alternative to excel. The result may not be worth the effort ...
Greg
--- In amibroker@xxxxxxxxxxxxxxx, "Herman vandenBergen" <psytek@xxxx>
wrote:
> AmiBroker doesn't have enough colors/shades to make visually
meaningful 3D
> displays. The easiest way would have been to use StyleArea and
overlay
> charts so that you get a checker board. The overlaying effect will
give you
> vertical (y-axis) divisions/colors, coloring individual bars
horizontally
> will give you X-axis divisions/colors.
>
> But like I said, without shading to show gradual increase in values
by
> color, it may not be worth the effort.
>
> You can however use the explorer to create the tables required to
make 3D
> charts in excel. But the easiest way of course is to download the
3D Excel
> macro from files and use that to make 3D charts in Excel.
>
> herman.
> -----Original Message-----
> From: goldfreaz [mailto:goldfreaz@x...]
> Sent: January 15, 2004 9:51 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] 3D contour Plot
>
>
> Has anyone written code to make a 3D color map? The code would be
> long, but I think it can be done.
> x-time axis
> y-vertical axis (say 10 bins)
> z-color code axis (say 10 colors)
>
> graph0=y0;graphbar0color=iif(z>z8,color9,iif(z>z7,color8,...,
> iif(z>z0,color1,color0))))));
> ....
> graph9=y9;graphbar9color=iif(z>z8,color9,iif(z>z7,color8,...,
> iif(z>z0,color1,color0))))));
>
> // need to use candle type graph with O=L and C=H, while you get
the
> idea...maybe
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
>
> --------------------------------------------------------------------
--------
> --
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|