Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Start attempt to use altair for plotting #33

Open
wants to merge 44 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
a574de2
Start trying to use plotly - refs #3
mattpitkin Jun 2, 2018
b784010
search.py: start adding seperate plot function - refs #3
mattpitkin Jun 5, 2018
8c30825
Start coding up the ability to use altair
mattpitkin Aug 8, 2018
16d7a34
Start some PEP8-ing of code
mattpitkin Aug 8, 2018
df70928
Some altair additions
mattpitkin Aug 8, 2018
adc7897
A test notebook for trying out altair
mattpitkin Aug 8, 2018
429ec51
Some PEP8 fixes
mattpitkin Aug 8, 2018
a50c7ce
Another PEP8 fix
mattpitkin Aug 8, 2018
031c74f
search.py: minor changes to remove return values for a couple of clas…
mattpitkin Sep 7, 2018
b124f54
Merge branch 'master' into altair
mattpitkin Sep 7, 2018
780a3aa
Add function to allow you to evaluate logical expressions on a table …
mattpitkin Aug 14, 2018
dfd4942
utils.py: change some error types
mattpitkin Sep 5, 2018
58750a1
Update .travis.yml
mattpitkin Sep 7, 2018
9512aff
Remove some parameters that still cannot be queried through the web i…
mattpitkin Sep 7, 2018
d2f2676
Changes to get_catalogue to speed it up significantly
mattpitkin Sep 11, 2018
cccb784
Remove spurious line
mattpitkin Sep 11, 2018
454d46d
Add conditions.py:
mattpitkin Sep 11, 2018
2981e9f
conditions.py: fix use of logical not
mattpitkin Sep 12, 2018
4096684
conditions.py: allow parsing of assoc and type commands
mattpitkin Sep 12, 2018
529d4f1
conditions.py: put TokenTypes back into object
mattpitkin Sep 12, 2018
19dd04d
conditions.py: allow search on BINCOMP and BINARY
mattpitkin Sep 12, 2018
d99c9c3
conditions.py: minor whitespace fixes
mattpitkin Sep 12, 2018
7bf8ef1
condition.py: major change to use pandas DataFrame query
mattpitkin Sep 13, 2018
a6d5c7d
Remove conditions.py and move code into utils.py
mattpitkin Sep 13, 2018
02be3da
Fix bugs
mattpitkin Sep 13, 2018
f1b25ec
Fix intersphinx mapping for pandas
mattpitkin Sep 13, 2018
6a7c6b4
Minor fixes to condition method
mattpitkin Sep 13, 2018
6928da1
Minor PEP8 fixes
mattpitkin Sep 13, 2018
7ac1386
Minor PEP8 fixes
mattpitkin Sep 13, 2018
94cec24
make raw strings
mattpitkin Sep 13, 2018
7c280d0
Merge branch 'master' into altair
mattpitkin Sep 13, 2018
a23c1d4
Merge branch 'master' into altair
mattpitkin Nov 16, 2018
4abd8af
Test notebook changes
mattpitkin Mar 15, 2019
55f2f50
Merge branch 'master' into altair
mattpitkin Mar 15, 2019
4ed0bd4
Remove notebook
mattpitkin Mar 15, 2019
0053d38
Remove duplicate pandas method
mattpitkin Mar 15, 2019
9448180
Some minor fixes to plot
mattpitkin Mar 15, 2019
949673d
Merge branch 'master' into altair
mattpitkin Nov 27, 2019
73b9525
Minor change
mattpitkin Jul 29, 2019
915bda7
altair updates
mattpitkin Nov 27, 2019
daa11c1
make chart interactive
mattpitkin Nov 28, 2019
99f214d
search.py: some plotting updates - not quite working yet
mattpitkin Dec 11, 2019
c2f2344
search.py: some plotting updates
mattpitkin Dec 11, 2019
9911925
search.py: minor fix to plot
mattpitkin Jan 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading