GithubHelp home page GithubHelp logo

Comments (4)

cormullion avatar cormullion commented on May 18, 2024 1

I think most basic 2D tasks are possible, it's more a matter of how much code you're prepared to write... :)

juliapool

code

Formatting the text is one of those tasks where I can imagine having to write a bit of code, simply because you're having to position each piece of text intellligently. No tables or legends in Cairo, so you'd have to roll your own.

from luxor.jl.

cormullion avatar cormullion commented on May 18, 2024 1

The difference between Tiles and Partition is really just whether you want to specify the quantity of panes or their dimensions. (You can’t specify both at the same time, oddly enough...) But they’re both just simple iterators to help with positioning and dimensions, they’re not ‘smart’ graphic objects with properties such as ‘background’ color schemes.

I believe the background() function works with the current clipping region, which is either the whole drawing, or the current clipping path, if you’ve set one up. So to change the background color of a pane, you can define a rectangular clipping region and use background(), or just draw a box and fill it.

origin() takes you to the original center of the drawing, not always useful.

Cairo/Luxor is fairly low-level!

The Compose.jl package is perhaps more what you think a graphics package should be - being aligned more with the needs of statistical graphics, R’s Grammar of Graphics, plotting and visualisation tools, Gadfly, declarative graphics, and so on. Not my thing (hence Luxor) but v. popular with the academic side of the Julia community because of the higher-level focus.

from luxor.jl.

mantzaris avatar mantzaris commented on May 18, 2024

Thank you for this. I see that you used 'Tiles'. Would the 'Partition' function deliver anything different? How would I be able to produce a different back ground if the back ground function is the same? Would the partition function apply in context when the background function is called?

from luxor.jl.

mantzaris avatar mantzaris commented on May 18, 2024

Theoretically could you use the 'origin()' function to reset the coordinate reference point/

from luxor.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.