DP2 graph edit codes.

Overview

必要なソフト・パッケージ

  • Python3
  • Numpy
  • JSON
  • Matplotlib

動作確認環境

  • MacBook Air M1
  • Python 3.8.2 (arm64)
  • Numpy 1.22.0
  • Matplotlib 3.5.1
  • JSON 2.0.9

使い方

draw_time_histgram(prirority:str, interval_width:int=360)
issueが作成されてから解決済みになるまでにかかった時間をヒストグラムで描画.
  • priority: 優先度("Blocker", "Critical", "Major", "Minor", "Trivial"のいずれか)
  • interval_width: 区間幅(日) (初期値:360日)

interval_widthを変えると区間幅が変わってグラフが出てくる.

Example

draw_time_histgram("Blocker")
draw_time_histgram("Major", interval_width=180) #区間幅180日に設定

draw_time_histgram_first_year(prirority:str, interval_width:int=30)
解決済みになるまでにかかった時間のうち,1年未満のものに限定してヒストグラムで描画.
  • priority: 優先度("Blocker", "Critical", "Major", "Minor", "Trivial"のいずれか)
  • interval_width: 区間幅(日) (初期値:30日)

使い方: draw_time_histgramと同様.


draw_time_histgram_first_month(prirority:str, interval_width:int=5)
解決済みになるまでにかかった時間のうち,30日未満のものに限定してヒストグラムで描画.
  • priority: 優先度("Blocker", "Critical", "Major", "Minor", "Trivial"のいずれか)
  • interval_width: 区間幅(日) (初期値:5日)

使い方: draw_time_histgramと同様.


draw_comments_graph(prirority:str)
解決済みになるまでにかかった時間とJIRAのコメント数の関係を表す散布図を描画.
  • priority: 優先度("Blocker", "Critical", "Major", "Minor", "Trivial"のいずれか)

優先度を指定して実行すれば散布図が現れる.

Example

draw_comments_graph("Minor")

draw_commits_graph(prirority:str)
解決済みになるまでにかかった時間とgitのコミット数の関係を表す散布図を描画.
  • priority: 優先度("Blocker", "Critical", "Major", "Minor", "Trivial"のいずれか)

使い方: draw_comments_graphと同様.


if __name__ == "__main__" 以下は編集しても影響ありません.なにかあればIssueへお願いします.

Nutrify - take a photo of food and learn about it

Nutrify - take a photo of food and learn about it Work in progress. To make this a thing, we're going to need lots of food images... Start uploading y

Daniel Bourke 93 Dec 30, 2022
Forza painter app with python

forza-painter Discord: A-Dawg#0001 (AE) Supports: Forza Horizon 5 Offically (OTHER v1.405.2.0, MS STORE v3.414.967.0, STEAM v1.414.967.0) Unofficially

320 Dec 31, 2022
cmdpxl: a totally practical command-line image editor

cmdpxl: a totally practical command-line image editor Features cmdpxl has many exciting functionalities, including Editing pixels one at a time! Savin

Jieruei Chang 475 Dec 23, 2022
A minimal python script for generating bip39 seed phrases, and corresponding Seed Signer Seed seed phrase qr code ready for offline printing.

A minimal python script for generating bip39 seed phrases, and corresponding Seed Signer Seed seed phrase qr code ready for offline printing.

CypherToad 8 Sep 12, 2022
A scalable implementation of WobblyStitcher for 3D microscopy images

WobblyStitcher Introduction A scalable implementation of WobblyStitcher Dependencies $ python -m pip install numpy scikit-image Visualization ImageJ

CSE Lab, ETH Zurich 7 Jul 25, 2022
A QR Code encode and decode python module

A QR Code encode and decode python module

Fayas Noushad 4 Feb 10, 2022
An agnostic Canvas API for the browser-less and insane

Apollo An agnostic Canvas API for the browser-less and mildly insane. Project Apollo is a Pythonic re-imagining of HTML Canvas element implementati

1 Jan 13, 2022
Python scripts for semi-automated morphometric analysis of atolls from Landsat satellite Imagery.

AtollGeoMorph Python scripts for semi-automated morphometric analysis of atolls from Landsat satellite Imagery. The python scripts included allow user

1 Dec 16, 2022
Pythonocc nodes for Ryven

Pythonocc-nodes-for-Ryven Pythonocc nodes for Ryven Here a way to work on Pythonocc with a node editor, Ryven in that case. To get it functional you w

Tanneguy 30 Dec 18, 2022
Simple utility to tinker with OPlus images

OPlus image utilities Prerequisites Linux running kernel 5.4 or up (check with uname -r) Image rebuilding Used to rebuild read-only erofs images into

Wiley Lau 15 Dec 28, 2022
TRREASURE_IMAGE is python lib by which you can hide anything in a .jpg image with Command-Line Interface[cli] feature

TRREASURE_IMAGE TRREASURE_IMAGE is a python third-party library with Command-Line Interface[cli] feature. Table of Contents General Info Python librar

Fatin Shadab 3 Jun 07, 2022
🖼️ Draw Images or GIFs in your terminal

Drawitor Draw Images/GIFs in your terminal. Install pip install drawitor CLI Tool drawitor cat_dancing.gif Library The library is written in a simple

Eliaz Bobadilla 7 Dec 15, 2022
Seeks to remove text from an image in a convincing way.

Text-Removal This is a Computer Vision project that seeks to successfully remove text from an image by covering the text areas in a convincing way. He

6 Nov 22, 2022
Maze generator with most popular shapes - hexagon, triangle, square

Maze-Generator Maze generator with most popular shapes - hexagon, triangle, square (sqaure not implemented yet): Theory: Planar Graph https://en.wikip

Kacper Plesiak 2 Dec 28, 2021
㊙️ Create standard barcodes with Python. No external dependencies. 100% Organic Python.

python-barcode python-barcode provides a simple way to create barcodes in Python. There are no external dependencies when generating SVG files. Pillow

Hugo Barrera 419 Dec 26, 2022
Anime2Gif - an algorithm that detects scenes in a video and generates gifs from it

Anime2Gif Anime2Gif is an algorithm that detects scenes in a video and generates gifs from it. How to use To use it, first, you'll need to install it'

1 Dec 09, 2021
An ascii art generator that's actually good. Does edge detection and selects the most appropriate characters.

Ascii Artist An ascii art generator that's actually good. Does edge detection and selects the most appropriate characters. Installing Installing with

18 Jan 03, 2023
Javascript image annotation tool based on image segmentation.

JS Segment Annotator Javascript image annotation tool based on image segmentation. Label image regions with mouse. Written in vanilla Javascript, with

Kota Yamaguchi 513 Nov 15, 2022
Python-based tools for document analysis and OCR

ocropy OCRopus is a collection of document analysis programs, not a turn-key OCR system. In order to apply it to your documents, you may need to do so

OCRopus 3.2k Jan 04, 2023
Python binding to Skia Graphics Library

Skia python binding Python binding to Skia Graphics Library. Binding based on pybind11. Currently, the binding is under active development. Install Bi

Kota Yamaguchi 170 Jan 06, 2023