Giter VIP home page Giter VIP logo

matplotlib-gallery's Introduction

matplotlib-gallery

This repository is a collection of different matplotlib plots in IPython notebooks that I needed for my data visualizations.

This project is not connected to the gallery on http://matplotlib.org/gallery.html, although there might be some overlap and redundancy.

To view the IPython notebooks, simply click on the header links or images.

Sections



I am looking forward to your contributions, suggestions, and ideas

If you have any suggestions or want to make additions, I would be very happy if you could send me

  • an email,
  • leave me a message on google+,
  • or even send me a tweet on twitter (given you can fit it within the 140 character limit ;)).

Or even better: It would be great if you would simply fork this project and send me a pull request.





[back to top]



[NBViewer][GitHub Rendering]





[back to top]



[NBViewer][GitHub Rendering]



[back to top]



[NBViewer][GitHub Rendering]



[back to top]



[NBViewer][GitHub Rendering]





[back to top]



[NBViewer][GitHub Rendering]





[back to top]



[NBViewer][GitHub Rendering]





[back to top]



[NBViewer][GitHub Rendering]





[back to top]



[NBViewer][GitHub Rendering]





[back to top]

[NBViewer][GitHub Rendering]



[NBViewer][GitHub Rendering]





[back to top]



[NBViewer][GitHub Rendering]





[back to top]



[NBViewer][GitHub Rendering]





[back to top]



[NBViewer][GitHub Rendering]





[back to top]



[NBViewer][GitHub Rendering]





[back to top]



[NBViewer][GitHub Rendering]





[back to top]



[NBViewer][GitHub Rendering]





[back to top]



[NBViewer][GitHub Rendering]





[back to top]

[NBViewer][GitHub Rendering]







matplotlib-gallery's People

Contributors

hsiaoyi0504 avatar rasbt avatar victorhcm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

matplotlib-gallery's Issues

I want fix the windspeed range

here is
plot1
plot2
my windrose plots
I want to compare them in different seasons
when I was plotting them the legend which represents wind speed is changing from plot to plot
I want to give a limit to the windspeed range
here is my code

from windrose import WindroseAxes
from matplotlib import pyplot as plt
import matplotlib.cm as cm
from numpy.random import random
from numpy import arange
import pandas as pd
MON=pd.read_csv(r'data.csv')
ws = MON["Ws"].values
wd = MON["Wd"].values
ax = WindroseAxes.from_ax()
ax.set_ylim(0,50)
ax.bar(wd, ws, normed=True, opening=0.8, edgecolor='white')
ax.set_title('plot2')
ax.set_legend()

ax_ylim is not working

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.