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へお願いします.

Goddard Image Analysis and Navigation Tool

Copyright 2021 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. No copyright is clai

NASA 12 Dec 23, 2022
A GUI-based (PyQt5) tool used to design 2D linkage mechanism.

Pyslvs-UI A GUI-based (PyQt5) tool used to design 2D linkage mechanism. Planar Linkages Simulation Python-Solvespace: Kernel from Solvespace with Cyth

Yuan Chang 141 Dec 13, 2022
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
Me cleaner - Tool for partial deblobbing of Intel ME/TXE firmware images

me_cleaner me_cleaner is a Python script able to modify an Intel ME firmware image with the final purpose of reducing its ability to interact with the

Nicola Corna 4.1k Jan 08, 2023
A SIXEL encoder/decoder implementation derived from kmiya's sixel

libsixel What is this? This package provides encoder/decoder implementation for DEC SIXEL graphics, and some converter programs. (https://youtu.be/0Sa

Hayaki Saito 2k Jan 09, 2023
Sombra is simple Raytracer written in pure Python.

Sombra Sombra is simple Raytracer written in pure Python. It's main purpose is to help understand how raytracing works with a clean code. If you are l

Hernaldo Jesus Henriquez Nuñez 10 Jul 16, 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
Detecting haze image with hazer.

hazer-py Detecting haze image with hazer. What is hazer Hazer is a lib for getting "haze degree". This repository is python version of hazer: https://

Joey777210 2 Dec 27, 2021
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
The InvGears workbench for FreeCAD allows the creation of gear systems

FreeCAD InvGears workbench Current version 0.1.1 Overview The InvGears workbench allows the creation of gear systems. The gear generation algorithm is

Sebastian Ernesto Garcia 8 Dec 10, 2021
Computer art based on joining transparent images

Computer Art There is no must in art because art is free. Introduction The following tutorial exaplains how to generate computer art based on a series

Computer Art 12 Jul 30, 2022
Raven is a tool written in Python3 allowing you to generate an unique image with some text.

🐦 Raven is a tool written in Python3 allowing you to generate an unique image with some text. It does it by searching the text on Google, do

Billy 39 Dec 20, 2022
A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images from the one assigned to the field.

django-versatileimagefield A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for creat

Jonathan Ellenberger 490 Dec 13, 2022
Pixel Brush Processing Unit

Pixel Brush Processing Unit The Pixel Brush Processing Unit (PBPU for short) is a simple 4-Bit CPU I designed in Logisim while I was still in school a

Pixel Brush 2 Nov 03, 2022
Image enhancing model for making a blurred image to be somehow clearer than before

This is a very small prject which helps in enhancing the images by taking a Input images. This project has many features like detcting the faces and enhaning the faces itself and also a feature which

3 Dec 03, 2021
Fuzzware is a project for automated, self-configuring fuzzing of firmware images

Fuzzware Fuzzware is a project for automated, self-configuring fuzzing of firmware images. The idea of this project is to configure the memory ranges

190 Dec 21, 2022
A tool to maintain an archive/mirror of your Google Photos library for backup purposes.

Google Photos Archiver Updated Instructions 8/9/2021 Version 2.0.6 Instructions: Download the script (exe or python script listed below) Follow the in

Nick Dawson 116 Jan 03, 2023
Docbarcodes extracts 1D and 2D barcodes from scanned PDF documents or images. It can be used to automate extraction and processing of all kind of documents.

Intro Barcodes are being used in many documents or forms to enable machine reading capabilities and reduce manual processing effort. Simple 1D barcode

Arlind Nocaj 3 Jun 18, 2022
Convert a DOS Punk image to text

DOS Punk Text Inspired by MAX CAPACITY's DOS Punks & the amazing DOS Punk community. DOS Punk Text is a Python 3 script that renders a DOS Punk image

4 Jan 13, 2022
SALaD (Semi-Automatic Landslide Detection) is a landslide mapping system

SALaD (Semi-Automatic Landslide Detection) is a landslide mapping system. SALaD utilizes Object-based Image Analysis and Random Forest to map landslides.

NASA 14 Jan 04, 2023