Giter Club home page Giter Club logo

Comments (2)

lukelbd avatar lukelbd commented on May 18, 2024 1

Hi @mroldrobot, if you already git cloned the latest cartopy repository, this ProPlot commit (440dd7e) should allow you to draw arbitrary gridline labels with ProPlot + cartopy. Just uninstall and reinstall.

If not, here are some instructions:

Cartopy gridline labelling won't be released until possibly version 0.19. Also a developer in that thread said version 0.18 would be released "tomorrow" in January but it still hasn't been released.

If you want to use the very latest features (possibly not all documented on their websites, and with possible bugs because they might not all have been properly tested), you can clone the master branch with

git clone https://github.com/SciTools/cartopy

then add the local clone to your PYTHONPATH by adding to your ~/.bash_profile or ~/.bashrc file,

export PYTHONPATH="$HOME/cartopy/lib:$PYTHONPATH"

then restarting the terminal or running source ~/.bashrc.

Then when you import cartopy it should use that local version. You can test this by running

import cartopy
print(cartopy.__file__)

and making sure the result is in your home dir. Hope that helps.

from proplot.

mroldrobot avatar mroldrobot commented on May 18, 2024

Hi all, I'm trying to use cartopy to draw astronomical maps in the Mollweide projection, however such maps are completely useless without ticks and labels.
I installed the latest cartopy available on github: '0.17.0', but still getting an error about unsupported gridlines in a Mollweide plot. Am I missing something or is this feature still in development? If the latter, is it worth to wait it in the near future? Thanks

from proplot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.