Skip to content

A small library that provides various pre-configured diagram styles for plots

Notifications You must be signed in to change notification settings

maxreiss123/SciencePlt.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SciencePlt.jl

A package to create nice looking plots

Overview

Will provide a simple interface for creating professional scientific plots in Julia

Features

  • Clean, publication-ready theme optimized for scientific figures
  • Proper font selection (Times New Roman) suitable for scientific publications
  • Color palette for good contrast and readability
  • Sensible defaults for plot dimensions, tick marks, and grid lines

How to use it?

  • Install the package:
      using Pkg
      
      Pkg.add(url="https://github.com/maxreiss123/SciencePlt.jl.git")
    
  • Employ the styles as given in examples:
        using SciencePlt
        using Plots
        using LaTeXStrings
    
        x = [i for i in 1:10]
        y = x .^ 2
    
        #short look what styles are available: 
        list_styles()
        use_style("science") 
    
        plot(x,y, title=L"Function: X^2")
    

Acknowledgement

  • The package was inspired by the great looking SciencePlots

Example Plot

SciencePlt Preview

Work in progress

  • Setting the defintions to work for Makie.jl

About

A small library that provides various pre-configured diagram styles for plots

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages