Closed MrichardsPSRC closed 1 year ago
I also tried generic_line
(https://psrc.github.io/psrcplot/reference/generic_line.html), but was getting an error message:
I'm not sure if this is actually a function that we can use? It's listed on the documentation page, but I'm not sure what the difference between this function and the static_line_chart
and interactive_line_chart
NULL object fixed with commit 843c0af. BTW character date can be combined with xtype="Continuous" (default is "Date"), or if Date, year format improved with dform="%Y". It may be helpful for the function to read the type rather than rely on an argument.
I am attempting to create a line chart to show data over time. I have a test data set where the year is double:
When I try to run the
interactive_line_chart
function, I get an error messageSo, I try to convert the year field into date format:
When I run the script again, the chart object is null?
The
static_line_chart
function did work, to an extent: