-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
How to label axes #199
Comments
If I change the data structure to the following, no points get plotted.
|
If I change the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I asked this elsewhere but with no answer, so please allow me to ask it here.
I have a clojure function,
series-format-plot-data
, defined here https://github.com/jimka2001/clojurein-student/blob/ce1e21511a04d17f851a294f39fcf7b457f4427e/clojurein-source-code/src/lecture/vega_plot.clj#L8which creates a plot using
oz
. I can't figure out how to set the label on the x and y axes.Can someone help?
When I call the function,
sample-plot-2
, defined here https://github.com/jimka2001/clojurein-student/blob/ce1e21511a04d17f851a294f39fcf7b457f4427e/clojurein-source-code/src/lecture/baby_name_plot.clj#L98I get a graphs looking like the following which has x and y axis labels as "x" and "y" rather than "Year" and "Percentage"
as requested.
I'm basically returning a data structure such as the following:
The text was updated successfully, but these errors were encountered: