Giter Site home page Giter Site logo

Comments (2)

KristofferC avatar KristofferC commented on June 27, 2024

Some comments after a quick readthrough.

  • Regarding renaming of structs, e.g TikzDocument -> Document I am kinda negative. Naming the structs the same as they are in .tex \begin{tikzdocument} makes it easy to know what they refer to. Calling it just Document does not bring the same connotations.

  • Regarding Document(elements...; preamble) or Document([elements]; preamble) I am not sure. I kinda like using a vector because it makes it more likely you realize that you can push! more elements into a Document.

  • Regarding failing early. Agreed, this should always be done.

In general, the fewer structs we have to introduce, the better. If we really have to introduce Legend, Option, LegendEntry etc. types we can, but I really prefer not to.

from pgfplotsx.jl.

tpapp avatar tpapp commented on June 27, 2024

Thanks for the comments. I agree about shortening names, I want to mirror pgfplots names as closely as feasible in order to economize on documentation 😄

This is what I would propose: I rework

  1. Coordinates (splitting 3d into Coordinates3, I think it is cleaner)
  2. Table
  3. Plot
  4. Axis

in this order, making a PR for each separately. These are the ones I care most about, and would address #37 and #11.

The rest we will see after this. I agree about avoiding unnecessary vocabulary if we can avoid it.

from pgfplotsx.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.