Giter VIP home page Giter VIP logo

python-_wanglab-'s Introduction

Python-_wanglab-

Resources represented during the staff meeting @2020Oct13th,BNU

文件包括:

1.PPT:Python 作图_wanglab.pdf

2.Ex1的py文件:example1.py

3.Ex1的Jupyter文件:[python_datavisualization]Ex1_Matplotlib.ipynb

3.Ex2的Jupyter文件:[python_datavisualization]Ex2_Plotly.ipynb

4.Ex2所用的数据集:py_vislz_data.csv

Tips:

1.如果想要查询某个函数中有哪些参数,可以输入下面的代码,将“go.Bar”的位置替换为所要查询的函数即可 import inspect inspect.signature(go.Bar)

2.matplotlib显示中文标签并防止乱码的方法: plt.rcParams['font.sans-serif'] = ['SimHei'] plt.rcParams['axes.unicode_minus']=False

3.在csv文件中有一列数据:group: data1=df.groupby('time_1').mean()['group'] # 分类索引,求每个组对应name_1的平均值,可以进一步绘制条形图进行比较

python-_wanglab-'s People

Contributors

keelee-bnu avatar

Watchers

 avatar

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.