I want to plot this in a US map as following.
The states should be shaded red or blue depending on whether
the anamoly field is negative or positive. the strength of
the color varies with the magnitude of this field.
I then want to show a circle at the center of each state.
The color of this circle will be different if the "Sales"
field is positive or negative with the size of the circle
depending on the magnitude of the sales.
I used to be able to do this very quickly in excel before
they removed the map functionality.
Can onyone help with the code. I have no experience with
plotting data on maps in Matlab.
In article <fn4pgb$jfv$1@fred.mathworks.com>, Niraj <ask@email.com> wrote:
>I have a following data:
>I want to plot this in a US map as following.
>The states should be shaded red or blue depending on whether
>the anamoly field is negative or positive.
patch() with FaceColor
>I then want to show a circle at the center of each state.
patch() or rectangle() (yes, rectangle() is used for drawing circles!)
--
So you found your solution
What will be your last contribution?
-- Supertramp (Fool's Overture)
Thanks for your response. Can you be proide some more help?
Mabe a small snippet of code that does this? How do i plot
the us map to begin with and then shade the color accoridng
to value and the size of circles according to values?
Thanks
roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson) wrote in
message <fn56n0$e7a$1@canopus.cc.umanitoba.ca>...
> In article <fn4pgb$jfv$1@fred.mathworks.com>, Niraj
<ask@email.com> wrote:
> >I have a following data:
>
> >I want to plot this in a US map as following.
> >The states should be shaded red or blue depending on whether
> >the anamoly field is negative or positive.
>
> patch() with FaceColor
>
> >I then want to show a circle at the center of each state.
>
> patch() or rectangle() (yes, rectangle() is used for
drawing circles!)
> --
> So you found your solution
> What will be your last contribution?
> -- Supertramp (Fool's Overture)
Tags for this Thread
Add a New Tag:
Separated by commas
Ex.: root locus, bode
What are tags?
A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.
Anyone can tag a thread. Tags are public and visible to everyone.
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.