Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kevinsmia1939/PySimpleCV
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.7
Choose a base ref
...
head repository: kevinsmia1939/PySimpleCV
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Nov 7, 2023

  1. Update readme

    Kavin Teenakul committed Nov 7, 2023
    Copy the full SHA
    224663a View commit details
  2. Update readme

    Kavin Teenakul committed Nov 7, 2023
    Copy the full SHA
    f20f94c View commit details
  3. Update readme

    Kavin Teenakul committed Nov 7, 2023
    Copy the full SHA
    f67ae7c View commit details
  4. Update readme

    Kavin Teenakul committed Nov 7, 2023
    Copy the full SHA
    2ddce60 View commit details
  5. Update readme

    Kavin Teenakul committed Nov 7, 2023
    Copy the full SHA
    8b9b917 View commit details
  6. update screenshot

    Kavin Teenakul committed Nov 7, 2023
    Copy the full SHA
    0a7b4fe View commit details

Commits on Nov 16, 2023

  1. Copy the full SHA
    af2deb0 View commit details
  2. the graph element work now

    Kavin Teenakul committed Nov 16, 2023
    Copy the full SHA
    7708da0 View commit details
  3. enlarge graph

    Kavin Teenakul committed Nov 16, 2023
    Copy the full SHA
    690a966 View commit details

Commits on Nov 17, 2023

  1. start adding lines

    Kavin Teenakul committed Nov 17, 2023
    Copy the full SHA
    d68412e View commit details

Commits on Nov 18, 2023

  1. add range marker

    Kavin Teenakul committed Nov 18, 2023
    Copy the full SHA
    0b16089 View commit details
  2. adjust margin

    Kavin Teenakul committed Nov 18, 2023
    Copy the full SHA
    dd59045 View commit details
  3. cleanup

    Kavin Teenakul committed Nov 18, 2023
    Copy the full SHA
    c27f94a View commit details
  4. use text as marker

    Kavin Teenakul committed Nov 18, 2023
    Copy the full SHA
    138ce6c View commit details
  5. only redraw cv and not markers

    Kavin Teenakul committed Nov 18, 2023
    Copy the full SHA
    9f69707 View commit details

Commits on Nov 19, 2023

  1. attempt to add grid with tick label

    Kavin Teenakul committed Nov 19, 2023
    Copy the full SHA
    da46620 View commit details
  2. attempt to add grid with tick label

    Kavin Teenakul committed Nov 19, 2023
    Copy the full SHA
    872b9ce View commit details
  3. add x ticks by using the largest list of ticks and just mirror it to …

    …other side
    Kavin Teenakul committed Nov 19, 2023
    Copy the full SHA
    a2496c3 View commit details
  4. fix x tick not display when negative x tick is larger because np aran…

    …ge does not take - value
    Kavin Teenakul committed Nov 19, 2023
    Copy the full SHA
    5338695 View commit details
  5. fix x tick not display when negative x tick is larger because np aran…

    …ge does not take - value
    Kavin Teenakul committed Nov 19, 2023
    Copy the full SHA
    acec20b View commit details
  6. prevent cutval from overlapped to create empty sequence

    Kavin Teenakul committed Nov 19, 2023
    Copy the full SHA
    250abb6 View commit details
  7. use sci notation

    Kavin Teenakul committed Nov 19, 2023
    Copy the full SHA
    91eb3f5 View commit details

Commits on Nov 28, 2023

  1. smooth axis shift

    Kavin Teenakul committed Nov 28, 2023
    Copy the full SHA
    a80d1ea View commit details

Commits on Nov 30, 2023

  1. try to match drawing

    Kavin Teenakul committed Nov 30, 2023
    Copy the full SHA
    9bf2c80 View commit details
  2. change coordinate first then plot

    Kavin Teenakul committed Nov 30, 2023
    Copy the full SHA
    94acfb7 View commit details

Commits on Dec 5, 2023

  1. add axis label

    Kavin Teenakul committed Dec 5, 2023
    Copy the full SHA
    d8383cb View commit details
  2. prepare draw grid to function

    Kavin Teenakul committed Dec 5, 2023
    Copy the full SHA
    9c16e41 View commit details
  3. prepare draw grid to function 2

    Kavin Teenakul committed Dec 5, 2023
    Copy the full SHA
    47ff5d2 View commit details
  4. revert to matplotlib

    Kavin Teenakul committed Dec 5, 2023
    Copy the full SHA
    3a20f05 View commit details
  5. start optimized matplotlib

    Kavin Teenakul committed Dec 5, 2023
    Copy the full SHA
    8b763b1 View commit details
  6. delete certain line matplotlib

    Kavin Teenakul committed Dec 5, 2023
    Copy the full SHA
    7e0b073 View commit details

Commits on Dec 6, 2023

  1. add lim to matplotlib canvas

    Kavin Teenakul committed Dec 6, 2023
    Copy the full SHA
    fe4848d View commit details
  2. add abbreviations

    Kavin Teenakul committed Dec 6, 2023
    Copy the full SHA
    1e0d8a5 View commit details

Commits on Dec 8, 2023

  1. Copy the full SHA
    f5a1a8e View commit details

Commits on Dec 15, 2023

  1. rename lsv to rde

    Kavin Teenakul committed Dec 15, 2023
    Copy the full SHA
    dd77609 View commit details

Commits on Feb 3, 2024

  1. Copy the full SHA
    bc27a3c View commit details

Commits on Feb 7, 2024

  1. Copy the full SHA
    87ac0a4 View commit details
  2. Update readme

    kevinsmia1939 committed Feb 7, 2024
    Copy the full SHA
    7e85dac View commit details

Commits on Feb 28, 2024

  1. Copy the full SHA
    2de678d View commit details
  2. Copy the full SHA
    4e664e8 View commit details
  3. Copy the full SHA
    65ea796 View commit details
  4. Copy the full SHA
    b3fe59f View commit details

Commits on Feb 29, 2024

  1. update

    kevinsmia1939 committed Feb 29, 2024
    Copy the full SHA
    973cb44 View commit details

Commits on Mar 31, 2024

  1. update readme

    kevinsmia1939 committed Mar 31, 2024
    Copy the full SHA
    c958c45 View commit details

Commits on Aug 9, 2024

  1. fix issue 1

    kevinsmia1939 committed Aug 9, 2024
    Copy the full SHA
    dfbadfa View commit details
Showing with 1,104 additions and 656 deletions.
  1. +817 −607 PySimpleCV/PySimpleCV
  2. +175 −14 PySimpleCV/PySimpleCV_main_func.py
  3. +73 −0 PySimpleCV/adapt_grid_tick.py
  4. +39 −35 README.md
  5. BIN data/screenshot/cv_screenshot.png
Loading