Hey, great Video! I am currently working on a fairly similar project and I wonder if its possible to choose a different projection (in my case the Aitoff projection) in the figure. That would also include an elliptical plot. I havent found anything on that in the web. Can you help me out?
Personally, I would use Plotly if you are going to be using Aitoff projections. Take a look here: plotly.com/python/map-configuration/#map-projections Plotly and Plotly Express are very easy to use for making map projections with a ton of features. Let me know how it goes!
plus if i want to expand the x and y range it would be a great help for my project
what is the 'k' that you defined in the code
Hey, great Video! I am currently working on a fairly similar project and I wonder if its possible to choose a different projection (in my case the Aitoff projection) in the figure. That would also include an elliptical plot. I havent found anything on that in the web. Can you help me out?
Personally, I would use Plotly if you are going to be using Aitoff projections. Take a look here: plotly.com/python/map-configuration/#map-projections
Plotly and Plotly Express are very easy to use for making map projections with a ton of features.
Let me know how it goes!