Git Product home page Git Product logo

scripts's People

Contributors

arielf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ryanbekabe

scripts's Issues

'Figure' object has no attribute 'register_cmap' error when running volcano.csv

Hi,

After downloading the full package, i tried to run xyz on volcano.csv but got the following error:

Traceback (most recent call last):
File "xyz", line 515, in
sys.exit(main())
File "xyz", line 510, in main
xyz(params)
File "xyz", line 256, in xyz
fig.register_cmap(name='ariel', data=ariel_cdict)
AttributeError: 'Figure' object has no attribute 'register_cmap'

Any ideas on how to solve it?

xyz issues with polar code.

  1. Because polar is chosen with the command name, it is not possible to get a polar contour map (or a polar bubble map). This should to be a separate option. I personally needed a polar contour map and had to hack the code.
  2. You may wish to mention that the angles are in radians, not degrees for polar input. This is not the obvious choice given that the output labels are in degrees. This is a request for documentation, not a feature request. Either is fine.
  3. Polar graphs also seem to have a frame on them that is leftover from the non polar display path. It is confusing and I could not find a way to turn it off.

But it does produce a good looking heat map. thanks

xyz insentive to figure size definition

Hi!

I've been trying to plot a .csv with xyz but the graph size are not ideal (Ysize > Xsize). I tried to change the graph size by modifying the line 254:

# Create the plot
fig = plt.figure()

to

# Create the plot
fig = plt.figure(figsize=(15,15), dpi=150)

Still, the plotted graph retains the original proportions even though I explicitly set a different size. At some point beyond line 254 the graph size is set up automatically and I could not find where. Any inputs would be great!

Below you can find my .csv file

tRMSF.zip

Thanks in advance!

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.