vinaychuri

Results 6 issues of vinaychuri

Hi Team, I am using the example given in the help section of tau_title() within a rdocument as follows: tauchart(mtcars) %>% tau_point("mpg", "wt") %>% tau_guide_y(auto_scale=FALSE) %>% tau_title("Some Really Good Plot...

I have a dataframe that contains rows for 'Date,Prod1,Prod2,Prod3...' and i can plot the line charts via: ``` df%>% dygraph() ``` The plot displays lines as per the columns in...

-Positron Version: 2024.07.0 (Universal) build 21 -MacOS Ventura 13.6.7 -R 4.4.1 ``` library(highcharter) hchart(mtcars, "scatter", hcaes(wt, mpg, z = drat, color = hp)) ``` No chart is displayed inline in...

bug
area: notebooks
lang: r
support

-Positron Version: 2024.07.0 (Universal) build 59 -MacOS Ventura 13.6.7 - Python 3.12.4 via virtual environment I am trying the Positron app with R & Python environments and hence keep creating...

bug
area: notebooks
support

System: - Positron Version: 2024.08.0 (Universal) build 31 - MacOS : Ventura 13.6.8 - Python : 3.12.4 The following code allows user to make Jupyter cell interactive with selectors/input options....

enhancement
area: notebooks
support
theme: app builder

"https://github.com/matplotlib/mplfinance/blob/master/examples/addplot.ipynb" mentions about adding multiple columns to make_addplot() via a dataframe. Ex: adding multiple lines for the (bbands,ADX,macd) But the make_addplot() does not accept list of values for the linecolor,style,width...

question