Posts by Thiago Fernandes • 1,704 points
53 posts
-
4
votes1
answer6892
viewsQ: How to save figure in Python with matplotlib?
Any figure I try to save in Jupyter Notebook saves a blank file, what kind of error might be occurring as it does not accuse any error? import numpy as np import matplotlib.pyplot as plt data1 =…
-
0
votes2
answers3531
viewsA: Problem with accentuation - R
Test this: #Ajustando codificação de caracters do dataset df = apply(Mapa@data, 2, as.character) Encoding(df) = "UTF-8" Mapa@data = as.data.frame(df)
-
9
votes2
answers1974
viewsQ: Modify gradient colors in graphs in ggplot2
How do I modify the gradient colors of a graph in ggplot? Like, I’m not getting to put a continuous color scale between white and red, I’ve tried a variety of things but still haven’t answered me.…