You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm coding in C# and looking for a way to plot the following:
- static (not necessarily interactive) world map in any of the projections (polar, for example);
- land surface outline on the map (just a shape, only to discern sea and land);
- some geospatial information (geographical points, isolines, etc).
Is it actually possible to do with LiveCharts2? I'm trying to find any information, but can't find out the answer.
(Before, I've used Python and it's matplotlib+basemap libraries to do the same, it was very easy and fulfilling. I'm looking for a way to do the same using C# solely).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm coding in C# and looking for a way to plot the following:
- static (not necessarily interactive) world map in any of the projections (polar, for example);
- land surface outline on the map (just a shape, only to discern sea and land);
- some geospatial information (geographical points, isolines, etc).
Is it actually possible to do with LiveCharts2? I'm trying to find any information, but can't find out the answer.
(Before, I've used Python and it's matplotlib+basemap libraries to do the same, it was very easy and fulfilling. I'm looking for a way to do the same using C# solely).
Beta Was this translation helpful? Give feedback.
All reactions