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

Initial Proposal for QuickVega #9

Open
wants to merge 46 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
1d7a290
Added a README.md file and a logo
davibarreira Oct 19, 2020
febb04d
Made modifications to the README file.
davibarreira Oct 19, 2020
eabd78f
Modifications to the README adding a Wishlist
davibarreira Nov 7, 2020
e7ec2c3
Adjusting checklist
davibarreira Nov 7, 2020
48c359d
Removing incorrect file
davibarreira Nov 7, 2020
d75f8e8
Adjusted error in barplot
davibarreira Nov 7, 2020
4189ab5
Added scatterplot
davibarreira Nov 8, 2020
b4e72b6
Modifications to the basics notebook
davibarreira Nov 8, 2020
66ca2ce
Modifications to the README.md
davibarreira Nov 9, 2020
1be7f79
Added sandbox for testing the function before hard coding it
davibarreira Dec 10, 2020
1ad68f2
Created the contourplot function. But the implementation is currently…
davibarreira Dec 10, 2020
9ca1cc4
Added Contour.jl as a dependency
davibarreira Dec 10, 2020
5024504
Enabled the choice of the number of levels
davibarreira Dec 11, 2020
e26f302
Created contour function with Kerndel Density
davibarreira Dec 11, 2020
94a033b
Removed Manifest.toml
davibarreira Dec 11, 2020
25ee478
Specifying list of possible kwargs
davibarreira Dec 13, 2020
7497467
Modifications to sandbox
davibarreira Dec 15, 2020
018dbaa
New image logo
davibarreira Apr 29, 2021
fec34b0
New image logo
davibarreira Apr 29, 2021
5f987a8
New image logo
davibarreira Apr 29, 2021
57bb9ae
Update README.md
davibarreira Apr 29, 2021
9197928
Update README.md
davibarreira Apr 29, 2021
9aa7277
Update README.md
davibarreira Apr 29, 2021
67564d8
Restarting QuickVega. Added funcionality for kwargs
davibarreira May 2, 2021
8212bf0
Merge branch 'master' of github.com:davibarreira/QuickVega.jl
davibarreira May 2, 2021
2972f6e
Kwarg working, changed the name to updatePlot!"
davibarreira May 2, 2021
56298f8
Fixed the argument for accepting levels in the Contour plot
davibarreira May 2, 2021
57499d4
Added kwargs to barplot and histogram. Fixed the inferTypes to identi…
davibarreira May 2, 2021
b213eff
Added more options to updatePlot!, now accepts aggregate and opacity
davibarreira May 2, 2021
b695755
Now the updatePlot! infers the type of the zcolor
davibarreira May 2, 2021
999f491
Added new options for the updatePlot!
davibarreira May 2, 2021
e33fdb7
fixed some parameters
davibarreira May 2, 2021
0b30477
Update README.md
davibarreira May 5, 2021
c01063a
Update README.md
davibarreira May 5, 2021
88ff01f
Implemented the setting of Default parameters functionallity
davibarreira May 6, 2021
0ce907a
Merge branch 'master' of github.com:davibarreira/QuickVega.jl
davibarreira May 6, 2021
ed5b0ea
Update README.md
davibarreira May 7, 2021
535741c
Merge branch 'master' of github.com:davibarreira/QuickVega.jl
davibarreira May 7, 2021
9888fa4
Update README.md
davibarreira May 7, 2021
ddfb884
Dark theme added and now one can set default parameters
davibarreira May 8, 2021
fb04f69
Update README.md
davibarreira May 8, 2021
c54c1eb
Merge branch 'master' of github.com:davibarreira/QuickVega.jl
davibarreira May 8, 2021
11e0550
Update README.md
davibarreira May 8, 2021
be05082
Update README.md
davibarreira May 8, 2021
6ee514a
Some adjustments before sending the pull request
davibarreira May 8, 2021
bb01816
Merge branch 'master' of github.com:davibarreira/QuickVega.jl
davibarreira May 8, 2021
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
15 changes: 15 additions & 0 deletions .ipynb_checkpoints/Project-checkpoint.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name = "QuickVega"
uuid = "8cbdc466-600a-49fa-b107-91fd9d936351"
authors = ["David Anthoff <[email protected]>", "Davi Barreira <[email protected]>"]
version = "0.1.0"

[deps]
Contour = "d38c429a-6771-53c6-b99e-75d170b6e991"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DataTables = "743a1d0a-8ebc-4f23-814b-50d006366bc6"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
VegaLite = "112f6efa-9a02-5b7d-90c0-432ed331239a"

[compat]
julia = "1"
24 changes: 24 additions & 0 deletions .ipynb_checkpoints/Untitled1-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "74a1d19a-bec1-4b9e-9ab9-2729e5b7416e",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Julia 1.6.1",
"language": "julia",
"name": "julia-1.6"
},
"language_info": {
"name": ""
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Loading