dylanmikesell / GEOS397

Course material for GEOS397 (Fall 2016)
MIT License
3 stars 16 forks source link

Scaling longitude #9

Open ngiegerich opened 8 years ago

ngiegerich commented 8 years ago

Plotting_Lat_Lon.pdf

dylanmikesell commented 8 years ago

What exactly are you trying to scale? In your plot, it looks like you plot of number of lat/lon points. What is the scaling that you wish to apply to the lat/lon points?

ngiegerich commented 8 years ago

In the description of the problem it just says to try and scale the map axes appropriately knowing that a degree of longitude is a different distance than a degree of latitude.

dylanmikesell commented 8 years ago

What problem are you talking about?

ngiegerich commented 8 years ago

It's a problem for another class. I'm trying to implement it on MatLab.

dylanmikesell commented 8 years ago

We can't help you out unless you give some more details. If you have a code problem, please give as much detail as possible. Try to give a working example and a detailed description of what's wrong. In this case, we need to know how you are trying to scale the data. Perhaps a description of your data would help, what it is you're trying to plot and what you need to scale.