Skip to content
#

plots

Here are 144 public repositories matching this topic...

bokeh
chenzhutian
chenzhutian commented May 13, 2017

Hi, thanks for your greate work.
I'm a typescript user and use webpack to bundle my project files.
The webpack@2 has the Tree Shaking features which can reduce the size of files.
Since this feature can only work on es6, can you include the source code (the ts code are ok because I can use ts-loader to convert them), other than the production code in the npm package?

melonedo
melonedo commented Apr 17, 2020

In the manual/backends section, the example

unicodeplots()
plot([sin cos])

could not run, Julia 1.4.0 errors:

ERROR: MethodError: no method matching unzip(::Array{Tuple{Array{Float64,1},Array{Float64,1}},2})

You might have used a 2d row vector where a 1d column vector was required.
Note the difference between 1d column vector [1,2,3] and 2d row vector [1 2 
swiftplot
KarthikRIyer
KarthikRIyer commented Jan 28, 2020

@karwa I am not able to recall what you'd said about updating the docs. From what I can recall, you'd suggested to remove it from the README and instead use some specific kind of comments in the code. What would be the advantage apart from the README getting cleaner? Could you please describe it briefly? Sorry I'm unable to recall where we had that conversation. 😅

Improve this page

Add a description, image, and links to the plots topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the plots topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.